/**
* Reset
* -------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: 0;
    
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}

/** force hardware acceleration on every element for smooth animation **/
.no-touch #header,
.no-touch #header *,
.no-touch .bg-image {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 100%;
    max-width: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    font: inherit;
    color: #777;
    background: #fff;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    background-size: cover;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #FA5C5D;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #FA5C5D;
	color: #fff;
	text-shadow: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
    color: #545454;
    font-weight:normal;
}

h1, 
h2{
    margin-bottom:20px;
    text-transform:uppercase;
}

h3 {
    margin-bottom:10px;
    text-transform:uppercase;
}

h4, 
h5, 
h6 {
    line-height:1.5;
    letter-spacing: 1px;
}

p {
    margin-bottom: 25px;
}

p:empty {
    display: none;
}

p:last-child {
    margin-bottom: 0;
}

ul, 
ol, 
dl {
    list-style-type: none;
}

a,
.share-icons .dropdown-menu li i {
    text-decoration: none;
    -webkit-transition: color ease-in-out 0.15s;
    transition: color ease-in-out 0.15s;

}

a,
a:hover,
a:active,
a:focus{
    text-decoration: none;
    color: #21242a;
}

a{
    color: #FA5C5D;
}

img{
    border:none;
    line-height:0;
    max-width: 100%;
    height: auto;
}

blockquote, q{
    quotes: none;
}

blockquote {
    border-left: 2px solid transparent;
    padding-left: 40px;
    font-size:inherit;
    margin-bottom: 20px;
}

blockquote p, q {
    font-size:inherit;
    min-height: 30px;
}

q{
    font-style: italic;
}

blockquote:before {
    content: "\f10e";
    font-size: 30px;
    line-height: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
    padding: 2px 15px 0 0;
}

q, i, cite, em, var, address, dfn{
    font-style: italic;
}

address {
    margin-bottom: 25px;
}

pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 20px;
    margin: 12px 0;
    white-space: pre;
    background: #f5f5f5;
}

ol, ul, li {
    list-style: none;
}

dl, 
ul, 
ol {
    margin-left: 30px;
    margin-bottom: 30px;
}

ul > li {
    list-style: none;
    list-style-position:outside;
    padding-left: 25px;
}

.page-detail-inner > ul > li,
.post-content > ul > li,
.info-box ul > li,
.wpb_text_column ul > li,
.post-content > ol > li,
.info-box ol > li,
.wpb_text_column ol > li{
    margin-bottom:10px;
}

.page-detail-inner > ul > li:before,
.post-content > ul > li:before,
.info-box ul > li:before,
.wpb_text_column ul > li:before{
    position: absolute;
    margin-right: 10px;
    padding:0 2px;
    vertical-align: middle;
    font-weight: bold;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    content: "\f138";
    text-align: center;
    margin-left: -25px;    
}


ol > li {
    list-style: decimal;
    list-style-position: outside;
}

ul > li > ul{
    margin:5px 0px 5px 0;
}

ol > li > ol {
    margin:5px 0px 5px 25px;
}

.page-scrolling,
.page-scrolling * {
  pointer-events: none !important;
}

/**
* WordPress Core
* -------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Gallery */

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-item .gallery-icon{
    display: inline-block;
}
.gallery-item img{
    padding: 2px;
    border: 1px solid #e1e1e1!important;
}
.gallery-caption {
    display: block;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
* Layout 
* -------------------------------------------------------------*/
#container {
    margin:0 auto;

    -webkit-box-sizing:initial; 
    -moz-box-sizing: initial;   
    box-sizing: initial; 
}

.wide #container{
    width: 100%;
    padding:0;
}

#page{
    opacity: 0;
}

body.loaded #page{
    opacity: 1;
}

.page-inner{
    margin: auto;
    position: relative;
    overflow:hidden;
}



.boxed #page .container,
.boxed #slider{
    padding-left:15px;
    padding-right:15px;
}

.boxed.boxed-shadow .page-inner{
    box-shadow: 0 0 5px rgba(0,0,0,0.11);  
}

/* header */
#header {
    background: #fff;
    position: absolute;
    z-index: 498;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}

body.boxed #header{
    width: auto!important;
}

.no-title #header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#header.transparent {
    position: absolute;
    z-index: 110;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.no-title #header.dark,
#header.transparent.dark {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header.transparent.full{
    border-bottom:none;
}

#header
#header.mobile.transparent,
#header .container {
    position: relative;
}

#header.sticky{
    z-index: 498;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
}

#header.scrolled{
    position: fixed !important;
    opacity: 0;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
}

#header.fixed {
    top: 0;
    position: fixed;
    background: #FFF;
    opacity: 1;
    box-shadow: 0 0 2px rgba(0,0,0,0.11);
}

.admin-bar #header.fixed {
    top: 32px;
}

.boxed #header.fixed {
    box-shadow: 0 1px 0 rgba(0,0,0,0.11);
}

body.wide #header {
    width: 100%;
}

body.boxed #header.mobile{
    width: 100%!important;
}

#header .header-wrapper,
#header .container{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#header .header-top {
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    float: none;
    display: block;
    position: relative;
    z-index: 9999;
    width: 100%;
}

#header.dark .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* header top nav*/
#header .header-top .top-nav{
    display: inline-block;
    vertical-align: middle;
}

#header .top-nav > ul > li a{
    font-size: 12px;
    padding: 0 10px;
    text-transform: none;
    font-weight: 500;
    text-align: left;

}

#header .top-nav > ul > li > a:after{
    position: relative;
    margin-left: 20px;
}

.top-nav > ul > li > a i{
    margin-right: 10px;
}

.header-left{
    float: left;
    position: relative;
    z-index: 10;
    text-align: left;
}

.header-right{
    position: relative;
    text-align: right;
}

.social-icons{
    display: inline-block;
    vertical-align: middle;
    padding:0;
    margin: 0;
}

.social-icons li{
    display: block;
    float: left;
    padding:0 10px;
}

.social-icons a{
    display: block;
    text-align: center; 
}

.social-icons .tooltip-inner{
    white-space: nowrap;
}

#header .header {
    line-height: 85px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: line-height 0.3s;
    transition: line-height 0.3s;
}

#header.fixed .header,
#header.mobile .header{
    line-height: 50px;
}

body.wide #header:not(.mobile).full .header-wrapper .container{
    width: 100%;
    padding:0 50px;
}

#header .mobile-nav-icon {
    float: left;
    cursor: pointer;
    display: none;
    font-size: 30px;
    padding: 0 15px;
    position: absolute;
    z-index: 1;
}

#header.mobile .mobile-nav-icon{
    display: block;
}

#header.mobile .mobile-nav-icon:hover{
    color: #000;
}

#header.fixed .header-top,
#header.mobile .header-top{
    display: none;
}

#header #logo {
    position: absolute;
    z-index: 1;
    display: block;
    float: left;
    text-align: left;
    height: 100%;
    width: 100%;
    max-width: 200px;
}

#header #logo a {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

#header #logo img {
    position: absolute;
    display: block;
    max-width: 100%;
    min-height: 25px;
    max-height: 50%;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#logo .light-logo,
#logo .dark-sticky,
#header.fixed #logo .dark-logo,
#header.light #logo .dark-logo {
    opacity: 0;
}

#header:not(.fixed).dark #logo .dark-logo,
#header:not(.fixed).light #logo .light-logo,
#header.fixed #logo .dark-sticky {
    opacity: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* nav */
.nav-wrapper{
    display: block;
    min-height:50px;
    position: relative;
    text-align: right;
    white-space: nowrap;
}

#nav{
    display:inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
}

#header.mobile #nav {
    display: block;
    float: none;
    clear: both;
}

#header.mobile #nav .menu {
    display: none;
}

.nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav > ul > li {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0 10px;
}

#nav > ul > li > ul {
    line-height: 14px;
}

#nav > ul > li > ul a{
    font-size: 13px;
}

/* Cart Menu Icon */
#shop-menu{
    display:inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.menu-cart{
    position: relative;
    z-index: 10;
    padding: 0;
}

.menu-cart .dropdown-menu {
    margin: 0;
    border: none;
    border-top: 3px solid transparent;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.menu-cart:hover > ul {
    display: block;
    white-space: nowrap;
}

#header.mobile .menu-cart:hover > ul{
    display: none;
}

.menu-cart > a {
    display: block;
    padding: 0 20px;
    overflow:hidden;
    position:relative;
}

.header-top .menu-cart > a {
    padding: 0 5px;
}

#header .menu-cart > a:hover {
    display: block;
}

.menu-cart a > i {
    margin-right: 5px;
}

.menu-cart li {
    padding: 11px 25px;
    line-height: 0;
}

.menu-cart .cart-items {
    position: absolute;
    bottom: 40%;
    right: 5%;
    background-color: rgba(134, 130, 130, 0.4);
    display: block;
    margin: 5px 0;
    padding: 0px 6px;
    line-height: 20px;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
}
.menu-cart .cart-items.empty {
    background-color: rgba(134, 130, 130, 0.4)!important;
}
.header-top .menu-cart .cart-items{
    top: -5px;
    left: 10px;
    right: auto;
    bottom: auto;
}
.menu-cart .view-cart,
.menu-cart .total {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.menu-cart .view-cart {
    margin-right: 20px;
}

.menu-cart .total {
    text-align: right;
}

.menu-cart .total .amount {
    padding: 0 5px;
}

/* Search Menu Icon */
#search{
    display:inline-block;
    vertical-align: top;
    position: relative;
    z-index: 99;
    padding: 0 15px;
    line-height: inherit;
    overflow:hidden;
}

.header-top #search{
    height: 30px;
    line-height: 30px;
    padding:0px 10px;
}

#search.active{
    color:#fff;
    width: 100%;
    overflow:initial;
}

.search-wrapper{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
}

#search.active .search-wrapper{
    width: 100%;
    text-align: right;

}

.search-wrapper .ajax-search-form{
    position:relative;
}

.search-input{
    margin: 0!important;
    display: none;
    text-align: right;
    width: 100%;
}

.search-input input,
.search-input input:focus {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 20px;
    width: 0;
    padding: 8px 10px;
    border: none;
    background-color:#121212!important;
    color:rgba(255,255,255,0.8)!important;
    border-radius: 3px;
}

#search.active .search-input{
    display: block;
}

.search-button {
    background-color: transparent !important;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 99;
    height: 30px;
    width: 30px;
    min-width:0;
    line-height: 0;
    color: inherit;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    text-align: center;
}

button.search-button:hover{
    color:inherit!important;
}

.search-button:after{
    display:none;
}

.mobile .mobile-nav-icon    {
    -webkit-transition: color ease-in 0.3s;
    transition: color ease-in 0.3s;
}

#search .autocomplete {
    position: relative;
    display: none;
    background: #fff;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:3px;
    box-shadow:0 4px 6px 2px rgba(0, 0, 0, .10);

}

.dropdown-menu {
    box-shadow:0 4px 6px 2px rgba(0, 0, 0, .10);

}

.autocomplete .dropdown-menu {
    position: relative;
    float: none;
    max-height: 400px;
    overflow: auto;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius:0;
    box-shadow: none;
}

.autocomplete .dropdown-menu ul,
.autocomplete .dropdown-menu li{
    margin: 0;
    padding: 0;
}

.autocomplete .dropdown-menu > li {
    padding: 0;
    min-height: 20px;
    display: block;
    float: none;
}
.autocomplete .dropdown-menu ul > li > a {
    display: block;
    padding: 10px 15px 5px;
}

.autocomplete .dropdown-menu li h5 {
    line-height: 20px;
    padding: 5px 8px;
    background: #f5f5f5;
    color: #545454;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(239, 239, 239, 0.25);
    text-shadow: 0px 1px 0px #fff;
    letter-spacing: 1px;
}

.autocomplete a > span {
    display: block;
    line-height: 20px;
    white-space: nowrap;
}

.autocomplete .dropdown-menu ul > li > a > .thumb {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.autocomplete .dropdown-menu ul > li > a strong {
    display: block;
    padding-right: 5px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete .dropdown-menu ul > li > a .post-meta{
    padding: 0;
    margin: 0;
}
.autocomplete .dropdown-menu ul > li:hover > a
{
    color:#fff;
}

.autocomplete .dropdown-menu ul > li:hover > a .post-meta *{
    color:#e0e0e0;
}

.autocomplete .search-loading,
.autocomplete .search-more a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    color: #333;
}

.autocomplete .search-more a:hover,
.autocomplete .search-more.selected a{
    color: #fff;
}

.autocomplete .post-meta > span {
    display:inline-block;
    margin-right:8px;
}

.top-nav > ul > li > a,
.social-icons a,
.nav > ul > li > a, 
.menu-cart > a, 
#search
{
    -webkit-transition: color 0.15s ease-in, background-color 0.15s ease-in, border-color 0.15s ease-in;
    transition: color 0.15s ease-in, background-color 0.15s ease-in, border-color 0.15s ease-in;
}

#header.transparent.light .mobile-nav-icon,
#header.light .top-nav >ul > li >a,
#header.light .social-icons a,
#header.light .nav > ul > li > a,
#header.light .nav-wrapper .menu-cart > a,
#header.light .nav-wrapper #search{
    color: #fbfbfb;
}

#header.transparent.light:not(.fixed) .mobile-nav-icon:hover,
#header.light .top-nav > ul > li:hover > a,
#header.light .social-icons a:hover,
#header.light .nav > ul > li:hover > a, 
#header.light .nav-wrapper .menu-cart:hover > a, 
#header.light .nav-wrapper #search:hover,
#header.mobile.fixed #nav > ul > li.open:hover > a
 {
    color: #fff;
}

.top-nav a,
.social-icons a,
.nav > ul > li > a,
.menu-cart > a,
#search,
#header.mobile .mobile-nav-icon,
#header.mobile.fixed .mobile-nav-icon,
#header.mobile #nav > ul > li > a,
#header.fixed #nav > ul > li > a,
#header.fixed .nav-wrapper .menu-cart > a,
#header.fixed .nav-wrapper #search
{
    color:#777;
}

#header.mobile .nav ul li a:hover {
    color: #000;
}

#header.mobile .mobile-nav-icon,
#header.mobile .nav > ul > li > a,
#header.mobile .menu-cart > a,
#header.mobile #search{
    border: none;
}

#header.mobile #nav li.open > ul{
    border-top: 1px solid #e7e7e7;
}

#header.mobile #nav li.open ul ul {
    border-top:1px solid #FAFAFA;
}

.nav > ul > li:hover > a, 
.nav > ul > li.active > a, 
.header .menu-cart:hover > a, 
.header #search:hover {
    background: rgba(0, 0, 0, 0.02);
}

.dropdown-nav > ul > li > a:before,
.dropdown-nav > ul > li > a:before,
.header .menu-cart > a:before,
.header #search:before {
    position: absolute;
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    bottom: -20px;
    text-align: center;
    width: 100%;
    height: 10px;
    line-height: 15px;
    font-size: 18px;
    opacity:0;
    -webkit-transition:all 0.35s;
    transition:all 0.35s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.dropdown-nav > ul > li:hover > a:before,
.dropdown-nav > ul > li.active > a:before,
.header .menu-cart:hover > a:before,
.header #search:hover:before {
    bottom: 0;
    opacity:1;
}

.header #search.active:hover {
    background: rgba(0, 0, 0, 0);
    border-top-color: transparent;
}
.header #search.active:hover:before{
    display:none;
}
 
#header.mobile #nav .menu{
    border-top: 2px solid transparent;
    background:#fff;
}

#header.mobile .mobile-nav-icon:hover,
#header.mobile .nav > ul > li:hover > a,
#header.mobile .nav > ul > li.active > a,
#header.mobile .menu-cart:hover > a,
#header.mobile #search:hover
{
    color: #000;
}

#header.mobile .nav > ul > li a{
    border-top: 1px solid #ececec;
}

#header.mobile .nav > ul > li:hover > a{
    background: #fff;
}

#header.mobile #nav > ul > li.open > a, 
#header.mobile #nav > ul > li.open:hover > a {
    color: #fff;
    background: #d5d5d5;
}

#header.mobile .nav li.open ul li.open > a,
#header.mobile .nav li.open ul li.open:hover > a{
    background: #e7e7e7;
    color:#000;
}

#header.header-v3 .header,
#header.header-v4 .header,
#header.header-v5 .header{
    line-height: 50px;
}

.top-slider #header{
    border-bottom: 1px solid #f1f1f1;
}

.logo-top .header .nav-wrapper,
.logo-center .header .nav-wrapper{
    display: inline-block;
    text-align: center;
}

#header.mobile .header .nav-wrapper,
#header.mobile.fixed .header .nav-wrapper
{
    display: block;
    text-align: right;
}

#header.fixed.logo-top:not(.mobile) .header .container {
    height: 50px;
    overflow: hidden;
    transition: height .3s ease;
}

#header.fixed.logo-top:not(.mobile):hover .header .container {
    height: 100px;
    overflow: inherit;
}

#header.fixed.logo-top:not(.mobile) .header .nav-wrapper{
    opacity: 0;
    transition: opacity .3s ease .2s;
}

#header.fixed.logo-top:not(.mobile):hover .header .nav-wrapper{
    opacity: 1;
}

#header.logo-top #logo {
    position: relative;
    float: none;
    overflow: hidden;
    padding: 20px 0;
    max-width: none;
    text-align: center;
}

#header.logo-top #logo a{
    position: relative;
}

#header.fixed.logo-top #logo img{
    max-height: 30px;
    
}

#header.fixed.logo-top #logo,
#header.mobile.logo-top #logo {
    padding: 0;
    height: 50px;
}

.boxed #header.header-v4 .header-left {
    border-left:none;
}

#header.header-v3 .nav > ul > li > a,
#header.header-v3 .header .menu-cart > a,
#header.header-v3 .header #search,
#header.header-v4 .nav > ul > li > a,
#header.header-v4 .header .menu-cart > a,
#header.header-v4 .header #search {
    border:none!important;
}

#header.header-v3 .nav > ul > li:hover > a,
#header.header-v3 .nav > ul > li.active > a,
#header.header-v3 .header .menu-cart:hover > a,
#header.header-v3 .header #search:hover,
#header.header-v4 .nav > ul > li:hover > a,
#header.header-v4 .nav > ul > li.active > a,
#header.header-v4 .header .menu-cart:hover > a,
#header.header-v4 .header #search:hover,
#header.fixed.header-v3:not(.mobile) .nav > ul > li:hover > a,
#header.fixed.header-v3:not(.mobile) .nav > ul > li.active > a,
#header.fixed.header-v3:not(.mobile) .header .menu-cart:hover > a,
#header.fixed.header-v3:not(.mobile) .header #search:hover,
#header.fixed.header-v4:not(.mobile) .nav > ul > li:hover > a,
#header.fixed.header-v4:not(.mobile) .nav > ul > li.active > a,
#header.fixed.header-v4:not(.mobile) .header .menu-cart:hover > a,
#header.fixed.header-v4:not(.mobile) .header #search:hover
{
    background:none;
}

#header.header-v5 #logo{
    border-bottom: 1px solid #e1e1e1;
}

#header.mobile.header-v5 #logo{
    border: none;
}

#header.logo-center.fixed .nav-wrapper{
    display: inline-block;
}

#header.mobile.logo-center.fixed .nav-wrapper{
    display: block;
}

#header.logo-center #menu-center-logo {
    display: block;
    float: left;
    padding: 0 50px;
}

#header.logo-center:not(.mobile) #logo{
    display: none;
}

#header.logo-center #menu-center-logo #logo{
    padding: 0;
    display: block;
}

#header.logo-center #menu-center-logo #logo,
#header.logo-center #menu-center-logo #logo a{
    position: relative;
    height: 85px;
}

#header.logo-center.fixed #menu-center-logo #logo,
#header.logo-center.fixed #menu-center-logo #logo a{
    height: 50px;
}

#header.mobile #logo {
    display: block;
    width: 40%;
    max-width: none;
    height: 50px;
    margin: 0 30%;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 0;
}

#header.mobile #logo a{
    height: 50px;
    width: 100%;
    position: relative;
    display: inline-block;
    line-height: 40px;
}

#header.mobile #logo a img{
    position: absolute !important;
    margin: auto;
}

.header-left,
.mobile-nav-icon,
#logo,
.nav,
#shop-menu{
    -webkit-transition: opacity ease-in-out 0.15s;
    transition: opacity ease-in-out 0.15s;

}

/* Page Background */
.vdobg-wrapper{
    position: absolute;
    z-index:0;
    top:0;
	left:0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}

.vdobg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

html:not(.no-touch) .vdobg{
    display: none;
}

.page-inner > .vdobg-wrapper > .vdobg,
.content-wrapper > .vdobg-wrapper > .vdobg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* Main Slider */
#slider{
    position: relative;
    z-index: 0;
    overflow: hidden;
}

/**
* Title Area
* -------------------------------------------------------------*/
.title-wrapper {
    min-height: 320px;
    position: relative;
    z-index:6;
    overflow:hidden;
    text-align: center;
    background: #21242a;
}

.title-wrapper .section-overlay{
    opacity:0.6;
}

.title-wrapper .container {
    padding: 100px 0;
}

.title-wrapper.full .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.boxed .title-wrapper .container{
    padding: 85px 0 30px;
}

.boxed .title-wrapper{
    min-height:150px;
}

.title {
    position: relative;
    z-index: 99;
}

.title h1 {
    color: #FFF;
    padding: 20px 0px;
    margin: 20px 0px;
    text-transform: uppercase;
    display: inline-block;
}

.container{
    padding: 0;
    clear: both;
    float: none;
}

/**
* Content
* -------------------------------------------------------------*/
#content {
    position: relative;
    z-index: 1;
}

.page-template-blank-php #content{
    display:table;
    width:100%;
    height:100%;
}

.main-content {
    min-height: 300px;
    padding-bottom: 40px;
    position: relative;
    z-index: 5;

}

.main-content {
    margin-top: 40px;
}

.main-content.full-width {
    margin-top: 0;
    padding: 0;
}

.page-template-blank-php .main-content{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.full,
.full-width {
    width: 100% !important;
}

.wide .container.full,
.wide .full-width {
    overflow:hidden;
}

.content-wrapper {
    position: relative;
}

.section {
    position: relative;
}

.full-width .section {
    padding: 95px 0;
}

.row {
    position:relative;
    z-index:1;
    margin-left:-15px;
    margin-right:-15px;
    float: none;
    clear:both;
}

.row:before {
    display: none;
}

@media screen and (max-width : 991px) {
    .column.wpb_column {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 4%;
        padding-bottom: 4%;
    }
}

.section.full .container
{
    width: 100%;
    margin: 0!important;
    padding:0!important;
}
.page-detail-inner{
    margin-bottom: 30px;
}
/* Fullscreen Section */
.section.fullscreen {
    height: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.section.fullscreen .container{
    height:100%;
}

.section.fullscreen .container > .row{
    display:table;
    table-layout: fixed;
    border-collapse:collapse;
    border-spacing:0;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    visibility:hidden;
}

.section.fullscreen.ready{
    height:auto;
}

.section.fullscreen.ready .container > .row{
    visibility:visible;
}

.section.fullscreen .row-inner{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    padding:0;
    margin:0;
    float:none;
}

.section-nav{
    position:fixed;
    z-index:99;
    width:100%;
    text-align:center;
}

.prevsection {
    top:0;
}
.nextsection {
    bottom:0;
}
.section-nav a{
    display:inline-block;
    width:40px;
    height:40px;
    font-size:50px;
    color:#fff;
    opacity:0.5;
    visibility:visible;
    text-shadow: 0px 0px 2px #222;

	-webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;

}
.section-nav a:hover{
    opacity:1;
}
.section-nav.disabled a{
    opacity:0;
    visibility:hidden;
}

/* Background Image */
.bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax .bg-image{
    height: 200%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/* Mask*/
.mask {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-color:#fff;
    border-right-width: 50vw;
    border-left-width: 50vw;
    border-top-color: transparent!important;
    border-bottom-color:transparent!important;

    -webkit-transform: scale( 1.014);
    -ms-transform: scale( 1.014);
    transform: scale( 1.014);

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mask.mask-top {
    top:0;
    border-top-width: 0px;
    border-bottom-width: 70px;
}

.mask.mask-bottom {
    bottom: 0;
    border-bottom-width: 0px;
    border-top-width: 70px;
}

.section-overlay{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:0.9;
}

.section-title{
    position: relative;
    z-index: 20;
    text-align: center;
    padding-top:95px;
}

.section-title h2{
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

/* Flex row, vertical alignment & equal height */ 
.section.w-row-flex > .container > .row,
.row.w-row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section.w-row-flex > .container > .row > .column,
.row.w-row-flex > .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Equal Height */
.section.w-row-flex.w-equal-height > .container > .row > .column,
.row.w-row-flex.w-equal-height > .column {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* Align Middle */
.section.w-row-flex.w-align-middle > .container > .row > .column,
.row.w-row-flex.w-align-middle > .column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Align Bottom */
.section.w-row-flex.w-align-bottom > .container > .row > .column,
.row.w-row-flex.w-align-bottom > .column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section.w-row-flex > .container > .row > .column > .wpb_wrapper,
.row.w-row-flex > .column > .wpb_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: auto;
}

/**
* Footer
* -------------------------------------------------------------*/
#footer{
    position: relative;
    z-index: 1;
}

#footer-widget {
    padding: 80px 0 0;
    background-color:#3a3a3a;
    color:#757575;
    position:relative;
}

#footer-widget a{
    color:#E5E5E5;
}

#footer-widget .widget h3 {
    color:#bbb;
    margin: 0px 0 10px 0;
}

#footer-widget .column {
    line-height: 25px;
}
  
#footer-widget .column .content {
    padding-right: 20px;
}

#footer-widget .column:last-child .content {
    padding-right: 0px;
}

#footer-widget .posts p span {
    color: #757575;
}

#footer a:hover {
    color: #fff;
}
 
#footer-bottom{
    min-height: 100px;
    background-color: #222;
    line-height: 25px;
    padding: 50px 0 20px 0;
    position: relative;
}

#footer-bottom.footer-large{
    padding:40px 0;
}

.footer-center #footer-text{
    padding:0 0 10px;
}

#footer-bottom .tooltip-arrow{
    border-top-color:#fff;
}

#footer-bottom .tooltip-inner{
    background:#fff;
    color:#21242a;
}

#footer-text{
    color:#777;
}

#footer-text a{
    color:#999;
}

#footer-nav{
    text-align:right;
    float: right;
}

.footer-center #footer-nav{
    text-align:center;
    padding:10px 0 0;
}

#footer-nav ul{
    display: inline-block;
    margin: 0;
    padding: 0;
}

#footer-nav > ul > li {
    float: left;
    padding: 0 10px;
}

.footer-menu > li a {
    font-size: 13px;
    font-weight: 600;
    color: #999;
}

#footer-nav .social-icons > li a{
    font-size:20px;
}

.clear{
    clear:both;
    float:none;
}
.clear:before,
.clear:after
{
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}


/* Text */
.headline {
    color: #FFF;
    padding:20px 30px;
    border:2px solid transparent;
    font-family:inherit;
    font-weight:800;
    font-size:56px;
    line-height:1.7;
    letter-spacing: 5px;
    text-transform:uppercase;
    display:inline-block;
}

.vela-title{
    color:#fff;
    font-family:inherit;
    font-weight:600;
    font-size: 24px;
    line-height:1.7;
    letter-spacing:5px;
    text-transform:uppercase;
}
.vela-subtitle{
    color:#fff;
    font-family:inherit;
    font-weight:600;
    font-size: 16px;
    line-height:1.7;
    letter-spacing:5px;
    text-transform:uppercase;
}

.vela-description {
    color: #FFF;
    font-family:inherit;
    font-weight:normal;
    font-size: 16px;
    line-height:1.7;
    letter-spacing:2px;
}

.group-name{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.name{
    line-height: 30px;
    padding-bottom: 4px;
}

.dropcap {
    position: relative;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 5px 20px 0 0;
    padding: 0 12px;
    border: 1px solid transparent;
    color:#fff;
    background:#999;
    text-transform:uppercase;
}

.highlight{
    display: inline-block;
    color: #FA5C5D;
}

/* Background */
.pattern-1{
    background: url(images/pattern01.png) repeat 0 0;
}
.pattern-2{
    background: url(images/pattern02.png) repeat 0 0;
}
.pattern-3{
    background: url(images/pattern03.png) repeat 0 0;
}
.pattern-4{
    background: url(images/pattern04.png) repeat 0 0;
}
.pattern-5{
    background: url(images/pattern05.png) repeat 0 0;
}
.pattern-6{
    background: url(images/pattern06.png) repeat 0 0;
}
.pattern-7{
    background: url(images/pattern07.png) repeat 0 0;
}
.pattern-8{
    background: url(images/pattern08.png) repeat 0 0;
}
.pattern-9{
    background: url(images/pattern09.png) repeat 0 0;
}
.pattern-10{
    background: url(images/pattern10.png) repeat 0 0;
}

.background-auto{
    background-size: auto;
}

.background-cover{
    -webkit-background-size: cover;
    background-size: cover;
}

.background-fixed{
    background-attachment: fixed;
}

.background-overlay:before{
    background: url(images/pattern-overlay.png) repeat center;
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.8;
}


/**
* Blog List
* -------------------------------------------------------------*/
ul.view{
    margin: 0;
    padding: 0;
}

ul.view > li{
    margin: 0;
    padding: 0;
}

ul.view > li.item:before{
    content: "";
}

.view .post {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eee;
}

.view .post.sticky{
    border: 1px solid #D8D8D8;
    border-top-width: 4px; 
    box-shadow: 0 1px 0 rgba(237, 237, 237, 1);
}

.post-header{
    margin: 0;
    position:relative;
}

.view .post.no-cover .post-header{
    background: rgba(33, 36, 42, 0.9);
    text-align: center;
}

.medium .view .post-header {
    padding:0!important;
}

.blog-detail .post-header {
    margin:0 0 20px;
}

.blog-detail .no-cover .post-header{
    display: none;
}

.blog-posts.masonry .view .item{
    padding: 10px;
}

.post-more {
    padding-top:10px;
}

.post-more a.ghost-button{
    border-color: #21242a;
    color: #21242a;
}

.post-date {
    padding: 0 20px;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 10px;
    background: #21242a;
    opacity: 0.8;
}

.post-date span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    position: relative;
    word-spacing: 3px;
}

.image-wrapper{
    width: 100%;
    min-height: 120px;
    line-height:0;
}

.view .image-wrapper{
    overflow: hidden;
}

.view .image-wrapper{
    overflow: hidden;
    max-height: 766px;
}

.medium .view .image-wrapper{
    max-height: 325px;
}

.image-wrapper img{
    width: 100%;
    height: auto;
}

.image-wrapper > a {
    display:block;
    line-height:0;
    overflow:hidden;
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

.blog-detail .image-wrapper{
    text-align: left;
}

.image-wrapper > a img {
	opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.image-wrapper > a:hover img {
	opacity: 0.7;

    -ms-transform: scale(1.05);
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.video-wrapper {
    position: relative;
    padding-top: 56%;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.view .post-detail {
    padding: 17px 0;
}

.medium .view .post-detail {
    padding: 0 17px;
}

.view .post-title{
    max-height:60px;
    overflow: hidden;
}

.single .post-title {
    margin-bottom: 10px;
    text-align: left;
}

.post-title, 
.post-title a{
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    color: #21242a;
    -webkit-transition: color ease-in-out 0.15s;
    transition: color ease-in-out 0.15s;

}

.post-title a:hover {
    color:#fff;
}

.format-quote .post-title {
    max-height:100%;
    font-size:18px;
}

.medium .view .post-title a {
    display: inline-block;
    overflow: hidden;
    max-height: 150px;
}

.format-quote .quote-author{
    padding: 0 10px;
    text-transform:capitalize;
    font-style:italic;
    font-weight:normal;
    font-size:14px;
}

.no-cover .image-wrapper{
    display: table;
    width: 100%;
}

.no-cover .image-wrapper .post-title{
    display: table-cell;
    vertical-align: middle;
    padding: 50px 30px;
    width: 100%;
    max-height: none;
    margin-bottom: 0;
    text-align: center;
}

.image-wrapper .post-title,
.image-wrapper .post-title a{
    color:#fff;
}

.post-format-icon,
.image-wrapper .post-format-icon{
    display: block;
    float: left;
    font-size: 40px;
    height: 60px;
    line-height: 50px;
    padding-right: 20px;
}

.format-link .post-format-icon{
    font-size: 25px;
    height: 30px;
    line-height: 35px;
    padding-right: 10px;
}

/* Post Meta */
.post-meta {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    height: 30px;
    color: #bbb;
}

.post-meta span strong{
    margin-right:5px;
}

.post-meta span,
.post-meta a {
    color:inherit;
}

.post-meta .date {
    margin-right:5px;
    font-style:italic;
}

.post-meta > span,
.post-meta > .meta-right > span,
.post-edit-link{
    display: block; 
    margin: 4px 15px 4px 0;
    text-transform: capitalize;
    font-style: italic;
    float: left;
}

.meta-right {
    float:right;
}

.post-meta .share-icons {
    position: relative;
    display: inline-block; 
    padding:4px 10px 4px 0;
}

.post-meta .share-icons a{
    display: block;
}

.post-meta i {
    margin-right:4px;
}

.share-icons:hover .dropdown-menu{
    display: block;
}

.share-icons .dropdown-menu {
    top: 90%;
    z-index: 999;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .10);
}

.share-icons .dropdown-menu li {
    margin: 0;
    padding: 0;
}

.share-icons .dropdown-menu li a{
    height: 30px;
    line-height: 25px;
}

.share-icons .dropdown-menu li a i{
    width: 20px;
    display: inline-block;
    text-align: center;
}

.share-icons .dropdown-menu > li > a,
.share-icons .dropdown-menu > li > a > i{
        color:#333;
}

.share-icons .dropdown-menu > li:hover > a,
.share-icons .dropdown-menu > li:hover > a > i{
    color: #fff;
}

.blog-posts .post-meta .post-datetime,
.blog-posts.masonry .view .post-meta .post-author,
.posts-slider .post-meta .share-icons,
.posts-slider .post-meta .post-datetime,
.vc_col-sm-8 .posts-slider .medium .view .post-more,
.vc_col-sm-6 .posts-slider .medium .view .post-more
{
    display:none;
}

/* Post Excerpt */
.view .post-summary{
    clear: both;
    overflow:hidden;
    line-height:22px;
    margin:10px 0;
}

/**
* Blog Single
* -------------------------------------------------------------*/
.blog-detail-inner {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    overflow: hidden;
}

.blog-detail .post-meta .post-datetime{
    display:inline-block;
}

.post-content {
    padding-top: 30px;
}

.content p{
    margin: 0 0 20px 0;
}

.content table{
    border: 1px solid #e0e0e0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    margin-bottom: 30px;
}

.content table th,
.content table td{
    padding: 5px 10px;
}

.content table th {
    background-color: #f5f5f5;
    color: #545454;
    text-shadow: 1px 1px 0px #fff;
}

.page-links {
    margin: 30px 0px 0px;
    padding: 0;
    display: block;
}

.page-links > span,
.page-links > a {
    position: relative;
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    line-height: 30px;
    margin: 0 2px;
    padding: 0px;
    text-align: center;
    color: #bababa;
    background: none;
    font-size: 16px;
    border: 1px solid #E2E2E2;
    background:#fff;
    outline: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all .15s ease-in-out;
}

.page-links > span{
    color: #fff;
    background-color: #bbb;
    border-color: #f5f5f5;
    box-shadow: 0 1px 1px #FFF;
}

.page-links > a:hover{
    background-color: #eee;
    color: #545454;
    text-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #FFF;
}

.post-tags {
    padding: 20px 10px;
    margin-top: 30px;
    background: #f5f5f5;
    word-spacing:4px;
}

.post-tags a{
    color: #21242a;
}

/* Related Posts */
.related-posts {
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

.related-posts h3{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding:0;
}

.related-posts li{
    padding-bottom:30px;
}

.related-posts .thumb{
    display:block;
    float:none;
}
 
.related-posts li .thumb{
    height: 147px;
    line-height: 0;
    overflow: hidden;
}

.one-left .related-posts li .thumb, 
.one-right .related-posts li .thumb{
    height: 126px;
    line-height: 0;
}

.related-posts .thumb a{
    display: block;
    width:100%;
    height:auto;
    line-height: 0;
    text-align: center;
}

.related-posts .thumb a i{
    font-size: 80px;
    margin: 10px;
    vertical-align: middle;
}

.related-posts li h4 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 13px;
    margin: 10px 0 0;
}

.related-posts li h4 a{
    color: #21242a;
}

.related-posts li span{
    font-size:12px;
    color:#bbb;
}

.showmore {
    text-align: center;
    position: relative;
    padding-top: 10px;
    line-height: 30px;
}

.showmore a{
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size:14px;
    font-weight:bold;
    color:#A0A0A0;
    border-bottom:1px solid #eee;
}

.showmore a:hover{
    color:#21242a;
}

/* Post Loader*/
/* Throbber Loader */
@keyframes throbber {
  0% {
    background: #dde2e7;
  }

  10% {
    background: #555;
  }

  40% {
    background: #000;
  }
}

@-webkit-keyframes throbber {
  0% {
    background: #dde2e7;
  }

  10% {
    background: #555;
  }

  40% {
    background: #000;
  }
}

/* :not(:required) hides these rules from IE9 and below */
.post-loader:not(:required) {
    background: #dde2e7;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 8px;
    height: 10px;
    margin: 0 12px;
    -webkit-animation: throbber 2000ms 300ms infinite ease-out;
    animation: throbber 2000ms 300ms infinite ease-out;
}

.post-loader:not(:required):before, 
.post-loader:not(:required):after {
  background: #dde2e7;
  content: "\x200B";
  display: inline-block;
  width: 8px;
  height: 10px;
  position: absolute;
  top: 0;
}

.post-loader:not(:required):before {
  -webkit-animation: throbber 2000ms 150ms infinite ease-out;
  animation: throbber 2000ms 150ms infinite ease-out;
  left: -12px;
}

.post-loader:not(:required):after {
  -webkit-animation: throbber 2000ms 450ms infinite ease-out;
  animation: throbber 2000ms 450ms infinite ease-out;
  right: -12px;
}


/* Pagination */
.pagination {
    margin: 30px 0px 0px;
    padding:0;
    text-align: center;
    display:block;
    width:100%;
}

.pagination > span > a{
    position: relative;
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #eee;
    background:#fff;
    outline: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all .15s ease-in-out;
}

.pagination > span.previous{
    float: left;
}

.pagination > span.previous > a:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    
}

.pagination > span.next{
    float: right;
}

.pagination > span.next > a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
    
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination ul > li {
    float: left;
    margin: 0;
    padding: 0;
}

.pagination ul li span,
.pagination ul li a {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0px;
    text-align: center;
    color: #bababa;
    font-size: 16px;
    border: 1px solid #E2E2E2;
    background:#fff;
    outline: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all .15s ease-in-out;
}

.pagination ul li span {
    color: #DADADA;
    background-color: #E7E7E7;
    border-color: #E5E5E5;
}

.pagination ul li span.current {
    color: #fff;
    background-color: #21242a;
    border-color: #21242a;
    box-shadow: 0 1px 1px #FFF;
}

.pagination a:hover {
    background: #FA5C5D;
    border-color: #FA5C5D;
    color: #fff;
    box-shadow: 0 1px 1px #FFF;
}

/* Post Navigation */
.post-nav {
    margin-top: 30px;
    padding: 10px;
}

.prev-post,
.next-post{
    position:relative;
    float:left;
    width:50%;
}

.prev-post{
    min-height:100px;
}

.prev-post a,
.next-post a{
    color:#21242a;
}

.prev-post > a >  i,
.next-post > a >  i{
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
}

.next-post{
    text-align: right;
    border-left:1px solid #eee;
}

.post-nav .post-link{
    padding: 10px 25px;
    position:relative;
}

.prev-post > a,
.next-post > a{
    position:absolute;
    z-index:2;
}

.prev-post > a{
    left:0;
}

.next-post > a{
    right:0;
}

.thumb{
    display: block;
    float: left;
    line-height: 0;
    background:#474747 url(images/striped.png) repeat 0 0;
}

.thumb a{
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    color:#fff!important;
}

.thumb img{
    width: 100%;
    height: 100%;
}

.post-nav .thumb a{
    display: block;
    width: 78px;
    height: 78px;
    text-align: center;
    font-size: 40px;
    line-height: 78px;
}

.post-nav .nav-text{
    display: block;
    float: left;
    height: 70px;
    width:70%;
}

.next-post .nav-text,
.next-post .thumb{
    float: right;
}

.post-nav .nav-text span,
.post-nav .nav-text h5{
    display: block;
    overflow: hidden;
    margin: 5px 10px;
}

.post-nav .nav-text span{
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    vertical-align: top;
    color:#bbb;
}

.post-nav .nav-text h5{
    font-size:14px;
    line-height:18px;
    font-weight: 500;
    height:54px;
}

/* Comments */
#comments{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.comment-list {
    margin: 20px 0;
    padding: 0;
}

.comment .children {
    padding-left:30px;
    margin: 0 10px;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback{
    border-top: 1px dotted #ddd;
    margin-bottom: 25px;
    padding: 0 10px;
    background: #fff;
}
.comment-list .comment > article{
    margin: 20px 10px;
}

.comment-list > .comment:first-child,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child{
    border-top: 0;
}

.comment-list .comment.bypostauthor{
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background: #fbfbfb;
    box-shadow: 0 1px 1px #eee;
}

.comment .avatar {
    float: left;
    overflow: hidden;
    padding-right: 30px;
}

.comment .avatar img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #f5f5f5;
}

.comment-respond{
    margin-bottom: 30px;
}

.comment .comment-respond{
    padding: 30px 10px;
}

.comment-box .name {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

.comment-box .name a{
    color: #21242a;
}

.comment-box .post-meta {
    font-size: 12px;
}

.comment-box .post-content{
    padding-top: 10px;
}

.comment-edit-link, 
.comment-reply-link {
    padding-left: 10px;
    margin: 4px 0 4px 10px;
    display: inline-block;
}

#cancel-comment-reply-link {
    font-weight: normal;
    float: right;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 30px;
}

#cancel-comment-reply-link:before{
    content:"\f00d";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    margin-right:5px;
    text-indent: 0;
    position: absolute;
    display: block;
    margin: auto;
    font-size: 25px;
}

.comments-nav{
    margin-bottom: 30px;
}

.comments-nav a{
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0px;
    text-align: center;
    color: #bababa;
    background: none;
    font-size: 16px;
    border: 1px solid #E2E2E2;
    background: #fff;
    outline: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all .15s ease-in-out;
}

.comments-nav a:hover{
    color: #fff;
    border-color:#FA5C5D;
    background:#FA5C5D;
}

.form-desc{
    line-height: 50px;
}

.comment-form .inputrow{
    padding: 10px 0;
}

.comment-form .user-link{
    margin-left: 10px;
    text-transform:capitalize;
}

.comment-form .logout-link{
    padding-left: 10px;
    margin-left: 20px;
    text-transform:capitalize;
}

.comment-form .logout-link:before{
    content:"\f08b";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    display:inline-block;
    margin-right:5px;
}

.inputrow input{
    width: 100%;
}

.textarea-comment{
    height: 200px;
    width: 100%;
}

/* Author Page */
.about-author{
    margin-bottom: 30px;
    padding: 16px;
    background: #fff;
}

.blog-detail .about-author{
    margin: 30px 0 0;
}

.about-author .avatar {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 20px 20px 0;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
}

.author-detail{
    margin-left: 100px;
}

.author-detail h4{
    display: inline-block;
}

.author-detail .edit-profile{
    font-size: 12px;
    margin-left: 10px;
}

/* Search Page */
body.search .main-content,
body.error404  .main-content{
    min-height: 500px;
}

.full-search{
   margin-bottom: 30px;
}

.search-form{
    position: relative;
}

.search-form .keyword{
    width: 100%;
}

.search-form .button {
    position: absolute;
    top: -2px;
    right: -3px;
    bottom: -2px;
    width: 35px;
    min-width: 0;
    background: none;
    border: none;
    outline: 0;
    z-index: 99;
    line-height: 30px;
    color: inherit;
    padding: 0px 10px;
}

.search-form .button:after{
    display: none;
}

.search-query{
    padding-bottom: 50px;
}

.search-item{
    margin-bottom: 30px;
}

.search-item .item-header {
    position: relative;
}

.search-item .item-header > span {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}

.search-item .item-header > div{
    position: absolute;
    top: 50%;
    left: 90px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-item .thumb{
    float: none;
    font-size: 40px;
    line-height: 80px;
}

.search-item .type-icon{
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    background: #fff;
    border:1px solid #e1e1e1;
}

.search-item .post-content{
    padding-top: 10px;
}

.search-item .post-content > p{
    margin-bottom: 0;
}

/* Portfolio */
.portfolio-detail .gallery .slides{
    padding: 0;
}

.portfolio-detail .gallery .slides li{
    padding:0 10px 20px 10px;
}

.portfolio-detail .gallery .slides li.featured-video{
    width: 100%;
}

.portfolio-detail .large .slides li{
    padding-bottom:10px;
}

.portfolio-detail .slides li iframe {
    width:100%!important;
}
.portfolio-detail-inner{
    margin-bottom: 30px;
}
.toggle-content ul li {
    margin:0.5em 0em;
    padding: 0;
}

.portfolio-detail .slides a {
    display:block;
    line-height:0;
    overflow:hidden;
}

.portfolio-detail .related-posts{
    border: none;
}

.media-wrapper{
    padding-bottom:20px;
}

.media-wrapper img{
    width:100%;
    height:100%;
}

.w-inline-content {
    position: absolute;
    z-index: 0;
    opacity: 0;
}

.portfolio-detail .post-meta{
    margin: 10px 0 0;
}


.portfolio-detail .post-nav{
    border:none;
    position: relative;
}

.portfolio-detail .post-nav.with-home .next-post{
    border: none;
}

.portfolio-detail .post-nav .nav-home{
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.portfolio-detail .post-nav .nav-home a{
    font-size: 40px;
}

/* Grid Style */
.post-filter {
    text-align: center;
    padding-top: 10px;
    line-height: 0;
}

.filter {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.post-filter .filter li {
    float: left;
    display: block;
    padding: 2px 15px;
    height: 40px;
    line-height: 35px;
    position:relative;

    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;

}

.post-filter .filter li a {
    display: inline-block;
    color: #A3A3A3;
    position: relative;
    text-shadow: 1px 1px #fff;
}

.post-filter .filter li:hover a,
.post-filter .filter li.selected a {
    color:#21242a;
}

.post-filter .filter li:hover a:after,
.post-filter .filter li.selected a:after {
    position: absolute;
    bottom: -1px;
    display: block;
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 25px;
    line-height: 3px;
    width: 100%;
    color: #21242a;
    text-shadow: 0px -1px rgba(213, 213, 213, 0.5);
}

.filterable .item-wrapper {
    padding: 20px;
    background: #21242a;
}

.filterable.masonry .item-wrapper {
    padding: 10px 0 0 10px;
}

.filterable.gallery .item-wrapper{
    padding: 10px;
}

.portfolio-grid.grid .item{
    padding:0;
}

.portfolio-grid.gallery .item{
    padding:10px;
}

.portfolio-grid.masonry .item{
    float:left;
    padding: 0 10px 10px 0;
    width:25%;
    height:283px;
}
.portfolio-grid.masonry .item.width2{
    width:50%;
}

.view figure {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
    background:#000;
	text-align: center;
	cursor: pointer;
}

.masonry .view figure {
    height:100%;
}

.masonry .view figure div.cover-image {
	position: relative;
	display: block;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.view figure img {
	position: relative;
	display: block;
	height: 100%;
    width: 100%;
}

.view figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.view figure figcaption::before,
.view figure figcaption::after {
	pointer-events: none;
}

.view figure figcaption,
.view figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Portfolio Hover Effect */
.view figure a {
	z-index: 100;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.view figure h3 {
	font-weight: 500;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.view figure:hover h3{
    opacity: 1;
}

.view figure h3 span {
	font-weight: 800;
}

.view figure p {
	margin: 0;
}

.view figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/* Effect Apollo */
.effect-apollo figure {
	background: #000;
}

.effect-apollo figure .cover-image {
	opacity: 0.95;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.effect-apollo figure figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: "";

	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;

	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.effect-apollo figure p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5%;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;

	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-apollo figure h3 {
	text-align: left;
}

.effect-apollo figure:hover .cover-image {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.effect-apollo figure:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.effect-apollo figure:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Effect Bubba */
.effect-bubba figure {
	background: #9e5406;
}

.effect-bubba figure .cover-image {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-bubba figure:hover .cover-image {
	opacity: 0.4;
}

.effect-bubba figure figcaption::before,
.effect-bubba figure figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba figure figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.effect-bubba figure figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.effect-bubba figure h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.effect-bubba figure h3,
.effect-bubba .width2.height2 figure h3{
    padding-top: 20%;
}

.effect-bubba .width2 figure h3{
    padding-top: 10%;
}

.effect-bubba .height2 figure h3{
    padding-top: 50%;
}

.effect-bubba figure p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.effect-bubba figure:hover figcaption::before,
.effect-bubba figure:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-bubba figure:hover h3,
.effect-bubba figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Duke */
.effect-duke figure {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

.effect-duke figure .cover-image {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-duke figure p{
	-webkit-transition: opacity 0.35s, top 0.5s;
	transition: opacity 0.35s, top 0.5s;
}

.effect-duke figure:hover .cover-image {
	opacity: 0.1;
}

.effect-duke figure:hover img.cover-image{
	-webkit-transform: scale3d(2,2,1);
	-ms-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

.effect-duke figure h3 {
    padding: 20px 10px 30px;
    border-bottom: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.effect-duke figure p {
    position: relative;
    top: -50px;
    margin: 5%;
    padding: 10px;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
}

.effect-duke figure:hover h3 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.effect-duke figure:hover p{
    top:0;
    opacity: 1;

}

/* Goliath */
.effect-goliath figure {
	background: #000;
}

.effect-goliath figure .cover-image,
.effect-goliath figure h3 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-goliath figure .cover-image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-goliath figure h3,
.effect-goliath figure p {
	position: absolute;
    width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px;
}

.effect-goliath figure p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #FA5C5D;
	text-transform: none;
	font-size: 90%;

	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;

    -webkit-transform: translate3d(0,85px,0);
	transform: translate3d(0,85px,0);
}

.effect-goliath figure:hover .cover-image {
    opacity:0.5;
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

.effect-goliath figure:hover h3 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

.effect-goliath figure:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Effect Jazz */
.effect-jazz figure {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

.effect-jazz figure .cover-image {
	opacity: 0.9;
}

.effect-jazz figure figcaption::after,
.effect-jazz figure img.cover-image,
.effect-jazz figure p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-jazz figure figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	opacity: 0;

	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);

	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.effect-jazz figure h3,
.effect-jazz figure p {
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

.effect-jazz figure h3 {
    font-weight:400;
	padding-top: 15%;

	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.effect-jazz figure p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
}

.effect-jazz figure:hover .cover-image {
	opacity: 0.7;

}
.effect-jazz figure:hover img.cover-image {
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}


.effect-jazz figure:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.effect-jazz figure:hover h3,
.effect-jazz figure:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Effect Kira */
.effect-kira figure {
	background: #000;
	text-align: left;
}
.effect-kira figure h3{
    opacity:1;
    text-align:right;
}
.effect-kira figure .cover-image {
    opacity:0.95;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-kira figure figcaption {
	z-index: 1;
}

.effect-kira figure p {
    padding: 0 0.5em;
    font-size: 80%;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

.effect-kira figure p {
	color: #101010;
}


.effect-kira figure figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 2.5em;
	background: #fff;
	content: "";
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.effect-kira figure:hover .cover-image {
	opacity: 0.4;
}

.effect-kira figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-kira figure:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/* Selena */
.effect-selena figure {
	background: #fff;
    position:relative;
}
.effect-selena figure:before{
    content:"";
    position:absolute;
    z-index:5;
    width:100%;
    height:100%;
    display:block;
    opacity:0;
    background:#000;

    -webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;

}

.effect-selena figure:before,
.effect-selena figure .cover-image {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.effect-selena figure:hover:before,
.effect-selena figure:hover .cover-image,
.effect-selena .width2.height2 figure:hover:before,
.effect-selena .width2.height2 figure:hover .cover-image {
    -webkit-transform: scale3d(0.95,0.92,1);
    transform: scale3d(0.95,0.92,1);
}

.effect-selena .height2 figure:hover:before,
.effect-selena .height2 figure:hover .cover-image{
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}
.effect-selena .width2 figure:hover:before,
.effect-selena .width2 figure:hover .cover-image{
    -webkit-transform: scale3d(0.97,0.9,1);
    transform: scale3d(0.97,0.9,1);
}

.effect-selena figure:hover:before {
    opacity: 0.5;
}

.effect-selena figure h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	
    -webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.effect-selena figure h3,
.effect-selena .width2.height2 figure h3{
    margin-top:15%;
}

.effect-selena .width2 figure h3{
    margin-top:10%;
}

.effect-selena .height2 figure h3{
    margin-top:45%;
}

.effect-selena figure p {
	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	
    -webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.effect-selena figure:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-selena figure:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
.effect-selena figcaption{
    position:relative;
    z-index:99;
}

/* Input */
*:focus {
    outline: none;
}

input,
textarea{
    letter-spacing:1px;
    font-family:inherit;
    letter-spacing:1px;
    background-color:#fff;
    border:1px solid #e1e1e1;
    color:#959595;
    padding:5px 10px;

    -webkit-transition: color linear 0.4s, background-color linear 0.4s, border-color linear 0.4s;  
    transition: color linear 0.4s, background-color linear 0.4s, border-color linear 0.4s;
}

textarea {
    resize: vertical;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    width:100%;
    line-height:18px;
    padding:8px 10px;
    border-radius: 2px;
}

.alt-color input[type="text"],
.alt-color input[type="password"],
.alt-color input[type="email"],
.alt-color input[type="tel"],
.alt-color input[type="url"],
.alt-color textarea {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="email"]:hover, 
input[type="tel"]:hover, 
input[type="url"]:hover, 
textarea:hover {
    border-color:#bbb;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
textarea:focus {
    border-color:#848484;
}

::-webkit-input-placeholder {
    color: #ccc;
    text-transform: uppercase;
    font-size:12px;
}

::-moz-placeholder {
    color: #ccc;
    text-transform: uppercase;
    font-size:12px;
}

:-ms-input-placeholder {
    color: #ccc;
    text-transform: uppercase;
    font-size:12px;
}

input:-moz-placeholder {
    color: #ccc;
    text-transform: uppercase;
    font-size:12px;
}

input[type="submit"], 
input[type="button"],
input[type="reset"] {
    color: #fff;
    text-transform:uppercase;
    text-align:center;
    border-width: 2px;
    padding:5px 20px;
    margin:5px 0;
}

input[type="submit"]:hover, 
input[type="button"]:hover {
    background-color: transparent;
}

input[type="date"] {
    padding:0 10px;
    height:25px;
}

input[type="reset"] {
    border: 2px solid #a5a5a5;
    background-color:#a5a5a5;
    text-transform:uppercase;
}

input[type="reset"]:hover {
    color: #a5a5a5;
    border: 2px solid #a5a5a5;
    background:none;
}

:not(:required) input[type="checkbox"], :not(:required) input[type="radio"] {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    line-height: 22px;
    margin: 0px;
    margin-right: 25px;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    position: relative;
    text-align: center;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

:not(:required) input[type="checkbox"]:hover, 
:not(:required) input[type="radio"]:hover{
    border: 2px solid #777;
    line-height: 20px;
}

:not(:required) input[type="checkbox"]:disabled,
:not(:required) input[type="radio"]:disabled,
:not(:required) input[type="checkbox"]:disabled:hover,
:not(:required) input[type="radio"]:disabled:hover{
    border: 1px solid #e1e1e1;
    background: #E4E4E4;
    cursor: default;
}

:not(:required) input[type="checkbox"]:checked,
:not(:required) input[type="radio"]:checked{
    background: #777;
}

:not(:required) input[type="checkbox"]{
    border-radius: 1px;
}

:not(:required) input[type="radio"]{
    border-radius: 50%;
}

:not(:required) input[type="checkbox"]:checked::after
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 13px;
    color: #fff;
}

:not(:required) input[type="radio"]:checked::after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;

}
:not(:required) input[type="radio"]:disabled::after{
    background: #eee;
}

.dropdown-select {
    position: relative;
    display: inline-block;
    line-height: 30px;
}

select {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 0.01px;
    cursor: pointer;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.dropdown-select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}


/* Button */
a.button, 
button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #FA5C5D;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    padding: 8px 20px;
    margin: 2px 4px 2px 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    border: 3px solid #FA5C5D;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 0;
    -webkit-transition: color 0.3s, padding 0.3s;
    transition: color 0.3s, padding 0.3s;
}

a.button.round,
button.round{
    border-radius:25px;
}

a.button.large,
button {
    padding: 10px 40px;
    font-size: 15px;
    line-height: 20px;
}

a.button:hover {
    color: #fff;
    padding-left: 10px !important;
    padding-right: 30px !important;
}

a.button.large:hover{
    padding-left: 30px !important;
    padding-right: 50px !important;
}

a.button:after,  
a.ghost-button:after {
    position: absolute;
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0;
    top: 50%;
    right: 15px;
    line-height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.button.large:after{
    right:20px;
}

a.button:hover:after,
a.ghost-button:hover:after{
    opacity:1;
    right:10px;
}

a.button.large:hover:after{
    opacity:1;
    right:15px;
}

a.link-button, 
a.ghost-button {
    display: inline-block;
    vertical-align: top;
    border: 3px solid #fff;
    color: #fff;
    background: none;
    font-size: 12px;
    line-height: 15px;
    min-width: 120px;
    cursor: pointer;
    padding: 8px 20px;
    margin: 2px 4px 2px 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link-button.square,
.ghost-button.square{
    border-radius:0;
}

a.link-button.large,
a.ghost-button.large{
    padding:10px 40px;
    font-size: 15px;
    font-weight:700;
    line-height: 20px;
}
.link-button i {
    margin-right: 5px;
}

.link-button span {
    position: absolute;
    z-index: -1;
    right: 100%;
    top: -1px;
    left: -1px;
    bottom: -1px;
    opacity: 0;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link-button.square span {
    border-radius: 0;
}

a.link-button:hover,
a.link-button:active {
	color: #fff;
}

.link-button:hover span,
.link-button:active span {
	right: -1px;
	opacity: 1;
}


a.ghost-button:hover {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

a.ghost-button.large:hover {
    padding-left: 30px !important;
    padding-right: 50px !important;
}

#comment-submit {
    padding:10px 10px;
    text-transform:uppercase;
    -webkit-transition: all linear 0.4s; 
    transition: all linear 0.4s;
}

#comment-submit[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

#toTop {
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    right: 25px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s; 
    transition: all 0.35s;

}

#toTop.active{
    opacity:0.6;
    visibility:visible;
}

#toTop.active:hover{
    opacity:1;
}

#toTop .border {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}   

#toTop .border:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #21242a;
    border: 2px solid transparent;
    border-radius:50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0.2;
    top: -2px;
    left: -2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

#toTop:hover .border:before {
    opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}

.button.launch-project {
    padding:10px 50px;
    width:100%;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}

/* Page Loader*/
#preloader{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#preloader.loaded{
    opacity: 0;
}

#loading-animation{
    position:fixed;
    z-index:9999;
    width:100%;
    text-align:center;
    top:40%;
}

.spinner{
    display:inline-block;
}
.loader-1 .spinner {
  margin: 100px auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.loader-1 .cube1, 
.loader-1 .cube2 {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.loader-1 .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.loader-2 .spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.loader-2 .double-bounce1,
.loader-2 .double-bounce2 {
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.loader-2 .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.loader-3 .spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.loader-3 .spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.loader-3 .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loader-3 .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loader-3 .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loader-3 .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.loader-4 .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;

    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.loader-5 .spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.loader-5 .dot1,
.loader-5 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;

    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.loader-5 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.loader-6 .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.loader-6 .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    display: inline-block;
    border-radius: 100%;

    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader-6 .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-6 .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.loader-7 .spinner {
  width: 60px;
  height: 60px;
  position: relative;
}

.loader-7 .container1 > div,
.loader-7 .container2 > div,
.loader-7 .container3 > div {
    width: 12px;
    height: 12px;
    background-color: #333;
    position: absolute;
    border-radius: 100%;

    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader-7 .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.loader-7 .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.loader-7 .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.loader-7 .circle1 { top: 0; left: 0; }
.loader-7 .circle2 { top: 0; right: 0; }
.loader-7 .circle3 { right: 0; bottom: 0; }
.loader-7 .circle4 { left: 0; bottom: 0; }

.loader-7 .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loader-7 .container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loader-7 .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loader-7 .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loader-7 .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loader-7 .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loader-7 .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loader-7 .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader-7 .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loader-7 .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loader-7 .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Dropdown */
.dropdown-nav,
.dropdown-nav ul,
.dropdown-nav ul li,
.dropdown-nav ul li a
{
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.dropdown-nav:after,
.dropdown-nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.dropdown-nav > ul > li {
  float: left;
  display: block;
}

.dropdown-nav > ul > li > a {
    padding: 0 25px 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow:hidden;
}

.dropdown-nav > ul > li.menu-item-has-children > a {
    padding-right: 30px;
}

.dropdown-nav > ul > li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    content: "\f107";
    width: 10px;
    right: 10px;
    text-align: center;
}

.dropdown-nav ul ul {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    top:80%;
    visibility: hidden;
    background: #fff;
    min-width: 200px;
    max-width:300px;
    border-top: 3px solid transparent;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);   
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
}

.dropdown-nav > ul > li:hover > ul {
    opacity: 1;
    top:100%;
    visibility: visible;
}

.dropdown-nav ul ul > li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.dropdown-nav ul ul > li > ul {
    left: 100%;
}

.dropdown-nav > ul > li.menu-item-has-children.align-right > ul {
    left: auto;
    right: 0;
}

.dropdown-nav ul ul li.menu-item-has-children.align-right > ul {
    left: auto;
    right: 100%;
}

.dropdown-nav ul ul li a {
    text-decoration: none;
    padding: 11px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0,0,0,0.7);
    text-shadow: 0px 1px 0px #fff;
    background-color: #f3f3f3;

    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

}

.dropdown-nav ul ul li:hover > a, 
.dropdown-nav ul ul li.active > a {
    color: #000!important;
    background: #fff;
}

.dropdown-nav > ul > li > ul::after {
  position: absolute;
  display: block;
}

.dropdown-nav ul ul li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    content: "\f105";
    width: 10px;
    right: 10px;
    text-align: center;
}
.dropdown-nav ul ul li.menu-item-has-children.align-right > a::after {
  content: "\f104";
  right: auto;
  left: 10px;
}

/* Mobile Menu*/
.mobile-nav,
.mobile-nav ul,
.mobile-nav ul li,
.mobile-nav ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    float: none;
    position: relative;
}

.mobile-nav {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
}

.mobile-nav ul li a {
    -webkit-transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s;
    transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s;
}

.mobile-nav ul ul {
    display: none;
}

.mobile-nav > ul > li > a {
    padding: 15px 20px;
    cursor: pointer;
    z-index: 2;
    font-weight: bold;
    text-decoration: none;
    color: rgba(0,0,0,0.7);
    background: #f3f3f3;
    box-shadow: inset 0 1px 0 #fff;

}

.mobile-nav > ul > li:hover > a, 
.mobile-nav > ul > li.active > a, 
.mobile-nav > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}

.mobile-nav ul li.open > a, 
.mobile-nav ul li.open:hover > a {
    box-shadow: 0 2px 1px rgba(51, 51, 51, 0.22);
}

.mobile-nav ul ul li a {
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    padding: 10px 30px;
    box-shadow: inset 0 1px 0 #fff;
}

.mobile-nav ul ul ul li a {
    padding-left: 50px;
    box-shadow: inset 0 1px 0 #fff;
}

.mobile-nav li.menu-item-has-children > a{
    position: relative;
}

.mobile-nav li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    content: "\f105";
    width: 10px;
    right: 20px;
    text-align: center;
}

.mobile-nav li.menu-item-has-children.open > a::after {
    content: "\f107";
}

/**
* Widgets
*--------------------------------------------*/
.widget {
    margin-bottom: 50px;
}

.widget h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.widget ul{
    margin: 0;
    padding: 0;
}

.widget ul li {
    font-size: 13px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.widget ul li ul{
    padding: 5px 0px 5px 25px;
}

.widget a{
    color: #21242a;
}

/* Archive & Categories widget */
.widget_categories > ul > li,
.widget_archive > ul > li,
.sidebar .widget .posts > li{
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 0px #fff;
}

.widget_categories ul > li, 
.widget_archive ul > li {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: right;
    display: block;
    clear: both;
    float: none;
    min-height: 35px;
    line-height: 35px;
}

.widget_categories ul > li > a,
.widget_archive ul > li > a {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    font-size: 13px;
}

.widget_categories > ul > li > a:hover:before,
.widget_archive > ul > li > a:hover:before
{
    content:"\f0da";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    display:inline-block;
    position:absolute;
    left:-10px;
}

/* Calendar widget */
#calendar_wrap { margin:10px 0 20px;}
#wp-calendar { width: 100%; border:none;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; border:none;}
#wp-calendar thead th { padding-bottom: 10px; border:none; background:none; text-align:center;}
#wp-calendar tbody { color: #aaa; border:none;  }
#wp-calendar tbody td { background: #fff; border: 1px solid #f1f4f5; text-align: center; padding:8px; }
#wp-calendar tbody td#today { background:#aaa; color:#fff;}
#wp-calendar tbody td#today:hover { background:#f90;}
#wp-calendar tbody td#today a { display:block;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none;}
#wp-calendar tfoot td { border:none;}
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* Text widget */
.widget_text{
    overflow: hidden;
}

/* Menu widget */
.widget_nav_menu li{
    line-height: 28px;
}

/* RSS widget*/
.widget_rss ul li{
    line-height: 20px;
    padding-bottom: 15px;
}

.widget_rss ul li a{
    display: block;
}

.widget_rss ul li span,
.widget_rss ul li cite{
    font-size: 12px;
    line-height: 15px;
    color: #bbb;
}

/* Posts widget */
.posts .thumb{
    width: 50px;
    height: 50px;
    text-align: center;
}
.posts .thumb i{
    font-size: 30px;
    line-height: 50px;
}

.widget .posts li{
    min-height: 60px;
    padding: 5px 0;
    margin-bottom: 5px;
}

.widget .posts .thumb{
    margin-right: 8px;
}

.widget .posts .thumb a{
    display: block;
    width: 50px;
    height: 50px;
}

.widget .posts p{
    line-height: 20px;
}

.widget .posts p a{
    display: block;
    line-height: 15px;
    max-height:30px;
    overflow:hidden;
    font-size:13px;
    margin-bottom:5px;
}

.widget .posts p span{
    display: block;
    font-size: 11px;
    color:#bbb;
}

/* Flickr widget */
.vela-flickr li{
    float:left;
    width:25%;
}

.vela-flickr li a {
    margin: 0 5px 5px 0px;
    display: block;
    line-height: 0px;
    position: relative;
}

.vela-flickr li a img {
    width: 100%;
    height: 100%;
}

.thumb > a,
.vela-flickr li > a{
    background-color: #282828;
    overflow:hidden;
}

.post-link .thumb > a img,
ul li .thumb > a img,
.vela-flickr li > a img {
    opacity: 0.5;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;

}

.post-link:hover .thumb > a img,
ul li:hover .thumb > a img,
.vela-flickr li:hover > a img{
    opacity: 1;
    -ms-transform: scale(1.12);
    -webkit-transform: scale(1.12);
	transform: scale(1.12);
}

/* Tagcloud widget */
.tagcloud a {
    display: inline-block;
    vertical-align: middle;
    color: #a7a6a6;
    border: 1px solid #cccccc;
    padding: 0 15px;
    margin: 0 2px 5px 0;
    height: 30px;
    line-height: 30px;
    font-size: 10px!important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.tagcloud a:hover {
    color: #fff;
    background-color: #bbb;
    border-color: #A6A4A4;
}

/* Facebook widget*/
.vela-facebook-box{
    display: inline-block;
    background: #aaa;
    overflow: hidden;
}
.vela-facebook-box iframe{
    border: none;
    overflow: hidden;
}

/**
* Plugins 
*-------------------------------------------------------------*/
/* flexslider */
.flexslider{
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.flexslider ul,
.flexslider li{
    margin: 0;
    padding: 0;
}

.flexslider .slides{
    overflow: hidden;
}

.flex-direction-nav{
    line-height: 40px;
}

.flex-control-paging li a {
    margin: 5px;
    background-color: #000;
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.flex-control-paging li a:hover {
    background-color:#000;
    opacity: 1;
}

.background-striped .flex-control-paging li a,
.background-striped .flex-control-paging li a:hover,
.parallax .flex-control-paging li a,
.parallax .flex-control-paging li a:hover    {
    background-color: #fff;
}

.flex-control-paging li a.flex-active {
    opacity: 1;
    background:#999;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    text-align: center!important;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    width: 38px!important;
    height: 38px!important;
    background: rgba(0, 0, 0, 0.2);

}

.flex-direction-nav .flex-disabled{
    display:none;
}

.flex-direction-nav a {
    line-height:35px;
}

.flex-direction-nav a:before {
    font-size: 20px!important;
}

/* Owl-carousel */
.owl-wrapper{
    cursor: url(images/grab.png) 0 0, auto;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.grabbing {
    cursor: url(images/grabbing.png) 0 0, auto;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.owl-controls {
    text-align: center;
}

.owl-controls .owl-buttons {
    text-align:center;
}

.owl-buttons div {
    position: absolute;
    top: 40%;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    opacity: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 35px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

}

.owl-buttons .owl-prev {
    left:0;
}

.owl-buttons .owl-next {
    right:0;
}

.owl-carousel:hover .owl-buttons div {
    opacity: 0.5;
}

.owl-carousel:hover .owl-buttons div:hover {
    opacity: 1;
}

.owl-buttons div.owl-prev:before {
    content: "\f053";
}

.owl-buttons div.owl-next:before {
    content: "\f054";
}

.owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    border-radius: 20px;
    background: #999;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;

}

.owl-controls .owl-page span:first-child {
    padding-left:0;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    opacity: 1;
}
  
/* Isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Tooltip */
.tooltip .tooltip-inner{
    border-radius:0;
    padding:5px 10px;
}

/* Slider Revolution*/
.tp-leftarrow,
.tp-rightarrow {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
    opacity: 0.3;
}

.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover{	
    opacity:1;
}

.tp-dottedoverlay.threexthreewhite,
.tp-dottedoverlay.threexthree{
    background: none rgba(33, 36, 42, 0.6);
}

.tp-video-play-button {
    display: none !important
}

.rev_slider video {
    pointer-events: none
}
 
.rev_slider video::-webkit-media-controls {
    display: none !important
}

/* Toggle */
.toggle-header {
    line-height: 50px;
    cursor: pointer;
    background-color: #f7f7f7;
    margin-bottom: 2px;
    padding: 0 15px;
}

.toggle-header i {
    display: block;
    width: 20px;
    line-height: 50px;
    float: right;
    text-align: center;
}

.toggle-content {
    margin: 10px 20px;
    display: none;
    overflow: hidden;
}

.toggle-content ul{
    padding: 0;
    margin: 0;
}

.toggle-content h5{
    font-family: inherit;
    font-size: 18px;
}

.toggle-item.active .toggle-content {
    display: block;
}

/* Mailchimp*/
.mc4wp-form form{
    position:relative;
}

.mc4wp-form form > p:before{
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 5px 0;
    color: #bbb;
}

.mc4wp-form form > p:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 5px 0;
    color: #bbb;
}

.mc4wp-form input[type=email]{
    padding-left:30px;
}

#footer .mc4wp-form input[type=email]{
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
}

.mc4wp-form input[type=submit] {
    position: absolute;
    z-index: 2;
    right: 2px;
    bottom: 0;
    width: 30px;
    height: 25px;
    line-height: 0;
    padding: 0;
    background: transparent;
    text-indent: -999px;
    overflow: hidden;
    border: none;
}

 /* Mailchimp 3.x */
.mc4wp-form .mc4wp-form-fields > p{
    position:relative;
}

.mc4wp-form .mc4wp-form-fields > p:before{
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 5px 0;
    color: #bbb;
}

.mc4wp-form .mc4wp-form-fields > p:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 5px 0;
    color: #bbb;
}

/* Pretty Photo*/
.pp_loaderIcon {
    background: none;
}

.pp_pic_holder .ppt{
    width: 100%!important;
    margin: 0;
    text-align: center;
}

.pp_pic_holder .pp_content_container .pp_close{
    background: #000;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 0;
    border: 1px solid #444;
    z-index: 9999;
}

.pp_pic_holder .pp_content_container .pp_close:hover{
    background:#444;
}

.pp_pic_holder .pp_content_container .pp_close:before {
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    text-indent: 0;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
}

.pp_pic_holder .pp_hoverContainer > a{
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFF;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.pp_pic_holder .pp_hoverContainer:hover > a{
    opacity:0.7;
}

.pp_pic_holder .pp_hoverContainer > a:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.pp_pic_holder .pp_hoverContainer > a:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    text-indent: 0;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    display: block!important;
}

.pp_pic_holder .pp_hoverContainer > a.pp_previous:before{
    content:"\f104";
}

.pp_pic_holder .pp_hoverContainer > a.pp_next{
    right:0;
}

.pp_pic_holder .pp_hoverContainer > a.pp_next:before{
    content:"\f105";
}

.pp_pic_holder .pp_content_container .pp_nav a,
.pp_pic_holder .pp_content_container .pp_nav p
{
    display:inline-block;
    line-height:25px;
    height:25px!important;
    margin:3px 5px 3px 0;
    background:none!important;
    position:relative;
    color:#eee!important;
    text-align: center;
}

.pp_pic_holder .pp_nav a{
    width:20px!important;
}

.pp_pic_holder .pp_nav a:hover{
    color:#fff!important;
}

.pp_pic_holder .pp_content_container .pp_nav .pp_play,
.pp_pic_holder .pp_content_container .pp_nav .pp_pause
{
    text-align: left;
}

.pp_pic_holder .pp_content .pp_gallery .pp_arrow_previous,
.pp_pic_holder .pp_content .pp_gallery .pp_arrow_next
{
    position: relative;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
}

.pp_pic_holder .pp_gallery .pp_arrow_previous:before,
.pp_pic_holder .pp_gallery .pp_arrow_next:before,
.pp_pic_holder .pp_nav a:before{
    position:absolute;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    font-size:18px;
    width:25px;
    height:25px;
    line-height:25px;
    left:0;
    top:0;
    text-indent:0;
    text-shadow: none;
    color:inherit;
}

.pp_pic_holder .pp_nav .pp_play:before{
    content:"\f04b";
}

.pp_pic_holder .pp_nav .pp_pause:before{
    content:"\f04c";
}

.pp_pic_holder .pp_content_container .pp_details{
    padding-top: 5px;
    margin: 0;
}

.pp_pic_holder .pp_details .pp_nav .currentTextHolder {
    left: auto;
}

.pp_pic_holder .pp_gallery .pp_arrow_previous:before,
.pp_pic_holder .pp_details .pp_nav .pp_arrow_previous:before{
    content:"\f104";
}

.pp_pic_holder .pp_gallery .pp_arrow_next:before,
.pp_pic_holder .pp_details .pp_nav .pp_arrow_next:before{
    content:"\f105";
}

.pp_pic_holder .pp_details .pp_description{
    line-height: 24px;
}

/* Extra Class for Shortcodes */
.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.alt-background-color {
    background-color:#f5f5f5;
}

.background-striped {
    background:transparent url(images/bg-striped-w.png) repeat 0 0;
    color:#333;
}

.alt-color *,
.alt-color a:hover,
.alt-color .vc_btn,
.alt-color .wpb_btn,
.alt-color .testimonial-name h4 {
    color:#fff;
}

.alt-color .content-header h2:after{
    border-top-color: #fff;
    color:#fff;
}

.pattern-overlay{
    background: url(images/pattern-overlay.png) repeat center;
}

.onehalf-divider .row > div {
    border-color: #e0e0e0;
    border-width: 0 1px 1px 0;
    border-style: solid;
}

.onehalf-divider .row > div:last-child {
    border-bottom-width: 0;
}

.onehalf-divider.alt-color .row > div {
    border-color:rgba(255,255,255,0.15);
}

.section.no-padding,
.row.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.xl-padding,
.row.xl-padding {
    padding-top:95px;
    padding-bottom:95px;
}

.section.l-padding,
.row.l-padding {
    padding-top:60px;
    padding-bottom:60px;
}

.section.m-padding,
.row.m-padding {
    padding-top:40px;
    padding-bottom:40px;
}

.section.s-padding,
.row.s-padding {
    padding-top:20px;
    padding-bottom:20px;
}

.big-padding-top{
    padding-top: 95px;
}

.bg-position-center {
    background-position:center top!important;
    background-repeat:no-repeat!important;
}

.bg-position-left {
    background-position:left top!important;
    background-repeat:no-repeat!important;
}

.bg-position-right {
    background-position:right top!important;
    background-repeat:no-repeat!important;
}

.text-left{
    text-align:left;
}

.text-center{
    text-align:center;
}

.text-right{
    text-align:right;
}

.overlay{
    position:relative;
    z-index:99;
}

.position-absolute{
    position:absolute;
}

.circle {
    border-radius: 50%;
}

/**
* Content Elements
* -------------------------------------------------------------*/

/**
* VC Elements
* -------------------------------------------------------------*/
.wpb_row{
    margin-bottom: 0;
}

.wpb_column {
    width: 100%;
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12
{
    float: none;
    clear: both;
}

.vc_col-sm-12 > .wpb_wrapper, 
.col-sm-12 > .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.full .vc_col-sm-12 > .wpb_wrapper, 
.full .col-sm-12 > .content, 
.col-sm-12 > .content .wpb_wrapper {
    margin: 0px auto;
}

.isotope-item.vc_col-sm-12 .post-thumb img,
.vc_carousel .post-thumb img{
    width:100%;
}

.isotope-item .post-title,
.vc_carousel .post-title{
    margin:5px 0px;
}

.isotope-item .entry-content,
.vc_carousel .entry-content {
    margin:10px 0px 15px;
}

.isotope-inner{
    overflow: hidden;
    margin:10px;
}

.wpb_alert{
    position:relative;
}

.wpb_alert .messagebox_text{
    background:none;
    padding-left:0;
    position:relative;
}

.wpb_alert .messagebox_text i{
    margin-right:30px;
}

.wpb_alert .close-box {
    position: absolute;
    right: 15px;
    top: 15px;
    color: inherit;
}

.vc_carousel {
    margin-bottom:50px;
}

.vc_carousel .post-thumb {
    overflow:hidden;
}

.vc_carousel ol.vc_carousel-indicators {
    bottom:-30px;
}

.vc_carousel .entry-content {
    max-height: 88px;
    line-height: 22px;
    overflow: hidden;
}

.vc_separator{
    margin:auto;
}

.vc_separator.wpb_content_element {
    margin-bottom: 30px !important;
}

.vc_separator h4,
h4.wpb_toggle {
    font-size:22px;
    line-height:25px;
}

.vc_single_bar .vc_label .vc_label_units{
    float: right;
    color: #545454;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
}

.vc_progress_bar .vc_single_bar {
    line-height: 36px;
    margin-bottom: 30px;
    background: #f5f5f5;
    box-shadow: none;
    border-radius: 25px;
}

.vc_progress_bar .vc_single_bar .vc_bar{
    border-radius:25px;
}

.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.wpb_call_to_action {
    background:#fff;
    border:none;
    padding:0;
}

.wpb_call_to_action.cta_align_left h2,
.wpb_call_to_action.cta_align_right h2 {
    margin-top:5px;
}

.wpb_call_to_action.cta_align_left .wpb_call_text {
    text-align:right;
}

.wpb_call_to_action.cta_align_right .button {
    float:right;
}

.wpb_call_to_action.cta_align_bottom .button {
    margin-top: 1.5em;
}

.wpb_call_to_action h2,
.call-to-action h2{
    font-size:30px;
    line-height:42px;
}

.call-to-action {
    border-radius: 0;
    border-width: 1px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 20px 40px;
    margin: 50px 0;
}

.call-to-action h4{
    margin-bottom:10px;
}

.call-to-action:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:3px;
    height:100%;
    background: #dc3522;
}

.call-to-action:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: -3px;
    text-align: center;
    display: block;
    font-size: 50px;
    line-height: 0;
    color: #dc3522;
}

.call-to-action.button-bottom {
    padding-top: 30px;
    border-top:none;
}

.call-to-action.button-left {
    padding-top: 30px;
    border-right:none;
}

.call-to-action.button-right {
    padding-top: 30px;
    border-left:none;
}

.call-to-action.button-left .link-button{
    float:left;
}

.call-to-action.button-right .link-button{
    float:right;
}

.call-to-action.button-bottom:before{
    height:3px;
    width:100%;
}

.call-to-action.button-left:before{
    right:0;
    left:auto;
}
    
.call-to-action.button-left:after {
    content: "\f0d9";
    right: -3px;
    left: auto;
}

.call-to-action.button-bottom:after {
    content: "\f0d7";
    top: 5px;
    width: 100%;
}

.call-to-action hgroup h2 {
    margin-bottom: 1em;
}

.call-to-action.button-bottom .link-button {
    margin-top: 1.5em;
}

.call-to-action.button-left hgroup,
.call-to-action.button-left p{
    padding-left:200px;
}

.call-to-action.button-right hgroup,
.call-to-action.button-right p{
    padding-right:200px;
}

/* Single Image*/
.wpb_single_image .wpb_wrapper {
    display: block;
    line-height: 0;
}

.wpb_single_image .vc_box_border {
    border: 1px solid #e1e1e1;
    padding: 0;
}

.vc_box_circle span, 
.vc_box_outline_circle span, 
.vc_box_border_circle span, 
.vc_box_shadow_circle span, 
.vc_box_shadow_border_circle span{
    display:block;
    border-radius: 50%;
    overflow:hidden;
}

.vc_inline-link {
    display:inline-block;
    overflow:hidden;
    width:12px;
    height:12px;
    text-indent:9999px;
    background:url(images/vc-icon.png) no-repeat left top transparent;
}

.vc_inline-link:hover {
    background-position:left -12px;
}

/* Tabs */
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
    background: #b0b0b0 none;
    margin: 0 1px 1px 0;
    text-align: center;
    line-height: 0;
}

.wpb_tabs_nav li:hover  {
    background: #e2e2e2 none;
}

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
    z-index:5;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background:none;
    padding:30px 0;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    display: block;
    color: #fff;
    height: 70px;
    min-width: 70px;
    line-height: 50px;
    position: relative;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a i{
    line-height: inherit;
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a{
    line-height: 70px;
    border-bottom: 1px dashed #e0e0e0;
    color: #333;
}
.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover a,
.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a{
    border-color: transparent;
    color: #fff;
}

.wpb_tabs_nav li i {
    font-size:35px;
}

.wpb_content_element.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    left:0;
    bottom: -3px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 0;
    z-index: 99;
}

.wpb_content_element.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    right: -8px;
    top: 50%;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    line-height: 0;
    text-shadow: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    color: #888;
    font-size: 17px;
}

.wpb_tour .wpb_tabs_nav li{
    border-width:0!important;
    margin:0px 10px 1px 0;
    padding:0;
    color: #333;
    width: auto;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active{
    border-width:0!important;
    top:0;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a{
    color:#fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.wpb_tour_next_prev_nav{
    display:none;
}

.wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    padding-left:30px;
}

/* Toggle */
.vc_toggle_title {
    padding:.5em 1em;
    margin:2px 0 0;
    background-color:#fff;
    background-position: 5px 15px;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:4px;
    color:#000;
}

.vc_toggle_title:hover {
    background-color:#f6f6f6;
}

.vc_toggle_active .vc_toggle_title
 {
    border-top:2px solid transparent;
}

.vc_toggle_active .vc_toggle_title {
    border-radius: 4px 4px 0 0;
}

.vc_toggle_title .vc_toggle_icon{
    float: right;
    display: block;
    font-style: normal;
}

.vc_toggle_title .vc_toggle_icon:after  {
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content:"\f107";
}

.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after{
    content: "\f106";
}

.vc_toggle_content {
    padding: 1em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    margin: 0;
}

/* Accordion */
.wpb_accordion_section.group {
    margin:0px 0px 7px;
}

.vc_toggle_title,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    background-color:#fff;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.2);
    margin:0px!important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
    border-radius:4px 4px 0px 0px;
    background-color:#eee;
    border-top:2px solid #dc3522;
}

.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #eee;
    border-top: 2px solid #dc3522;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active:hover a,
.wpb_accordion_wrapper .wpb_accordion_header.ui-state-hover {
    background-color: #eee;
}

.wpb_accordion_header a {
    padding:15px 30px 15px 15px;
}

.wpb_accordion_header a i{
    margin-right:15px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
    color: #000;
    background-color: #f5f5f5;
    border-radius:4px ;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon  {
    background:none!important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    display: none;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after  {
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content:"\f107";
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after  {
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content:"\f106";
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    -webkit-transform: none;
    transform: none;
    font-style: normal;
    line-height: 0;
    border: none;
}

.vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    content:"\f106";
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    top:20%;
    right:6px;
}

.wpb_accordion_wrapper .wpb_accordion_content {
    background-color:#fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-top:none;
}

.wpb_accordion_wrapper .wpb_accordion_content.ui-accordion-content-active {
    border-radius: 0 0 4px 4px;
}


.theme-default .nivoSlider {
    box-shadow:none!important;
}

.wpb_gallery_slides.wpb_flexslider .flex-direction-nav a:before{
    line-height:35px!important;
}

.wpb_gallery_slides.flexslider_fade.flexslider .flex-control-nav,
.wpb_gallery_slides.flexslider_slide.flexslider .flex-control-nav{
    display:none;
}

.wpb_image_grid .wpb_image_grid_ul{
    margin-right: -10px;
}

.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .item{
    padding:0 10px 10px 0;  
    margin: 0;
}

.wpb_gallery_slides.wpb_image_grid .item img{
    width: 100%;
}

.wpcf7 form p{
    margin:0 0 15px;
}


/**
* Vela Elements
* -------------------------------------------------------------*/
.content-header{
    text-align:center;
    margin-bottom: 40px;
}

.content-header h2{
    display: inline-block;
    text-align: center;
    line-height:40px;
    margin-bottom: 30px;
}

.content-header h2:after {
    border-top: 1px solid #bbb;
    display: block;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    width: 100px;
    line-height: 5px;
    margin: 30px auto 0 auto;
    opacity: 0.3;
    color: #888;
}

/* Separator */
.separator{
        margin: 30px 0 30px 0;
}

.separator:after {
        border-top: 1px solid transparent;
        border-color:inherit;
        display: block;
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        text-align: center;
        font-size: 15px;
        width: 150px;
        line-height: 3px;
        opacity: 0.3;
        margin:auto;
}

/* Heading*/
.heading{
    text-align: center;
}

.heading h2 {
    margin-bottom: 30px;
    display: inline-block;
}

.heading h2 span{
    display: inline-block;
}

.heading.title-1 h2:after,
.tp-caption .heading.title-1:after {
    border-top: 1px solid #bbb;
    display: block;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    width: 100px;
    line-height: 5px;
    margin: 30px auto 0 auto;
    opacity: 0.3;
    color: #888;

}

.heading.title-2 h2:after,
.tp-caption .heading.title-2:after {
    border-top: 1px solid #bbb;
    display: block;
    content: "\f0d9\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
    width: 100px;
    line-height: 0;
    margin: 30px auto 0 auto;
    opacity: 0.3;
    color: #888;

}

.heading.title-3 h2:after,
.tp-caption .heading.title-3:after  {
    border-top: 1px solid #fa5c5d;
    display: block;
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 7px;
    width: 80px;
    line-height: 0px;
    margin: 30px auto 0 auto;
    opacity: 0.8;
    color: #FA5C5D;
}

.heading.title-4 h2 {
    font-weight:300; 
}

.heading.title-4 h2:after,
.tp-caption .heading.title-4:after  {
    border-top: 1px solid #CDCDCD;
    display: block;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    width: 100px;
    margin: 30px auto 0 auto;
    opacity: 0.8;
    font-size: 16px;
    line-height: 2px;
    color: #fa5c5d;

}

.heading.title-5 h2:after,
.tp-caption .heading.title-5:after  {
    border-top: 1px solid #fa5c5d;
    display: block;
    content: "";
    text-align: center;
    width: 80px;
    line-height: 0px;
    margin: 30px auto 0 auto;
    opacity: 0.8;
}

.heading.title-6 h2:after,
.tp-caption .heading.title-6:after  {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111\f111\f111";
    text-align: center;
    width: 80px;
    line-height: 0px;
    margin: 30px auto 0 auto;
    opacity: 0.8;
    font-size: 5px;
    letter-spacing: 5px;
}

.heading.title-7 h2:after,
.tp-caption .heading.title-7:after  {
    border-top: 1px solid #CDCDCD;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    text-align: center;
    width: 100px;
    line-height: 1px;
    margin: 30px auto 0 auto;
    opacity: 0.8;
    font-size: 12px;
    color: #fa5c5d;

}
.heading.title-8,
.heading.title-9,
.heading.title-10  {
    text-align:left;   
}

.heading.title-8 h2:after,
.tp-caption .heading.title-8:after  {
    border-top: 3px solid #FA5C5D;
    display: block;
    content: "";
    width: 40px;
    line-height: 0px;
    margin: 10px 0 0;
    opacity: 0.8;
}

.heading.title-9 h2:before,
.tp-caption .heading.title-9:after  {
    border-left: 5px solid #FA5C5D;
    content: "";
    display: inline-block;
    height: 35px;
    padding-right: 10px;
}

.heading.title-10 h2 {
    font-weight: 300;
}

.heading.title-10 h2:after,
.tp-caption .heading.title-10:after  {
    content: "";
    width: 100%;
    border-top: 1px solid #FA5C5D;
    display: block;
    margin-top: 10px;
}

.alt-color .heading.title-1 h2:after,
.alt-color .heading.title-2 h2:after  {
    color:#fff!important;
    border-top-color:#fff;
}

.alt-color .heading.title-4 h2:after,
.alt-color .heading.title-7 h2:after {
    border-top-color:#fff;
}

.alt-color .heading.title-6 h2:after {
    color:rgba(255, 255, 255, 0.60)!important;
}

/* Sub Title*/
.sub-title {
    display: block;
    margin-bottom: 30px;
    font-style: italic;
}

/* Info Box */
.info-box {
    padding: 40px 0;
}

.info-box.icon-top.icon-medium {
    padding: 10px 0 40px;
}

.info-box.icon-medium.border-square .box-icon {
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-top.icon-medium.border-square {
    padding:60px 0 40px;
} 

.info-box h3 {
    padding: 0;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.info-box.border-none h3 {
    margin-bottom:10px;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.info-box.icon-left h3,
.info-box.icon-right h3 {
    margin-bottom:10px;
}

.info-box p {
    margin:0 0 10px 0;
}

.alt-color .info-box p {
    color:#999!important;
}

.box-icon{
    display: block;
    text-align: center;
}

.icon-left.icon-medium.border-circle .box-icon,
.icon-right.icon-medium.border-circle .box-icon,
.icon-left.icon-small.border-circle .box-icon,
.icon-right.icon-small.border-circle .box-icon{
    padding:0;
}

.icon-left.icon-small.border-square .box-icon,
.icon-right.icon-small.border-square .box-icon{
    padding-top:18px;
}

.icon-left.icon-small.border-circle .box-icon,
.icon-right.icon-small.border-circle .box-icon {
    padding-top:5px;
}

.icon-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 140px;
    line-height: 120px;
    font-size: 60px;
    position:relative;
    text-align: center;
    border: 1px solid transparent;
    border-color:inherit;
    color:inherit;
    z-index:0;
    -webkit-transition: background 0.4s;
	transition: background 0.4s;
}

.icon-top.icon-large.border-none .icon-wrapper  {
    line-height: 100px;
    width:auto;
    height:auto;
}

.icon-left.icon-large.border-none .icon-wrapper,
.icon-right.icon-large.border-none .icon-wrapper   {
    line-height: 60px;
    width:auto;
    height:auto;
}

.border-square .icon-wrapper{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-medium .icon-wrapper{
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 40px;
}

.icon-right.icon-medium.border-none .icon-wrapper,
.icon-left.icon-medium.border-none .icon-wrapper  {
    width:auto;
    height:auto;
    line-height:50px;
    font-size:50px;
}

.icon-small .icon-wrapper{
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 24px;
}

.info-box.icon-small.border-square .icon-wrapper{
    line-height: 42px;
}

.info-box.icon-small.border-none .icon-wrapper{
    line-height: 35px;
}

.info-box.border-none:hover .icon-wrapper{
    background: none!important;
}

.info-box.border-square.icon-large .icon-wrapper:before, 
.info-box.border-square.icon-large .icon-wrapper:after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    border-color:inherit;
    z-index: 0;
}

.info-box.border-square.icon-large .icon-wrapper:before {
    left: -15px;
    right: 0;
    top: 0;
    bottom: -15px;
}

.info-box.border-square.icon-large .icon-wrapper:after {
    left: 0;
    right: -15px;
    top: -15px;
    bottom: 0;
}

.info-box.border-circle .icon-wrapper,
.info-box.border-circle .icon-wrapper:before,
.info-box.border-circle .icon-wrapper:after{
    border-radius:50%;
    border-width:2px;
}

.info-box.border-none .icon-wrapper{
    border:none;
}

.icon-wrapper i {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    color:inherit;
}

.border-square .icon-wrapper i{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.info-box.border-none .icon-wrapper i {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.info-box:hover .icon-wrapper,
.alt-color .info-box.border-none:hover .icon-wrapper {
    color:#fff;
}

.info-box.icon-top{
    text-align: center;
}

.info-box.icon-left{
    text-align: left;
    padding:20px 0px;
}

.info-box.icon-right{
    text-align: right;
    padding: 20px 0px;
}

.info-box.icon-top h3:after {
    border-top: 1px solid #999;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    margin: 20px auto;
    opacity: 0.3;
}

.alt-color .info-box.icon-top h3:after {
    border-top-color:rgba(255,255,255,0.8);
}

.icon-top.border-none h3:after {
    display: none;
}

.info-box.box-content {
    text-align:center;
}

.info-box.icon-left .box-content {
    text-align:left;
}

.info-box.icon-right .box-content {
    text-align:right;
}

.icon-top.icon-large.border-square .box-content{
    margin-top: 70px;
}

.icon-top.icon-large.border-circle .box-content{
    margin-top: 30px;
}

.icon-top.icon-medium.border-square .box-content {
    margin-top: 30px;
}

.icon-top.icon-medium.border-circle .box-content,
.icon-top.icon-small.border-square .box-content {
    margin-top: 20px;
}

.icon-top.icon-small.border-circle .box-content {
    margin-top: 10px;
}

.info-box.icon-small .box-content {
    padding:0;
}

.icon-left.icon-small.border-square .box-content {
    padding-left:15px;
}

.icon-right.icon-small.border-square .box-content {
    padding-right:15px;
}

.icon-right .box-icon{
    float: right;
}

.info-box.icon-small {
    background-color:rgba(245, 245, 245, 0.6);
    padding:15px 10px;
    margin:20px 0 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info-box.icon-small:hover {
    background-color:rgba(245, 245, 245, 0.2);
}

.alt-color .info-box.icon-small,
.alt-color .info-box.icon-small:hover{
    background-color:transparent;
}

.alt-color .info-box .box-icon .icon-wrapper{
    border-color: rgba(116, 116, 116, 0.5);
}

.info-box.icon-top.icon-small {
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.info-box.icon-top.icon-small.border-square {
    padding: 30px 20px 10px;
}

.info-box.icon-small h3 {
    font-size: 16px;
}

.info-box.icon-top.icon-small h3 {
    margin-bottom: 10px !important;
}

.info-box.icon-top.icon-small h3:after {
    border:none;
    margin:0;
}

.info-box.icon-small ul li {
    margin-left:25px;
}

/* Posts Slider*/
.posts-slider .owl-wrapper-outer{
    border: 1px solid #eee;
    background-color:#ffffff;
}

.posts-slider .owl-pagination {
    margin-top: 20px;
}

.posts-slider .owl-buttons {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    line-height:0;
}

.posts-slider .owl-buttons div,
.posts-slider .owl-buttons div:before{
    position:relative;
    display:inline-block;
}

.posts-slider .owl-buttons div {
    padding: 0 10px;
    margin: 2px;
    background: rgba(0, 0, 0, 0.5);
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
}

.posts-slider h2 {
    margin-bottom:35px;
    text-align:center;
}

.posts-slider .view .post{
    border:none;
}

.vc_col-sm-6 .posts-slider .post-detail, 
.vc_col-sm-4 .posts-slider .post-detail {
    padding: 17px 0;
}

.one-right .posts-slider .view .post {
    margin-right:1px;
}

.one-left .posts-slider .view .post {
    margin-left:1px;
}

.one-right .posts-slider .post-more,
.one-left .posts-slider .post-more  {
    display:none;

}

/* Testimonials */
.vc_col-sm-12 .testimonials-slider{
    padding: 0 30px;
}

.testimonials-slider h2{
    text-align: center;
    margin-bottom: 20px;
}

.testimonials-slider .testimonial{
    margin: 10px 0;
}

.vc_col-sm-12 .testimonials-slider .testimonial{
    margin: 10px;
}

.testimonial-content {
    padding: 30px;
    color: #333;
    font-style: italic;
    font-size: 16px;
    word-spacing: 1px;
    line-height: 30px;
}

.testimonial-meta {
    display: block;
    float: right;
}

.testimonial-name{
    float: left;
    text-align: center;
    font-size:13px;
    padding: 20px 20px 20px 0px;
}

.testimonial-name a:hover{
    color:#bbb;
}

.vc_col-sm-6 .testimonial-name {
    width:265px;
}

.testimonial-meta .image-border{
    position: relative;
    top: -20px;
    float: left;
    width: 100px;
    height: 100px;
    margin-right:22px;
}

.testimonial-content,
.testimonials-slider .testimonial .image-border{
    border: 1px solid rgba(140, 140, 140, 0.25);
    border-radius: 2px;
}

.background-striped .testimonials-slider .flex-direction-nav a {
    background-color: #fff;
}

.testimonial-meta .image-border img{
    position: relative;
    padding: 1px;
}

.testimonial-meta .image-border img{
    width: 100%;
    height: 100%;
}

.testimonials-slider.show-navigation .slides {
    margin-top:40px;
}

.testimonials-slider.show-navigation .content-header p {
    margin-bottom:70px;
}

.testimonials-slider .content-header p {
    margin-bottom:20px;
}

.testimonials-slider.show-navigation .flexslider .flex-control-nav{
    position: absolute;
    z-index: 400;
    width: auto;
    bottom: 20px;
    left: 15px;
}

.vc_col-sm-6 .testimonials-slider  .flexslider  .flex-control-nav,
.vc_col-sm-8 .testimonials-slider  .flexslider  .flex-control-nav {
    bottom:auto;
    right:15px;

}

.testimonials-slider .flex-direction-nav {
    height: 30px;
    width:100%;
    position: absolute;
    top: -40px;
    display:block;
    text-align:center;
}

.testimonials-slider .flex-direction-nav li {   
    width: 30px;
    height: 30px;
    margin-right:2px;
    display:inline-block;
}

.testimonials-slider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    top:0;
    line-height:31px;
    margin: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
    color: #fff;
    position:relative;
    border: none;
    border-radius: 0;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.testimonials-slider .flex-direction-nav .flex-prev {
    left:-3px;
}

.testimonials-slider .flex-direction-nav .flex-next {
    left:2px;
}

.testimonials-slider .flexslider:hover .flex-next:hover, 
.testimonials-slider .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.testimonials-slider .flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0.1!important;
}

.testimonials-slider .flex-direction-nav a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    content: "\f053";
    border:none;
    width:30px;
    height:30px;
}

.testimonials-slider .flex-direction-nav a.flex-next:before {
    content: "\f054";
}

.testimonials-slider .post-format-icon {
    height:50px;
    line-height:55px;
}

.testimonial-name h4 {
    color: #000;
    text-align: right;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

/* Icon Block*/
.icon-block {
	display: inline-block;
    vertical-align:middle;
	font-size: 50px;
	cursor: pointer;
	margin: 0 10px 10px;
	margin-bottom: 10px!important;
	width: 90px;
	height: 90px;
	line-height: 85px;
	text-align: center;
	position: relative;
	z-index: 1;
    color:#fff;
    border: 2px solid transparent;

}

.icon-block a,
.icon-block a:hover,
.icon-block:hover a{
    color:inherit;
    display:block;
    -webkit-transition: none;
    transition: none;
}

.icon-block .border {	
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
    border: 2px solid transparent;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.icon-block.icon-circle,
.icon-block.icon-circle .border{
    border-radius: 50%;
}
  
.icon-block.icon-small{
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    margin:5px;
}

.icon-block.icon-medium{
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 30px;
}

.icon-block.icon-xlarge{
    width: 140px;
    height: 140px;
    line-height: 130px;
    font-size: 60px;

}

/* Google Maps */
.gmaps {
    width: 100%;
}

.w-map-info {
    padding: 20px;
}

/* Effect 1 */
.effect-1 {
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

.effect-1:hover i,
.effect-1:hover a i{
    color:#fff;
}

.effect-1 .border {
	top: -9px;
	left: -9px;
	padding: 7px;
    background:none!important;
    opacity: 0;

	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;

    -webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.effect-1:hover .border {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2 */
.effect-2 {
    background:none!important;
}

.effect-2 .border {
	top: -2px;
	left: -2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.effect-2:hover .border {
    opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}


/* Effect 3 */
.effect-3 {
    background:none!important;
}

.effect-3 .border {
	top: -2px;
	left: -2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

.effect-3:hover .border {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

/* Effect 4 */
.effect-4 {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.effect-4 .border {
	display: none;
}

.effect-4:hover {
	background: none!important;
}

.effect-4:hover i {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

/* Effect 5 */
.effect-5 {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.effect-5 .border {
	display: none;
}

.effect-5:hover {
	background: none!important;
}

.effect-5:hover i {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

/* Effect 6 */
.effect-6 {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.effect-6 .border {
	display: none;
}

.effect-6:hover {
	background: none!important;
}

.effect-6:hover i {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

/* Effect 7 */
.effect-7 {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.effect-7 .border {
	display: none;
}

.effect-7:hover {
	background: none!important;
}

.effect-7:hover i {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

/* Donut Chart*/
.donut-chart {
    position:relative;
    overflow:hidden;
    display:block;
    margin:auto;
}

.donut-chart h4, 
.donut-chart span {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    left: 0;
}

.donut-chart h4 {
    font-size: 11px;
    margin-top: 50px;
    top: 38%;
}

.donut-chart span{
    font-size: 45px;
    line-height: 45px;
    top: 38%;
}

.half-donut-chart{
    text-align:center;
    margin-bottom:30px;
}

.half-donut-chart span{
    bottom: 0;
    top: auto;
}

.half-donut-chart .chart-content {
    margin-top: 20px;
}

.alt-color .donut-chart h4,
.alt-color .half-donut-chart h3
{
    color:#fff;
}

.alt-color .donut-chart span,
.alt-color .half-donut-chart p
{
    color:#999;
}


/* Blog Posts*/
.blog-posts .view .item{
    padding-bottom: 35px;
}

.blog-posts.medium .view .item{
    padding-bottom: 30px;
}

.blog-posts.large .view .item:last-child,
.blog-posts.medium .view .item:last-child  {
    padding-bottom: 0px;
}

.one-left .blog-posts.medium .view .post-summary,
.one-right .blog-posts.medium .view .post-summary {
    max-height:44px;
}

.blog-posts.medium .view .post.no-cover .post-header{
    min-height: 210px;
    display: table;
}

.blog-posts.masonry .view .post-more {
    display:none;
}

.blog-posts.large .view .image-wrapper{
    max-height: 421px;
}

.no-sidebar .blog-posts.large .view .image-wrapper{
    max-height: 766px;
}

.blog-posts.masonry .view .image-wrapper{
    max-height: 186px;
}

.full-width .blog-posts.masonry .view .image-wrapper{
    max-height: 240px;
}

.blog-posts.masonry .view .post-title,
.blog-posts.masonry .view .post-title a{
    font-size:18px;
}

.blog-posts.masonry .view .format-quote .post-format-icon {
    line-height:60px;
}


.blog-posts.masonry .view .post-meta{
     padding:0;
}

.blog-posts.masonry .view .post-summary{
    margin:5px 0;
}

/* Posts Grid*/
.posts-grid .view {
    display: flex;
    flex-wrap: wrap;
}

.posts-grid .view .item{ 
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10px 35px 0;
}

.posts-grid .item > .post {
    align-items: flex-start;   
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%; 
}

.posts-grid .item > .post .post-header,
.posts-grid .item > .post .post-detail {
    display: block;
    width: 100%;
}

.posts-grid .item > .post .post-detail .post-more {
    margin: 0;
    padding: 0;
}

@media screen and (min-width:1200px) {

    .posts-grid.grid-4-cols .post-meta .meta-right .share-icons {
        display: none;
    }

    .section.full .posts-grid.grid-4-cols .post-meta .meta-right .share-icons {
        display: inline-block;
    }

    .posts-grid .post-title {
        max-height: 30px;
    }

    .posts-grid .post.format-quote .post-title {
        max-height: 155px;
    }

    .section.full .posts-grid .post.format-quote .post-title {
        max-height: 100px;
    }

    .posts-grid.grid-2-cols .post.format-quote .post-title, .posts-grid.grid-3-cols .post.format-quote .post-title {
        max-height: 130px;
    }

}

/* Portfolio Grid*/
.portfolio-grid .item h3{
    color:#fff;
}

/* Counter Box */
.counter-box{
    text-align:  center;
}

.counter-box i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 5px;
}

.counter-box span {
    display: block;
    text-align: center;
    padding: 10px 0px;
}

.counter-box span:before, 
.counter-box span:after {
    width: 30px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
}

.counter-box p {
    font-size: 50px;
    padding: 10px 5px;
    display: inline-block;
    margin: 0px;
}

.counter-box h4 {
    text-transform: uppercase;
}

/* Team Slider */
.team-slider .owl-carousel {
    box-shadow:1px 0 0 #f5f5f5;
}

.team-slider .owl-carousel .owl-wrapper-outer{
    width:auto;
}

.team-slider .owl-pagination {
    bottom: 15px;
    left: 0;
    position: absolute;
    right: 0;
}

.team-slider .owl-buttons div {
    top: 150px;
}

.team-member{
    position: relative;
}

.team-member .member-image{
    display: block;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:#21242a;
}

.team-member .member-image > span {
    display: inline-block;
    vertical-align:middle;
    position:relative;
    z-index:0;
    width:100%;
    height:100%;
    line-height:0;
}
    
.team-member .member-image img {
    width: 100%;
    margin: 0;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.team-member .member-image:hover img {
    opacity: 0.4;
}

.team-member .member-image .social-link {
    position: absolute;
    width: 100%;
    bottom: -50px;
    margin:0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.team-member .member-image:hover .social-link {
    opacity: 1;
    bottom:0;
}

.team-member .member-image a:hover{
    color:#fff;
}

.team-member .social-link .tooltip .tooltip-arrow{
    border-top-color:#fff;
}

.team-member .social-link .tooltip .tooltip-inner{
    background:#fff;
    color:#21242a;
}

.team-member .member-image a {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.team-member .member-image span a{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.team-member .member-image:hover a {
    opacity: 1;
}

.team-member .member-detail{
    padding:20px;
    background:#fff;
    border:1px solid #f5f5f5;
    border-right-style:none;
    position: relative;
}

.team-member .member-content{
    height: 100px;
    overflow: hidden;
}

.team-member .member-detail > .tooltip{
    left: 10px!important;
    right: 10px!important;
    font-size: inherit;
}

.team-member .member-detail > .tooltip .tooltip-inner{
    width: 100%!important;
    max-width: none;
    display: block;
    font-size: inherit;
}

.team-member h4{
    margin-bottom:5px;
}

.team-member .member-meta{
    font-size: 12px;
    margin:0 0 5px;
    color:#bbb;
}

.team-slider .owl-buttons div{
    font-size: 36px;
}

/* Clients Carousel*/
.clients-carousel .owl-buttons div {
    border:none;
    background:none;
    color:#21242a;
}

.clients-carousel .owl-item {
    text-align:center;
}

.clients-carousel .owl-item img{
    display: inline-block;
    width: auto;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;

}

.clients-carousel .owl-item img:hover{
    opacity: 1;
}

.clients-carousel .content-header h2 {
    margin-bottom:40px;
}

/* Pricing Box */
.pricing-box{
    margin: 20px 0;
}

.pricing-box.featured{
    margin: 0;
}

.pricing-box .price-block{
    padding: 10px 15px 25px;
    text-align: center;
}

.pricing-box.featured .price-block{
    padding: 20px 15px;
}

.pricing-box .price-heading{ 
    padding: 20px 15px;
    text-align:center
}

.pricing-box.featured .price-heading {
    padding: 35px 15px 20px;
}

.pricing-box h3{
    padding: 10px 0;
    text-transform: uppercase;
}

.pricing-box .price-value{
    display: block;
    font-size: 40px;
    line-height: 40px;
    padding: 10px 0;
}

.pricing-box .price-unit{
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.price-content ul{
    margin: 0;
    padding: 0;
}

.price-content li,
.price-content p  {
    padding:10px;
    text-align:center;
}

.price-content li:nth-child(odd),
.price-content p:nth-child(odd)   {
    background-color:rgba(255,255,255,0.1);
}

.pricing-box .price-button a {
    display: block;
    padding: 30px 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    background-color: rgba(255,255,255,0.8);
}

.pricing-box .price-button a:hover {
    color: #FFF;
    background-color: transparent;
}

.pricing-box.featured .price-button a {
    padding: 40px 15px;
}

.pricing-box h3,
.pricing-box h4,
.pricing-box h5{
    color: inherit;
}

/* Vela Color */
.bg-striped,
.post-date,
.vc_single_bar .vc_bar,
.background-striped{
    background-color: #21242a;
}

.headline,
.post-filter .filter li.selected,
.post-filter .filter li:hover,
.info-box .box-icon,
.team-member .member-image > span:before,
.team-member .member-image > span:after,
.team-member .member-image > span > img {
    border-color: #21242a;
}

.info-box:hover .icon-wrapper{
    background-color:#21242a;
    border-color: #21242a;
}

.info-box.border-none:hover .icon-wrapper{
    color: #21242a;
}

@media screen and (max-width: 350px) {
    #search,
    .menu-cart a {
        padding:0px 10px;
    }
    .menu-cart .cart-items {
        display:none;
    }
    
    .post-title a {
        font-size:18px;
        line-height:26px;
    }
    .content,
    .blog-posts{
        width:260px!important;
        margin:0 auto;
    }
    .masonry .view .post {
        width:100%;
    }

    .post-format-icon, 
    .image-wrapper .post-format-icon {
        font-size:30px;
        padding-right:10px;
        line-height:40px;
        height:40px;
    }
    
    .view .post .post-images .post-title {
        padding:10px;
    }
        .view .post .post-images .post-title a {
            font-size:14px!important;
            font-weight:500;
            line-height:20px;
        }

    .view .format-quote .post-title a,
    .view .format-link .post-title a {
        max-height:100px!important;
    }
    .view .post .post-title .quote-author {
        margin-top:10px;
    }
}

@media screen and (max-width: 480px) {  

    h2 {
        font-size: 22px;
        line-height: 29px;
    }
    h3 {
        font-size:18px;
        line-height:22px;
    }
    .testimonial-meta .image-border {
        display:none;
    }
    .testimonial-meta {
        float:none;
        display:block;
    }
    .testimonial-name {
        padding: 10px 0px 20px;
        width:100%;
        text-align:center;
    }
    .owl-controls {
        margin-top:30px;
    }
    .image-border .image-wrapper {
        min-height:20px;
    }
    .post-images{
        padding:0px;
    }
    .format-quote{
        margin:0px;
    }
    .post-edit-link,
    .vc_inline-link,
    .post-meta .post-author,
    .post-more {
        display:none!important;
    }
    .posts-slider .post-meta .post-author {
        display:inline-block!important;
    }
    
    .post-title, 
    .post-title a {
        font-size:13px!important;
        line-height:21px;
    }
    .post-meta > span, 
    .post-meta > div, 
    .post-edit-link {
        margin:0px 10px 4px 0;
    }
    .post-meta {
        padding-bottom:0;
    }
    .view .post-summary {
        margin:0 0 10px;
    }

    .wpb_button.wpb_btn-large {
        font-size:1em;
    }
    .one-right .sidebar .content {
        padding-left:0px;
    }
    .one-left .sidebar .content {
        padding-right:0px;
    }
    .large .view .post-summary {
        max-height: 42px;
        line-height: 22px;
    }

    .one-left .related-posts li,
    .one-right .related-posts li{
        width: 100%;
    }
    .isotope-inner {
        margin: 0px;
    }

}

@media screen and (max-width: 600px) {
    h1{
        font-size: 32px!important;
        line-height: 1.5!important;
    }

    h2{
        font-size: 26px!important;
        line-height: 1.5!important;
    }

    h3{
        font-size: 24px!important;
        line-height: 1.5!important;
    }

    h4{
        font-size: 22px!important;
        line-height: 1.5!important;
    }

    h5, h6{
        font-size: 20px!important;
        line-height: 1.5!important;
    }

    .title h1 {
        font-size: 22px!important;
        line-height: 26px!important;
    }

    .grid .view .item,
    .grid .view .item.width2,
    .portfolio-detail .gallery .slides li {
        width: 100%;
    }
    .post-filter .filter {
        display: block;
    }
    .post-meta .post-datetime {
        display:none;
    }
    .grid .view .post-meta .post-author {
        display:inline-block;
    }

    .categories_filter.vc_col-md-12 {
        width: 100%;
    }

    .post-filter .filter li {
        display: block;
        clear: both;
        float: none;
        margin: 0px 15px 0px;
        border-left-color: transparent!important;
        border-right-color: transparent!important;
        border-top-color: transparent!important;
    }

   .post-filter .filter li:hover a:after,
   .post-filter .filter li.selected a:after{
       display:none;
   }

    #wpadminbar {
        position: fixed;
    }
}

@media screen and (max-width: 767px) {
    .container > .row {
        margin-left:0;
        margin-right:0;
    }
    blockquote {
        padding-left:20px;
        text-align:left;
    } 
    .vc_progress_bar:last-child {
        padding-top:40px;
    }
    .large .view .post-summary {
        max-height:110px;
    }
    .masonry .view .post-meta {
        display: block;
        padding:5px 0px 0px;
    }

    .posts-slider .post-images {
        padding-left:0px;
    }
    .pricing-box.featured {
        margin: 20px 0;
    }
    .single .row .column,
    .one-left .row .column,
    .one-right .row .column,
    .blog-detail .post-content .row .col-sm-12 {
        padding:0px!important;
    }
    .prev-post > a,
    .next-post > a {
        display:none;
    }
    .post-nav .post-link {
        padding:15px 10px 10px;
    }
    .post-nav .nav-text h5 {
        max-height:36px;
    }
    .info-box .box-content {
        text-align:center!important;
    }
    .info-box .box-icon {
        float:none;
        margin-bottom:30px;
    }
    .view .post.medium {
        padding:17px 0;
    }
    .medium .post-more {
        display:none;
    }

    .pp_pic_holder {
        width: 100%!important;
        margin-top: -100px !important;
        left: 0!important;
        overflow: hidden;
    }

    .pp_content {
        width: 100%!important;
        height: auto!important;
    }

    .pp_pic_holder .pp_content_container{
        padding: 0px 0 40px 0!important;
    }

    .pp_woocommerce.pp_pic_holder .pp_content_container{
        padding: 20px 0 40px 0!important;
    }

    .pp_fade,
    .pp_hoverContainer {
        width: 100%!important;
        height: 100%!important;
        left: 0;
        right: 0;
    }

    .pp_hoverContainer > a {
        opacity: 1;
    }

    .pp_hoverContainer > a.pp_previous:before{
        left: 0;
    }

    .pp_hoverContainer > a.pp_next:before{
        right: 0;
    }

    .pp_pic_holder .pp_content_container .pp_details{
        position: absolute;
        z-index: 9999;           
        left: 0;
        right: 0;
        width: auto!important;
        padding: 5px 20px;
        background: #000;
    }
    

    .pp_pic_holder .pp_content_container .pp_close{
        top: 8px!important;
        right: 20px!important;       
    }
    
    .pp_expand{
        display: none!important;
    }

    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }

    /* Reverse columns order */
    .section.xs-column-reverse > .container > .row,
    .row.xs-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    
}

@media screen and (max-width: 768px) {
    .title h1 {
        margin:0px 20px;
    }
    .search-button,
    .menu-cart {
        font-size:22px;
    }
    .section.no-padding > .container {
        padding:0px;
    }
    .wpb_button.wpb_btn-large {
        width:50%;
        padding:12px;
    }
    .posts-slider .owl-controls .owl-buttons,
    .posts-slider .owl-buttons div  {
        display:none;
    }
    
}

@media screen and (max-width: 782px) {
    /*WP admin bar*/
    .admin-bar #header.mobile.fixed{
        top: 46px;
    }
}

@media screen and (max-width: 799px) {

    .top-slider #slider,
    .title-wrapper,
    .no-title .main-content {
        padding-top: 50px;
    }

}

@media screen and (max-width: 992px) {
    .title-wrapper {
        min-height:80px;
    }

    .medium .view .post-meta .post-datetime {
        display: none;
    }

    .info-box{
        margin-top: 30px;
    }

    .posts-slider .owl-controls {
        text-align: center;
        padding-left: 0px;
    }

    .medium .view .post-summary {
        max-height:44px;
    }

    .wpb_call_to_action.cta_align_bottom .wpb_button.wpb_regularsize,
    .vc_call_to_action .vc_cta_btn {
        padding:10px 20px;
    }

    .vc_call_to_action {
        text-align:center;
    }

    .vc_call_to_action .vc_cta_btn {
        float:none!important;
        margin:0px 0px 10px !important;
    }

    .vc_pie_chart  h4{
        font-size:1.2em;
    }

    .one-right .sidebar .content,
    .one-left .sidebar .content {
        padding-left: 0px;
    }

    .vc_col-md-8 .posts-slider .view .col-sm-6 {
        width:100%;
    }

    .vc_col-md-8 .posts-slider .view .post-header {
        height:auto;
    }

    .vc_col-md-8 .posts-slider .post-detail  {
        padding: 17px 0;
    }

    .vc_col-md-8 .post-more {
        display:none;
    }

    .vc_col-md-8 .medium .view .post-summary {
        max-height:44px;
        margin:8px 0 0;
    }

    #footer-text,
    #footer-nav {
        clear:both;
        float:none;
        width:100%;
        text-align:center;
    }

    #footer-nav ul {
        clear: both;
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
    }

    .owl-buttons div {
        display:none;
    }

    .row-onehalf-column .row > div {
        border-right: 0;
    }

    .row-onehalf-column .row > div:nth-last-child(2) {
        border-bottom-width: 1px!important;
    }

    .row-onehalf-column .vc_col-md-6 {
        width:100%;
    }
    
}

@media screen and (max-width: 1024px) {
    
    .one-left .main .content {
        padding-left:0px;
    }

    .one-right .main .content {
        padding-right:0px;
    }

    .medium .view .post-summary {
        padding:0px 0px 20px;
    }

    .medium .view .format-quote .post-title a {
        max-height:90px;
    }

    .medium .view .format-link .post-title a  {
        max-height:122px;
    }

    .medium .view .item {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .post-nav .post-link {
        text-align:center;
    }
    .post-nav .thumb {
        display:inline-block;
        clear:both;
        float:none;
    }
    .post-nav .nav-text {
        width:100%;
    }
    .next-post:before {
        height:175px;
    }
}

@media screen and (min-width:350px) and (max-width: 480px) {
    .posts-slider .post {
        width:320px!important;
        margin:0 auto;
    }
}

@media screen and (min-width:321px) and (max-width: 480px) {
    .content,
    .blog-posts {
        width: 320px!important;
        margin: 0 auto;
    }
}

@media screen and (min-width:481px ) and (max-width: 767px) {
    .content,
    .blog-posts
     {
        width:420px;
        margin:0 auto;
    }
    .masonry .view .post {
        width:100%;
    }

}

@media screen and (min-width:481px ) and (max-width: 600px) {

    .isotope-inner {
        margin: 0px;
    }
}

@media screen and (min-width:481px) and (max-width: 992px) {
    .related-posts li {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width:601px ) and (max-width: 767px) {

    .isotope-inner {
        margin: 0px;
    }
}

@media screen and (min-width:600px) and (max-width: 992px) {
    .title h1 {
        font-size: 30px!important;
        line-height: 36px!important;
    }
}

@media screen and (min-width:601px) and (max-width: 1024px) {

    .grid .view .item, 
    .grid .view .item.width2 {
        width: 50%;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .medium .view .post.no-cover .post-header {
        height: 212px;
    }

    .vc_col-md-4 .posts-slider .view .post {
        height: 300px;
    }

    .vc_col-md-6 .posts-slider .view .post {
        height: 437px;
    }

    .vc_col-md-8 .posts-slider .view .post {
        height: 475px;
    }
}

@media screen and (min-width: 768px) and (max-width : 992px) {
    .content, .blog-posts {
        width: 720px;
        margin: 0 auto;
    }

    .posts-slider .owl-controls {
        margin-top: 0px;
    }

    .grid .col-sm-4 {
        width: 50%;
    }

    .grid .image-wrapper .post-format-icon {
        font-size: 25px;
        padding-right: 10px;
        height: 40px;
        line-height: 40px;
    }

    .grid .image-wrapper .post-title, 
    .grid .image-wrapper .post-title a {
        font-size: 16px;
        line-height: 25px;
    }

    /* Reverse columns order */
    .section.sm-column-reverse > .container > .row,
    .row.sm-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media screen and (min-width: 993px) and (max-width : 1200px) {
    .view .post,
    .blog-detail .post {
        margin: 0 auto;
    }

    .grid .col-sm-4 {
        width: 50%;
    }


    .posts-slider .owl-controls .owl-buttons {
        top:-30px;
    }
    .view .post,
    .no-sidebar .blog-detail .post{
        width:940px;
        margin:0 auto;
    }
    .masonry .view .post{
        width:33.33%;
        margin:0 auto;
    }
   
    .medium .view .post-summary {
        max-height: 132px;
    }

    /* Reverse columns order */
    .section.md-column-reverse > .container > .row,
    .row.md-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
 
}

@media screen and (min-width : 1024px) and (max-width : 1199px) {

    .boxed .grid .col-sm-3 figure figcaption {
        padding: 1em;
    }

    .medium .view .post.no-cover .post-header {
        height: 283px;
    }
}
 
@media screen and (min-width : 768px) {
    
    .vc_col-md-6 .posts-slider .view .col-sm-6 {
        width:100%;
    }
    .vc_col-md-6 .posts-slider .view .post-header,
    .vc_col-md-4 .posts-slider .view .post-header {
        height:auto;
    }
    .vc_col-md-6 .posts-slider .view .post-summary {
        max-height:66px;
    }
    .vc_col-md-4 .posts-slider .view .col-sm-6 {
        width:100%;
        padding: 17px;
    }
    .vc_col-md-4 .posts-slider .view .post-meta,
     .vc_col-md-4 .posts-slider .view .post-more{
        display:none;
    }
}

@media screen and (min-width : 992px) {

    .section.onehalf-divider > .container > .row,
    .row.onehalf-divider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    }

    .section.onehalf-divider > .container > .row > .column,
    .row.onehalf-divider > .column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .section.onehalf-divider > .container > .row > .column,
    .row.onehalf-divider > .column {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .onehalf-divider .row > div:nth-child(2n) {
        border-right-width: 0;
    }
    
    .onehalf-divider .row > div:last-child,
    .onehalf-divider .row > div:nth-last-child(2) {
        border-bottom-width: 0;
    }
    
    .vc_col-md-6 .posts-slider .view .col-sm-6 {
        width:100%;
        padding: 17px;
    }
    .vc_col-md-6 .posts-slider .view .post-header{
        height:auto;
    }
    .vc_col-md-6 .posts-slider .view .post-summary {
        max-height:66px;
    }
    .portfolio-grid.masonry .item.height2{
        height: 566px;
    }
    
}

@media screen and (min-width : 1024px) {
    .vc_col-md-4 .posts-slider .view .post{
     height:385px;
    }
    .vc_col-md-6 posts-slider .view .post{
     height:500px;
    }
    .vc_col-md-8 .posts-slider .post.no-cover .post-header {
        height:174px;
    }
    .vc_col-md-8 .posts-slider .view .post-summary {
        max-height:66px;
        margin:5px 0 0;
    }
}

@media screen and (min-width : 1080px) {

    .header-v1.top-slider #slider,
    .header-v6.top-slider #slider,
    .header-v1 .title-wrapper,
    .header-v6 .title-wrapper,
    .header-v1.no-title .main-content,
    .header-v6.no-title .main-content{
        padding-top: 85px;
    }

    .header-v2.top-slider #slider,
    .header-v7.top-slider #slider,
    .header-v2 .title-wrapper,
    .header-v7 .title-wrapper,
    .header-v2.no-title .main-content,
    .header-v7.no-title .main-content{
        padding-top: 120px;
    }

    .header-v3.top-slider #slider,
    .header-v5.top-slider #slider,
    .header-v3 .title-wrapper,
    .header-v5 .title-wrapper,
    .header-v3.no-title .main-content,
    .header-v5.no-title .main-content{
        padding-top: 140px;
    }

    .header-v4.top-slider #slider,
    .header-v4 .title-wrapper,
    .header-v4.no-title .main-content{
        padding-top: 175px;
    }

    .title-wrapper .container {
        padding: 100px 0;
    }

}

@media screen and (min-width : 1200px) {


    .posts-slider .view .post.no-cover .post-header {
        height:284px;
    }

    .vc_col-md-4 .posts-slider .view .post{
     height:395px;
    }

    .vc_col-md-6 .posts-slider .view .post{
     height:513px;
    }

    .vc_col-md-8 .posts-slider .post.no-cover .post-header {
        height:184px;
    }

    /* Reverse columns order */
    .section.lg-column-reverse > .container > .row,
    .row.lg-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    
}

@media screen and (min-width : 1420px) {

    .boxed .view figure figcaption {
        padding: 1.5em;
    }
}       