/*
Theme Name: Vorsa
Theme URI: https://banyanthemes.com/themes/vorsa/
Description: Vorsa is high quality creative theme with great style and clean code. Vorsa can be used for many purposes starting from minimal portfolios, agencies, freelancers, personal resume and much more. Theme is created and tested in all devices and works perfectly without a single issue.
Author: BanyanTheme
Author URI: https://banyanthemes.com
Version: 1.0
Tags: left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: vorsa
Domain Path: /languages
License: GNU General Public License
License URI: http://themeforest.net/licenses

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;	
	display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	outline: none;
}
figcaption{
	margin: 15px 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	outline: none;
	line-height: 30px;
}
a:focus {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 5px;
    border: 1px solid #eee;
    text-align: center;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Hind', sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #333333;
	line-height: 1.25em;
}


h1{
	font-size: 36pt;   
}

h2{
    font-size: 24pt;
}

h3{
    font-size: 18pt;
}

h4{
    font-size: 14pt;
}

h5{
    font-size: 12pt;
}

h6{
    font-size: 10pt;
}


p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-size: 15px;
	background-color: #eee;
    color: #4a4a4a;
}

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

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

big {
	font-size: 125%;
}

/* Theme unit test */
.alignright {
    float: right;
    padding-left: 15px;
}
.alignleft{
	float: left;
    padding-right: 15px;
}
.aligncenter {
    text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.pingback a {
    color: #f9c303;
}
.pingback a:hover{
	text-decoration: underline;
}

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

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

body {
	background: #ffffff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Hind', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #4a4a4a;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}



blockquote {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.2px;
	color: #333333;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	text-align: center;
	border: 0;
	padding: 30px 0;
}
blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 70px;
	color: #dddddd;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}


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

ul,
ol {
	margin: 0 0 15px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
.wp-caption {
    max-width: 100% !important;
    margin-bottom: 20px;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#submit-comment,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #333333;
    border-radius: 2px;
    background: #333333;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
	font-weight: 700;
    padding: 16px 15px 15px 15px;
	margin: 15px 0;
    text-transform: uppercase;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#submit-comment,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #333;
	background: transparent;
	color: #333 !important;
	border-width: 1px;
}
#submit-comment{
	font-weight: 700;
	padding: 15px 15px 13px;
}
#submit-comment:hover{
	background: #333;
	color: #fff !important;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #333333;
	border: 1px solid #333333;
	border-radius: 0;
	padding: 0 0 0 15px;
	width: 100%;
	font-size: 15px;
	height: 45px;
}
textarea{
	height: auto;
	padding: 15px;
}

select {
	border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    font-size: 13px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
textarea.form-control:focus{
	border-color: #f9c303;
    box-shadow: 0 0px 0px #f9c303 inset, 0 0 0px #f9c303;
    outline: none;
}

textarea {
	width: 100%;
}

form#commentform {
    margin-top: 30px;
}
input.search-submit {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 10px 15px 8px;
    outline: none;
	border: 1px solid #333;
}
input[type="submit"].search-submit:hover{
	border: 1px solid #000;
}
img.size-full.alignleft {
    margin-right: 15px;
    margin-bottom: 15px;
	float: left;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4a4a4a;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:visited {
	color: #333333;
}

a:hover,
a:focus,
a:active {
	color: #f9c303;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Common CSS code
--------------------------------------------------------------*/

/* text selector */
::-moz-selection {
    background: #f9c303;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #f9c303;
    color: #ffffff;
    text-shadow: none;
}
/*--------------------------------------------------------------
## Title section Dark
--------------------------------------------------------------*/
/* Title left align */
.vorsa-title-dark h2{
    font-size: 2em;
    color: #eeeeee;
	margin-bottom: 25px;
}
.vorsa-title-dark h4{
	letter-spacing: 1.5px;
    font-size: 1em;
    font-weight: 400;
    color: #eeeeee;
    position: relative;
}
.vorsa-title-dark p{
	font-size: 17px;
    letter-spacing: .3px;
	line-height: 25px;
}
.vorsa-title-dark h4:before { 
	content: "";
    position: absolute;
    left: -30px;
    bottom: -14px;
    width: 60%;
    border-bottom: 0px solid #ffffff;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
}
.vorsa-subscriber:hover .vorsa-title-dark h4:before,
.vorsa-cta-2x:hover .vorsa-title-dark h4:before{
	transform: scaleX(0);
}

/* Title for Center */
.vorsa-subscriber .vorsa-title-dark p,
.vorsa-cta-2x .vorsa-title-dark p{
	max-width: 50%;
	margin: 0 auto;
}

.vorsa-subscriber h4:before,
.vorsa-cta-2x h4:before { 
	content: "";
    position: absolute;
    bottom: -14px;
    left: 43.5%;
    width: 150px;
    border-bottom: 1px solid #ffffff;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}


/*--------------------------------------------------------------
## Title section bright
--------------------------------------------------------------*/
/* Title left align */
.vorsa-modal-noverlay-text h2,
.vorsa-modal-video-text h2,
.vorsa-title h2{
    font-size: 80px;
    color: #333333;
    line-height: 80px;
	margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -3px;
}
.vorsa-title h2{
	font-size: 45px;
	letter-spacing: 0;
	line-height: 60px;
}
.vorsa-modal-noverlay-text h4,
.vorsa-modal-video-text h4,
.vorsa-title h4{	
    font-size: 30px;
	line-height: 35px;
    font-weight: 400;
    color: #333333;
    position: relative;
	margin-bottom: 20px;
}
.vorsa-title h4{
	font-size: 22px;
}
.vorsa-title p{
	font-size: 18px;
    letter-spacing: 0.5px;
	line-height: 30px;
}
.vorsa-title h4:before { 
	content: "";
    position: absolute;
    left: -25px;
    bottom: -10px;
    width: 150px;
    border-bottom: 1px solid #000000;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}
.vorsa-about-page-description:hover .vorsa-title h4:before,
.vorsa-about-video:hover .vorsa-about-video-text-1x h4:before,
.vorsa-modal-noverlay:hover .vorsa-modal-noverlay-text h4:before,
.vorsa-modal-video:hover .vorsa-modal-video-text h4:before,
.vorsa-skill-1x:hover .vorsa-title h4:before,
.vorsa-cta-2x:hover .vorsa-title h4:before,
.vorsa-timeline-1x:hover .vorsa-title h4:before,
.vorsa-contact-1x:hover .vorsa-title h4:before,
.vorsa-client:hover .vorsa-title h4:before,
.vorsa-screenshot-section:hover .vorsa-title h4:before,
.vorsa-about-section:hover .vorsa-title h4:before,
.vorsa-news:hover .vorsa-title h4:before,
.vorsa-testimonial:hover .vorsa-title h4:before,
.vorsa-achivement:hover .vorsa-title h4:before,
.vorsa-pricing:hover .vorsa-title h4:before,
.vorsa-feature-1x:hover .vorsa-title h4:before,
.vorsa-team-member:hover .vorsa-title h4:before,
.vorsa-highlited-product-full:hover .vorsa-title h4:before,
.vorsa-highlited-product:hover .vorsa-title h4:before,
.vorsa-portfolio-light:hover .vorsa-title h4:before,
.split-slider:hover .vorsa-title h4:before,
.vorsa-portfolio:hover .vorsa-title h4:before,
.vorsa-message:hover .vorsa-title h4:before,
.vorsa-service-2x:hover .vorsa-title h4:before,
.vorsa-service:hover .vorsa-title h4:before,
.vorsa-about:hover .vorsa-title h4:before{transform: scaleX(0);}
.vorsa-title-r img,
.vorsa-title img{
	margin: 15% 0;
}
/* Title Right align */
.vorsa-title-r{
	text-align: right;
}
.vorsa-title-r h2{
    font-size: 2em;
    color: #333333;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
	margin-bottom: 25px;
	text-align: right;
}
.vorsa-title-r h4{
	letter-spacing: 1.5px;
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    position: relative;
	text-align: right;
}
.vorsa-title-r p{
	font-size: 17px;
    letter-spacing: .3px;
	line-height: 25px;
	text-align: right;
}
.vorsa-title-r h4:before { 
	content: "";
    position: absolute;
    right: -30px;
    bottom: -14px;
    width: 60%;
    border-bottom: 1px solid #000000;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}
.vorsa-highlited-product-r:hover .vorsa-title-r h4:before{transform: scaleX(0);}

/* Title for Center */
.vorsa-highlited-product-full .vorsa-title p,
.vorsa-cta-2x .vorsa-title p,
.vorsa-about-page-description .vorsa-title p,
.vorsa-timeline-1x .vorsa-title p,
.vorsa-client .vorsa-title p,
.vorsa-news .vorsa-title p,
.vorsa-achivement .vorsa-title p,
.vorsa-pricing .vorsa-title p,
.vorsa-feature-1x .vorsa-title p,
.vorsa-service-2x .vorsa-title p,
.vorsa-about-section .vorsa-title p,
.vorsa-screenshot-section .vorsa-title p,
.vorsa-team-member .vorsa-title p,
.vorsa-portfolio-light .vorsa-title p,
.vorsa-portfolio .vorsa-title p{
	max-width: 50%;
	margin: 0 auto;
}

.vorsa-highlited-product-full .vorsa-title h4:before,
.vorsa-cta-2x .vorsa-title h4:before,
.vorsa-timeline-1x .vorsa-title h4:before,
.vorsa-contact-1x .vorsa-title h4:before,
.vorsa-service-2x .vorsa-title h4:before,
.vorsa-screenshot-section h4:before,
.vorsa-about-section h4:before,
vorsa-modal-video-text h4:before,
.vorsa-modal-noverlay-text h4:before,
.vorsa-client h4:before,
.vorsa-news h4:before,
.vorsa-achivement h4:before,
.vorsa-pricing h4:before,
.vorsa-feature-1x h4:before,
.vorsa-team-member h4:before,
.vorsa-portfolio h4:before,
.vorsa-portfolio-light h4:before,
.vorsa-message h4:before { 
	content: "";
    position: absolute;
    bottom: -14px;
    left: 44%;
    width: 150px;
    border-bottom: 1px solid #000000;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
}

/* vorsa subtitle */
.vorsa-subtitle{
    font-size: 20px;
    line-height: 25px;
    color: #333333;
	margin-bottom: 15px;
	font-weight: 700;
}


/* Bootstrap colomn center */
.vorsa-col-center{
	float: none;
	margin: 0 auto;
}

/* default margin & padding */

.margin-left{
	margin-left: 30px;
}
.margin-right{
	margin-right: 30px;
}
.margin-bottom{
	margin-bottom: 30px;
}
.padding-bottom{
	padding-bottom: 30px;
}
.margin-top{
	margin-top: 30px;
}
.margin-top-small{
	margin-top: 15px;
}
.margin-bottom-small{
	margin-bottom: 15px;
}
.vorsa-margin{
	margin: 15px 0;
}

.padding-top-big{
	padding-top: 70px;
}
.padding-bottom-big{
	padding-bottom: 70px;
}

/* Alert style */
.banyan-alart{
	background: #faebcc url(images/alert-bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #333333;
	margin: 0;
	border-radius: 0;
	border: 0;
	padding: 20px 35px;
}

/*--------------------------------------------------------------
## vorsa top menu
--------------------------------------------------------------*/
.top-menu{
 background: #333333;
 color: #f1f1f1;
 padding: 15px 0;
}
.top-menu-none{
	display: none;
}
.top-menu-left{}
.top-menu-left p{
 display: inline-block;
 margin: 0;
}
.top-menu-left i{
 margin-left: 10px;
    color: #f9c303;
    margin-right: 5px;
}
.top-menu-right{
 float: right;
}
.top-menu-right a{
 color: #f1f1f1;
 margin-left: 15px;
}
.kid-top-menu{
 padding: 25px 0;
}
.top-menu-left{}
.top-menu-left .media{}
.top-menu-left .media-left {}
.top-menu-left .media-left i{
 font-size: 40px;
    color: #f9c303;
    border-right: 1px solid #474747;
    padding-right: 15px;
}
.top-menu-left .media-body h3{
    font-size: 13px;
    color: #f1f1f1;
    margin: 0;
    line-height: 25px;
}
.top-menu-left .media-body span{
	color: #f9c303;
    text-transform: uppercase;
}
.kid-contact-top{
 float: right;
 padding: 7px 20px !important;
 margin-top: 6px;
}
.kid-top-menu a.vorsa-btn-larg-round{
	border: 2px solid #f1f1f1;
    padding: 3px 15px;
	float: right;
}
.kid-top-menu a.vorsa-btn-larg-round:hover{
	border: 2px solid #333333;
}

/* Business menu */
.business-menu {
    background: #f5f5f5;
}
.business-menu .media-body h3{
	color: #222;
}
.business-menu a.vorsa-btn-larg-round{
	border: 2px solid #333333;
}



/*--------------------------------------------------------------
## vorsa cart
--------------------------------------------------------------*/
.vorsa-cart {
	border: 0px solid black;
	position: absolute;
	right: 0;
	margin-top: 12px;
	clear: both;
	display: inline-flex;
}
.vorsa-cart i{
	padding-left: 55px;
}
.vorsa-cart a i{	
	position: absolute;
	top: 2px;
	right: 0px;
}
.vorsa-cart i.fa.fa-search {
    background: transparent;
    padding: 12px;
    margin-top: -10px;
    margin-right: -10px;
}
.vorsa-cart a>span{
	top: -15px;
    right: -5px;
    position: absolute;
}
.toggle-icon {
    margin-right: 40px;
}
.box{
  right: 15px;
  height: 40px;
}

.container-2{
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-2 input#search {
	width: 30px;
	height: 40px;
	background: transparent;
	border: 0;
	font-size: 10pt;
	float: right;
	padding-left: 35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #f9c303;
	-webkit-transition: .55s ease;
	-moz-transition: .55s ease;
	-ms-transition: .55s ease;
	-o-transition: .55s ease;
	transition: .55s ease;
	margin-top: -8px;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
  position: absolute;
  margin-top: 1px;
  top: 50%;
  z-index: 1;
  color: #4f5b66;
  right: 10px;
}

.container-2 input#search:focus, 
.container-2 input#search:active{
  outline: none;
  width: 767px;
  border: 0;
  background:#f7f7f7;
}
 
.container-2:hover input#search{
  width: 767px;
  background:#f7f7f7;
} 
.container-2:hover .icon{
  color: #93a2ad;
}
.container-2:hover i.fa.fa-search{
    background: #ddd !important;
    padding: 12px 12px 11px 12px;
    margin-top: -10px;
    margin-right: -10px;
}



/*--------------------------------------------------------------
## Bootstrap Menus
--------------------------------------------------------------*/
/* Bootstrap Menu */
.vorsa-nav{
	background-color: transparent;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	padding: 10px 0;
	z-index: 9999;	
}
.nav,.nav-hide{display: inherit}
.vorsa-brand > img{
	margin-top: 0;
	max-height: 45px;
}
.is-sticky .vorsa-brand > img{
	max-height: 45px;
	margin-top: -13px;
	-moz-transition: all .3s ease;
    -o-transition: all  .3s ease;
    -webkit-transition: all  .3s ease;
    transition: all  .3s ease;
}
.is-sticky .vorsa-nav .navbar-collapse{
	padding: 0;
}
.is-sticky .vorsa-nav .navbar-nav>li>a{
	font-size: 15px;
}
.vorsa-logo-brand > img{
	margin: 50px 0 30px 0;
	max-height: 150px;
}
.vorsa-logo-center{
	margin-left: -30px;
}
.vorsa-nav .navbar-right{
	margin-right: 10%;
}
.vorsa-nav .navbar-nav>li>a,
.vorsa-nav .navbar-brand{
	color: #333333;
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.vorsa-nav .navbar-brand{
	font-size: 20px;
	font-weight: 900;
	margin-left: -32px !important;
}
.vorsa-nav .navbar-collapse{
	padding: 15px 0 20px 0;
}


.vorsa-nav .navbar-nav > li > a:focus,
.vorsa-nav .navbar-nav > li > a:hover,
.vorsa-navt .navbar-nav > .open > a,
.vorsa-nav .navbar-nav > .open > a:focus,
.vorsa-nav .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav>.active>a,
.vorsa-nav .navbar-nav>.active>a:focus,
.vorsa-nav .navbar-nav>.active>a:hover{
	color: #f9c303;
    background-color: transparent;
    border: 0;
	outline: none;
}
.vorsa-nav .dropdown-menu{
	box-shadow: none;
	border: 1px solid #ffffff;
	min-width: 220px;
	padding: 0;
}
.navbar-nav>li>.dropdown-menu a:first-of-type{
	padding-top: 13px;
}
.vorsa-nav .dropdown-menu>li>a, 
.dropdown-menu>li>a{
	-moz-transition: all .3s ease;
    -o-transition: all  .3s ease;
    -webkit-transition: all  .3s ease;
    transition: all  .3s ease;
    color: #4a4a4a;
    padding: 5px 20px;
}
.vorsa-nav .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
	background-color: transparent;
	color: #f9c303;
	padding-left: 25px;
	
}
.vorsa-nav .dropdown-menu>li>a:hover:before,
.dropdown-menu>li>a:hover:before{
	content: "\2192";
	color: #333333;
	padding-right: 5px;
}

/* Add the following to your stylesheet for sub menu */
.dropdown-submenu>.dropdown-menu,
.navbar-nav>li>.dropdown-menu > li:hover,
.navbar-nav>li>.dropdown-menu a:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dropdown-submenu { position: relative }
.dropdown-submenu>.dropdown-menu {
    background-color: #fff;
    top: 0;
    left: 100%;
    border-radius: 0;
	border:0;
    margin-left: -1px;
	opacity: 0.8;
}
.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu { 
	display: block;
	opacity: 1;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:active>a:after { border-left-color: #fff }
.dropdown-submenu.pull-left { float: none }
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.navbar-default .navbar-nav>.active>a {color: #000;}
.navbar-default .navbar-nav>.open>a { }
.navbar-nav>li>.dropdown-menu {
    border: 0px solid #000;
    background: #fff;
    z-index: 9999;
    border-radius: 0;
	margin-top: 10px !important;
}
.navbar-nav>li>.dropdown-menu > li:hover {
    border: 0px solid #000;
    margin-left: 0px;
}
.navbar-nav>li>.dropdown-menu a:active {
   background-color: #fff;
}
.navbar-nav>li>.dropdown-menu a {
    color: #333;
    font-size: 16px;
    font-family: inherit;
    border: 0px solid #eee;
}
.navbar-nav>li>.dropdown-menu .active>a {
    background-color: transparent;
    border: 0px solid #000;
    color: #000;
}
.navbar-nav>li>.dropdown-menu a:hover {
    background: transparent;
    color: #f9c303;
    border: 0px solid #000;
}
.dropdown-menu>li>a{padding: 5px 15px;}
.dropdown-menu>li>a:focus{
	background-color: #fff !important;
	color: #f9c303 !important;
}
.dropdown-menu{
	box-shadow: none; 
}
ul.sub-menu{
	margin-bottom: 10px;
	display: block;
}
.sub-menu li{
	width: 100%;
}
.admin-bar .is-sticky nav {
    padding-top: 35px;
}
#sticky-wrapper{
	height: 70px !important;
}

/* Nav Toggle */
.vorsa-nav .navbar-toggle{
	border-color: #333333;
	background-color: #333333;
	color: #f9c303;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 15px;
}
.vorsa-nav .navbar-toggle:focus,
.vorsa-nav .navbar-toggle:hover{
	border-color: #333333;
	background-color: #333333;
	color: #fff !important;
}

/* Is sticky */
.is-sticky .vorsa-nav{
	background: #ffffff;
	z-index: 99;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

ul.navbar-nav li li li:first-child{
	padding-top: 10px;
}
ul.navbar-nav li li:last-child,
ul.navbar-nav li li li:last-child{
	padding-bottom: 10px;
}
ul.navbar-nav li:hover li li{display: none;}
ul.navbar-nav li:hover li:hover li{display:block;}

/* Input form control */
.form-control{
	border-radius: 0;
	height: 40px;
	border: 1px solid #333333;
	margin: 10px 0;	
	font-size: 16px;
}

/*--------------------------------------------------------------
## Bootstrap Slider
--------------------------------------------------------------*/
/* Bootstrap Slider */
.vorsa-inner{
	overflow: visible;
}

.vorsa-control{
	width: 7%;
}
.vorsa-control.right,
.vorsa-control.left{
	background-color: transparent;
	background-image: none;
}
.vorsa-control.right:hover,
.vorsa-control.left:hover{
	cursor:e-resize;
}
.vorsa-caption{
	padding-bottom: 15%;
    width: 100%;
    text-align: left;
    text-shadow: none;
    left: 0;
}
.split-slider-content h4,
.vorsa-caption h4{
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #333333;
	position:relative;
}
.split-slider-content h4:before,
.vorsa-caption h4:before { 
	content: "";
    position: absolute;
    left: -25px;
    bottom: -14px;
    width: 150px;
    border-bottom: 1px solid #000000;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
}
.vorsa-inner:hover .split-slider-content h4:before,
.vorsa-inner:hover .vorsa-caption h4:before {
	transform: scaleX(0);
}
.vorsa-inner img{
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}
.split img{
	max-height: 100vh;
	object-fit: contain;
}
.split-slider-content h2,
.vorsa-caption h2{
	font-size: 80px;
	line-height: 80px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: -3px;
}	
.vorsa-caption h2{
    /* typewriter animation */
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    white-space: nowrap; /* Keeps the content on a single line */
    animation: typing 2s steps(30, end), blink-caret .5s step-end infinite;
}
/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: #03a9f4 }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
/* Start Carousel fade animation */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators li{
	background-color: #333333;
	border: 1px solid #333333;
}
.carousel-indicators .active{
	background-color: #f9c303;
	border: 1px solid #f9c303;
}

/* Split slider */
.split-slider-content{
	padding-top: 25%;
	margin-bottom: 70px;
	text-align: center;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* End Carousel fade animation */


/* Bootrap modal */
.modal-body{
	padding: 0;	
}
.modal-content{
	background-color: #f9c303;
	border-radius: 0 !important;
}
.modal-open .modal{
	z-index: 9999;
}

/* Section Padding */
.vorsa-portfolio,
.vorsa-testimonial,
.vorsa-about-page-description,
.vorsa-about{	
	padding: 120px 0;
}
.vorsa-about-section{
	margin: 120px 0 0;
}
.vorsa-portfolio-light{
	padding: 120px 0 0;
	display: inline-block;
}
.vorsa-highlited-product-full-body{
	padding: 120px 0 0;
	text-align: center;
}
.vorsa-team-member{
	background: #f5f5f5;
	padding: 120px 2%;
}
.vorsa-pricing-box .pricing-box ul {
	padding: 35px 15px 35px;
}
.vorsa-achivement{
	padding: 120px 2%;
}
.vorsa-pricing-box,
.vorsa-about-page-team{
	padding: 120px 0 0;
}
.vorsa-message{
	padding: 120px 3%;
}
.vorsa-service,
.vorsa-service-2x{
	padding: 120px 0 100px 0;
}
.vorsa-skill-1x{
	margin: 120px 0;
}
.vorsa-screenshot-slider{
	margin: 120px 0 0;
}

/*--------------------------------------------------------------
## About me section
--------------------------------------------------------------*/
/* About Section */
.vorsa-about h4{
	margin-top: 30px;
}
.vorsa-about .vorsa-about-desc p{
	font-size: 17px;
    letter-spacing: .5px;
    line-height: 30px;
}
.vorsa-about .vorsa-about-desc img{
	margin: 5% 0;
}




/*--------------------------------------------------------------
## Service section
--------------------------------------------------------------*/
img.media-object.vorsa-media-left {
    width: 50px;
    max-width: none;
    margin-bottom: 0;
}
.vorsa-media-left img{
	width: 100%;
}
.vorsa-service,
.vorsa-service-2x{
    overflow: hidden;
}
.vorsa-single-service{
	margin-bottom: 10%;
}
.vorsa-single-service img{
	height: auto;
	width: 100px;
	border-radius: 3px;
	object-fit: cover;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: 15px;
}
.vorsa-single-service i{
	font-size: 25px;
	margin-right: 15px;
	margin-left: 5px;
	color: #848484;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-single-service:hover i{
	color: #f9c303;
}
.vorsa-single-service p{
	font-size: 17px;
	letter-spacing: .3px;
	line-height: 25px;
}

/* Service 2 */
.vorsa-service-2x .vorsa-title{
	margin-bottom: 7%;
}

/*--------------------------------------------------------------
## About service section
--------------------------------------------------------------*/

.vorsa-about-service{
	margin: 7% 0 2%;
	text-align: center;
}
.vorsa-about-service i {
	width: 70px;
	height: 70px;
	background: #eee;
	padding-top: 6%;
	border-radius: 50%;
	margin-bottom: 25px;
}


/*--------------------------------------------------------------
## About Screenshot section
--------------------------------------------------------------*/
.vorsa-screenshot-section{
	margin: 10% 0 0;
}
.vorsa-screenshot-slider{
	text-align: center;
}


/*--------------------------------------------------------------
## Message section
--------------------------------------------------------------*/
.vorsa-message blockquote {
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.7px;
	color: #333333;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	padding: 0;
	border: 0;
}
.vorsa-message blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 70px;
	color: #dddddd;
	margin-left: -45px;
	margin-right: 18px;
	text-align: left;
	margin-bottom: 0;
}





/*--------------------------------------------------------------
## Portfolio section
--------------------------------------------------------------*/
.vorsa-portfolio{
	background: #f5f5f5;
}
.vorsa-portfolio-light{
	display: inline-block;
}
.vorsa-portfolio-btn{
	display: block;
	margin: 30px 0 0;
	text-align: center;
}
.vorsa-portfolio-item{
	margin-top: 45px;
}
.vorsa-toolbar {
	padding: 2% 0;
	margin-top: 15px;
	position: relative;
}
.vorsa-toolbar .active{
	color: #f9c303;
	transition: all .3s ease-in-out;
	outline: none;
}

.vorsa-btn-portfolio{
	font-family: 'Hind', sans-serif;
    font-size: 15px;
	font-weight: 400;
	letter-spacing: 3px;
    display: inline-block;
    padding: 10px 0;
    margin: 0 10px; 
    height: auto;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
	color: #9c9c9c;
	text-transform: uppercase;
	border: 0;
    border-radius:0;	
	transition: all .3s ease-in-out;
}
.vorsa-btn-portfolio:focus,
.vorsa-btn-portfolio:active,
.vorsa-btn-portfolio:hover{
	color: #f9c303;
}
.vorsa-portfolio .vorsa-title-portfolio p{
	max-width: 100%;
}
#vorsa-portfolio {  
    margin: 1rem 0;
	clear: both;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.333333333333333%;
    -moz-column-width: 33.333333333333333%;
    column-width: 33.333333333333333%;    
}
.tile { 
	display: none;
}
.scale-anm {
    margin: 0;
    width: 100%; 
    border: 0px solid #eee;    
}
.tile img {
    max-width: 100%; 
    height: auto;
    display: block; 
    width: 100%;
}
.masonry-blog-two{
	padding: 15px;
}


/*--------------------------------------------------------------
# vorsa Highlited Product
--------------------------------------------------------------*/
.vorsa-highlited-product-full,
.vorsa-highlited-product-r,
.vorsa-highlited-product{
	margin: 10% 0 0;
    display: inline-block;
}
.vorsa-highlited-product-full a,
.vorsa-highlited-product-r a,
.vorsa-highlited-product a{
	margin: 3% 0 8%;
}
.vorsa-highlited-product-full-body{
	text-align: center;
}
.vorsa-highlited-product-full img{
	margin: auto;
}
.vorsa-highlited-product-full-body p{
	text-align: center;
	letter-spacing: 0.5px;
	margin: 75px 0;
}
.vorsa-highlited-product-full-body a{
	margin: 0;
}
.vorsa-highlited-product .panel,
.vorsa-highlited-product-r .panel,
.vorsa-highlited-product-full .panel{
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5% 0 0;
}
.panel-title a{
    display: block;
    outline: none;
}
.panel-title{
	font-size: 18px;
}
/*--------------------------------------------------------------
# vorsa Team Memeber
--------------------------------------------------------------*/
.vorsa-team-member{
	background: #f5f5f5;
}
.vorsa-team-slide{
	margin-top: 5%;
}


/*--------------------------------------------------------------
# vorsa Pricing
--------------------------------------------------------------*/
.vorsa-single-pricing,
.vorsa-pricing{
	margin: 75px 0 3%;
}
.vorsa-pricing-box .pricing-box{
	border: 0px solid #333;
	background: #f5f5f5;
	padding-bottom: 8%;
	text-align: center;
}
.vorsa-pricing-box .pricing-box h3{
	font-size: 1.2em;
	text-transform: capitalize;
	padding: 10%;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
}
.vorsa-pricing-box .pricing-box .vorsa-price-in-table{
	padding: 10% 0 5%;
	border-bottom: 1px solid #fff;
}
sup.vorsa-value,
.vorsa-pricing-box .pricing-box sup.vorsa-value{
	font-size: 30px;
	top: -30px;
}
span.vorsa-price,
.vorsa-pricing-box .pricing-box span.vorsa-price{
	color: #333333;
	font-size: 70px;
	line-height: 60px;
    font-weight: 300;
}
span.vorsa-mark,
.vorsa-pricing-box .pricing-box span.vorsa-mark{
	font-size: 14px;
}
.vorsa-pricing-box .pricing-box ul {
	margin: 0;
	list-style: none;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
.vorsa-pricing-box .pricing-box ul del{
	color: #bbb;
}
/*Feature plan*/
.vorsa-pricing-box .feature-plan {
	position: absolute;
	background: #222;
	padding: 23px 15px;
	width: 70px;
    height: 70px;
	border-radius: 50%;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	margin-top: -35px;
	right: -5px;
}


/* vorsa Single Pricing */
.vorsa-single-pricing .vorsa-price-in-table{
	margin-top: 50px;
}
.vorsa-single-pricing ul{
	margin: 50px -35px 50px;
	list-style: none;
	line-height: 45px;
}
.vorsa-single-pricing ul li {
	border-bottom: 1px solid #eeeeee;
	letter-spacing: 0.5px;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
}

.vorsa-single-pricing ul li:last-child{
	border-bottom: 0 solid #eee;
}


/*--------------------------------------------------------------
# vorsa About with video or image
--------------------------------------------------------------*/
.vorsa-about-video-1x .vorsa-about-video{
	overflow: auto;
}

.vorsa-about-video{
    position: relative;
	background: #f9c303;
}
.vorsa-about-video-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.vorsa-about-video-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translate(-5%, -5%);
  -ms-transform: translate(-5%, -5%)
}
.vorsa-about-video .vorsa-about-video-image {
  opacity: 0.5;
}

.vorsa-about-video:hover .vorsa-about-video-image {
  opacity: 0.1;
}

.vorsa-about-video .vorsa-about-video-middle {
  opacity: 1;
}
.vorsa-about-video:hover .vorsa-about-video-middle {
  opacity: 1;
}

.vorsa-about-video-text-1x{
  color: #ffffff;
  font-size: 17px;
  padding: 5% 1%;
}

.vorsa-about-video-text-1x b,
.vorsa-about-video-text-1x p{
	color: #333333;
}

.vorsa-about-video-service-1x{
	margin-top: 5%;
	margin-left: -20px;
}
.vorsa-about-video-service-1x ul{
	color: #333333;
}
.vorsa-about-video-service-1x li{
	padding-bottom: 10px;

}
.vorsa-about-video-text-1x img{
	margin-top: 20%;

}


/*--------------------------------------------------------------
# vorsa App Feature
--------------------------------------------------------------*/
.vorsa-feature-1x{
	margin: 10% 0 0;
	display: inline-block;
}
.vorsa-feature-box{
	padding: 5% 0;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.vorsa-feature-box .vorsa-single-service i{
	width: 70px;
	height: 70px;
	background: #eee;
	padding-top: 6%;
	border-radius: 50%;
	margin-bottom: 25px;
}
.vorsa-feature-box .vorsa-single-service:hover i{

}


/*--------------------------------------------------------------
## Our Achivement
--------------------------------------------------------------*/
.vorsa-achivement{
	background: #f5f5f5;
}
.vorsa-counter{
	text-align: center;
	overflow: hidden;
	margin: 5% 0 0;
}
.vorsa-counter  .counter-bx{
	border: 1px solid #222;
	display: inline-block;
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.vorsa-counter .counter-bx span {
	vertical-align: middle;
    padding-top: 40%;
    font-size: 20px;
    display: inline-block;
}
.vorsa-counter  h3{
	clear: both;
	color: #333333;
	font-size: 20px;
	margin-bottom: 15%;
}


/*--------------------------------------------------------------
##  Testimonial
--------------------------------------------------------------*/
.vorsa-testimonial{
	background: #f5f5f5;	
}
.vorsa-page-testimonial{
	text-align: center;
	margin: 75px 0 0;
	overflow: hidden;
}
.vorsa-page-testimonial p,
.vorsa-testimonial .vorsa-testimonial-desc p{
	font-size: 17px;
    letter-spacing: .3px;
    line-height: 27px;
}
.vorsa-page-testimonial img,
.vorsa-testimonial .vorsa-testimonial-desc img{
	margin: 0 auto;
}
.vorsa-testimonial-slider{
	text-align: center;
}
.vorsa-page-testimonial .vorsa-page-client img,
.vorsa-testimonial-slider .vorsa-col-center img{
	object-fit: cover;
    width: 150px;
    height: 150px;
}


/*--------------------------------------------------------------
# vorsa News / Blog
--------------------------------------------------------------*/
.vorsa-news{
	margin: 0;
}
.vorsa-post{
	margin: 5% 0;
}
.related-article.vorsa-post{
	margin: 0;
}
.related-article img.vorsa-image {
    height: 240px;
    object-fit: cover;
}
.vorsa-news .vorsa-post{
	margin: 3% 0;
	overflow: hidden;
}
.vorsa-news .vorsa-post .vorsa-blog-image{
	margin-bottom: 0;
}

.vorsa-post .vorsa-blog-content{
	margin: 0 0 25px 0;
	font-size: 17px;
}
.vorsa-post .vorsa-blog-content span {
	font-size: 15px !important;
	text-transform: capitalize;
}
.vorsa-post .vorsa-blog-content h2{
	margin: 0 0 20px;
}
.vorsa-post .vorsa-blog-content h2 a {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}
.vorsa-post .vorsa-blog-content h2 a:focus,
.vorsa-post .vorsa-blog-content h2 a:active,
.vorsa-post .vorsa-blog-content h2 a:hover {	
	color: #f9c303;
	text-decoration: none;
}
.vorsa-post-info,
.vorsa-post .vorsa-post-info{
	border-top: 1px solid #f5f5f5;
	padding: 0;
	overflow: hidden;
	margin: 15px 0 45px;
	font-size: 17px;
	color: #7a7a7a;
}
.vorsa-post-info .vorsa-author{
	float: left;
}
.vorsa-post-info .vorsa-author img{
	object-fit: cover;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: 25px;
	margin-right: 10px;
	display: inline-block;
}
.vorsa-post-info .vorsa-author b{
	font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    position: relative;
    top: 15px;
}

.vorsa-post .vorsa-post-info .vorsa-love{
	float: right;
}

.vorsa-blog-post .vorsa-post-info .vorsa-love{
	color: #333333;
	float: none;
}
.vorsa-post-info .vorsa-love a{
	color: #333333;
}
.vorsa-post-info .vorsa-love a:hover{
	color: #f9c303;
	text-decoration: none;
}

.vorsa-post-info .vorsa-love i{
	padding: 0 5px 5px 15px;
}
/* Blog page news */
.vorsa-blog-image .vorsa-text i{
	background: #333333;
	color: #f9c303;
}
.vorsa-blog-image .vorsa-text i:hover{
	color: #ffffff;
}
.vorsa-blog-image img {
    margin-bottom: 30px;
}
.vorsa-blog-post{
	margin-bottom: 50px;
}
.vorsa-blogpage-image{
	margin-bottom: 0;
}
.vorsa-blogpage-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.portfolio-single img{
	height: 450px;
}
.vorsa-portfolio-image img{
	height: 300px;
	object-fit: cover;
	margin-bottom: 30px;
}
.vorsa-blogpage-image .vorsa-text i{
	width: 35px;
	height: 35px;
	padding-top: 10px;
	text-align: center;
}
.vorsa-date{
	position: relative;
    margin-top: -60px;
	margin-bottom: 35px;
    background: #f9c303;
    display: inline-block;
    text-align: center;
    padding: 20px;
    margin-left: 30px;
	font-weight: 600;
}
.vorsa-date span:nth-child(1){
	color: #ffffff;
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.vorsa-date span:nth-child(2){
	color: #ffffff;
	display: block;
	font-size: 15px;
}

.vorsa-blog-title{
	margin-bottom: 35px;
}

.vorsa-blog-title h1,
.vorsa-blog-title h2 a{
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 25px;
}
.vorsa-blog-title h2 a:hover{
	color: #f9c303;
	text-shadow: none;
}
.vorsa-blog-title h1{
	font-size: 4em;
	margin-top: 10px;
}
.vorsa-blog-title span{
	border-bottom: 0 solid #333333;
	padding-bottom: 5px;
}
.vorsa-blog-siderbar{
	display: block;
}

.vorsa-single-widget:first-child,
.vorsa-blog-sidebar .vorsa-single-widget h3:first-child{
	margin-top: 0;
	margin-bottom: 50px;
}
.vorsa-single-widget .media{
	margin-bottom: 35px;
}
.vorsa-single-widget{
	margin-top: 70px;
	margin-bottom: 30px;
}
.vorsa-portfolio-sidebar h3,
.vorsa-comment-body h2,
h2.widgettitle,
h2.widget-title,
.vorsa-blog-sidebar .vorsa-single-widget h3{
	color: #333333;
	text-transform: capitalize;
	font-size: 20px;
	display: inline-block;
	position: relative;
	margin-top: 0;
	margin-bottom: 45px;
	font-weight: 700;
}
h2.widget-title:before,
h2.widgettitle:before,
.vorsa-blog-sidebar h3:before{
	content: "";
	position: absolute;
	left: 25px;
	bottom: -15px;
	width: 50px;
	border-bottom: 1px solid #ccc;
	transform: scaleX(2);
	transition: all .3s ease-in-out;
}
.widget:hover h2.widget-title:before,
.widget:hover h2.widgettitle:before,
.vorsa-comment-body:hover h2:before,
.vorsa-portfolio-sidebar:hover h3:before,
.vorsa-blog-sidebar .vorsa-single-widget:hover h3:before{
	transform: scaleX(0);
}
.widget{
	margin-bottom: 50px;
	list-style: none;
}
.widget ul.children,
.widget ul.sub-menu {
    margin-left: 15px;
}
.vorsa-blog-sidebar .media img{
	max-width: none;
	width: 100px;
}
.vorsa-blog-sidebar .media-heading{
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	transition: all .3s ease-in-out;
}
.vorsa-blog-sidebar .media-body span{
	font-size: 12px;
}
.vorsa-blog-sidebar .media:hover .media-heading{
	color: #f9c303;
}
.vorsa-blog-sidebar {
    padding: 0 30px;
    list-style: none;
}
.vorsa-single-widget ul{
	list-style: none;
	padding: 0;
}
ul#menu-testing-menu li a {
    display: block;
}
.menu>li>a {
    margin-top: 15px;
}
.widget>ul {
    margin-left: 0;
}
/* Tags style */
.vorsa-tags{
	margin: 50px 0 20px;
	clear: both;
}
.vorsa-blog-sidebar .vorsa-tags{
	margin: 25px 0 0;
}

.vorsa-tags a{
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 12px 20px;
  box-shadow: inset 0 0 0 2px #333333;
  color: #333333;
  font-size: inherit;
  position: relative;
  vertical-align: middle;
}
.single-tag a{
	box-shadow: inset 0 0 0 0 #333333 !important;
	padding: 0 3px 0 5px;
}
.vorsa-tags a::before, 
.vorsa-tags a::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.draw {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 25px;
}
.vorsa-tags .draw a{
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.vorsa-tags .draw a::before, .vorsa-tags .draw a::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.vorsa-tags .draw a::before {
  top: 0;
  left: 0;
}
.vorsa-tags .draw a::after {
  bottom: 0;
  right: 0;
}
.vorsa-tags .draw a:hover {
  color: #f9c303;
}
.vorsa-tags .draw a:hover::before, .vorsa-tags .draw a:hover::after {
  width: 100%;
  height: 100%;
}
.vorsa-tags .draw a:hover::before {
  border-top-color: #f9c303;
  border-right-color: #f9c303;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.vorsa-tags .draw a:hover::after {
  border-bottom-color: #f9c303;
  border-left-color: #f9c303;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.tagcloud a {
	font-size: 12px !important;
	text-transform: uppercase;
	border: 1px solid #eee;
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 5px;
}

/* vorsa related article */
.vorsa-related-article{
	margin: 70px 0 0;
}

.bypostauthor b{
	color: #f9c303;
}

/* vorsa Comment box */
.vorsa-comment-body h2{
	margin: 40px 20px 20px 0;
	color: #333333;
}
.vorsa-comment-body .media img{
	max-width: none;
	width: 100px;
	margin-right: 15px;
}
.vorsa-comment-body .media .media-body span{
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	color: #4a4a4a;
	font-weight: 400;
}
.vorsa-comment-body .media .media-body span i{
	color: #f9c303;
}
.vorsa-comment-body h4.media-heading{
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
} 
.vorsa-comment-body ul{
	margin: 0;
	padding: 50px 0 0;
	list-style: none;
}
.vorsa-comment-body .media{
	padding: 0 0 15px 0;
}
.vorsa-comment-body ul ul{
	padding: 0 0 0 50px;
}
.vorsa-comment-body .media img.avatar{
	width: 50px;
}

/* vorsa Previous / Next Post */
.vorsa-previous-post,
.vorsa-next-post{
	position: fixed;
	top: 45%;
	text-transform: uppercase;
	color: #333333;
	z-index: 1;
	background: transparent;
	padding: 5px 20px;
}
.vorsa-previous-post a,
.vorsa-next-post a{
	color: #333333;
	font-weight: 700;
}
.vorsa-previous-post a:hover,
.vorsa-next-post a:hover{
	color: #f9c303;
}
.vorsa-previous-post{
	left: -55px;
	margin-top: 20px;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-transform: capitalize;

}
.vorsa-next-post{
	right: -37px;
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-transform: capitalize;
}
/* vorsa Portfolio Sidebar */
.vorsa-portfolio-sidebar{
	padding: 0 30px 30px 30px;
	margin-top: 35px;
}
.vorsa-portfolio-sidebar h3{
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.vorsa-portfolio-sidebar h3:before{
	border-bottom: 2px solid #333333;
	width: 15px;
	margin-left: -12px;
}
/* Blog pagination */
.blog-pagination{
	text-align: center;
	margin: 30px 0 70px 0;
}
a.page-numbers{
	padding: 8px 15px;
}
span.page-numbers.current {
    padding: 2px 15px 0 15px;
    background: #333333;
    color: #ffffff;
    border-radius: 2px;
}
.page-links span {
	padding: 7px 15px;
	margin-right: 5px;
	background: #262626;
	color: #fff;
	border-radius: 3px;
}
.page-links {
	clear: both;
	padding: 15px 0;
}
/* Page header */
.vorsa-modal-page {
    position: relative;
	background: #333333;
	clear: both;	
}
.vorsa-modal-page-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.vorsa-modal-page-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.vorsa-modal-page .vorsa-modal-page-image {
  opacity: 0.3;
  height: 300px;
  object-fit: cover;
}
.vorsa-modal-page:hover .vorsa-modal-page-image {
  opacity: 0.2;
}
.vorsa-modal-page .vorsa-modal-page-middle {
  opacity: 1;
}
.vorsa-modal-page:hover .vorsa-modal-page-middle {
  opacity: 1;
}

.vorsa-modal-page-text {
  color: #ffffff;
  font-size: 17px;
  padding: 16px 32px;
  text-align: center;
}
.vorsa-modal-page-text .vorsa-title h2{
	color: #ffffff;
} 
.sticky .vorsa-blog-content h2 a{
	color: #f9c303;
}
.blog-masonry .vorsa-portfolio{
	background: transparent;
	padding: 2% 0;
}
.blog-masonry-nheader .vorsa-post{
	margin: 0;
}
.blog-masonry .vorsa-portfolio .hovereffect4 a, 
.blog-masonry .vorsa-portfolio .hovereffect4 p, 
.blog-masonry .vorsa-portfolio .hovereffect4 h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);  
}
.blog-masonry .vorsa-portfolio .hovereffect4 .overlay,
.blog-masonry .vorsa-portfolio .hovereffect4 .overlay a{
	color: #fff;
}
.blog-masonry .vorsa-portfolio .hovereffect4:hover .overlay,
.blog-masonry .vorsa-portfolio .hovereffect4:hover .overlay a{
	color: #333;
}
.blog-masonry .vorsa-portfolio .hovereffect4 h2 a{
	font-size: 20px;
}
.blog-masonry-nheader .vorsa-portfolio{
	padding: 2% 0;
}
.depth-1 h2 {
    font-size: 24pt;
    margin: 20px 0;
}
/*--------------------------------------------------------------
## vorsa Promo Box
--------------------------------------------------------------*/
.vorsa-promo-box{
	margin-top: 30px;
}

/*Image hover box border*/
.vorsa-promo-box .hovereffect4 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ffffff;
}

.vorsa-promo-box .hovereffect4 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
}

.vorsa-promo-box .hovereffect4:hover img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}
.vorsa-promo-box .hovereffect4 .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #eee;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.vorsa-promo-box .hovereffect4 a, .vorsa-promo-box .hovereffect4 p, .vorsa-promo-box .hovereffect4 h2{
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;  
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.vorsa-promo-box .hovereffect4 img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.vorsa-promo-box .hovereffect4 .overlay:before,
.vorsa-promo-box .hovereffect4 a, .vorsa-promo-box .hovereffect4 p, .vorsa-promo-box .hovereffect4 h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);  
}
.vorsa-promo-box .hovereffect4 a, .vorsa-promo-box .hovereffect p,
.vorsa-promo-box .hovereffect4 a, .vorsa-promo-box .hovereffect4 p{
  text-align: center;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.vorsa-promo-box .hovereffect4 h2,
.hovereffect4 h2 {
  font-size: 17px;
  padding-top: 10%;
}
.vorsa-promo-box .hovereffect4 a i{
	background: #333333;
	color: #ffffff;
	padding: 5px 10px;
}
.vorsa-promo-box .hovereffect4 a i{
	color: #f9c303;
}

/* Full width benner */
.vorsa-promo-box-full .hovereffect4:hover h2,
.vorsa-promo-box-full .hovereffect4 h2{
	font-size: 4em;
	color: #333333;
	text-transform: capitalize;
	padding-top: 10%;
}
.vorsa-promo-box-full .hovereffect4:hover a,
.vorsa-promo-box-full .hovereffect4 a{
	color: #eeeeee;
}



/*--------------------------------------------------------------
## Our Client
--------------------------------------------------------------*/
.vorsa-client{
	background: #f5f5f5;
	padding: 5% 2%;
}
.vorsa-client-slider{
	margin: 5% 0 2%;
}
.vorsa-client-slider img{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    margin: 15px 0;
}
.vorsa-client-slider img:hover{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}



/*--------------------------------------------------------------
## vorsa Skill 1x
--------------------------------------------------------------*/
.vorsa-skill-1x{
    overflow: hidden;
}
.resum-skills-bar {
    background-color: #ffffff;
    padding: 30px 15px 15px 15px;
}
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 45px;
    width: 100%;
    background-color: #efefef;
    height: 5px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #333333;
}
.skillbar-title span {
    display: block;
	padding-top: 10px;
	height: 35px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
}
.skillbar-bar {
    height: 5px;
    width: 0px;
    background: #333333;
    border-radius: 5px;
}
.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    height: 35px;
    line-height: 45px;
    color: #f9c303;
}



/*--------------------------------------------------------------
## vorsa Timeline
--------------------------------------------------------------*/

.vorsa-timeline-1x{
	margin: 10% 0 0;
}
.vorsa-timeline{
	padding: 5% 0;
}

.vorsa-btn-round,
.vorsa-timeline .text-center .vorsa-btn-round{
    background: #333333;
	border: medium none;
	border-radius: 100px;
	padding: 13px 20px 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #eee;
}
.vorsa-btn-round:hover,
.vorsa-subscriber [type="submit"]:hover,
.vorsa-timeline .text-center .vorsa-btn-round:hover{
	background: #f9c303;
	color: #fff;
}
.vorsa-timeline .timeline{
	position:relative;
	padding: 60px 0 30px;
}
.vorsa-timeline .timeline:before{
	position:absolute;
	content:"";
	width:3px;
	height:100%;
	background:#eee;
	left:50%;
	top:0;
	margin-left:-1.5px;
}
.list-unstyled.timeline{
	margin-bottom: 0;
}
.timeline-body h4{
	font-size: 1.3em;
	color: #333333;
	margin: 25px 0;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.timeline-body:hover h4{
	color: #f9c303;
	text-shadow: none;
}
.timeline-body p{
	letter-spacing: 0.5px;
}

.timeline > li {
    clear: left;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.vorsa-timeline .timeline li.timeline-inverted{
	float:right;
	clear:right;
	width:50%;
}
.vorsa-timeline .timeline li:nth-child(2){
	margin-top:60px;
}
.vorsa-timeline .timeline li .timeline-badge{
	position:absolute;
	top:15px;
	right:-12px;
	width:25px;
	height:25px;
	font-size:1.4em;
	text-align:center;
}
.vorsa-timeline .timeline li .timeline-badge > a {
  color: #f9c303;
  transition:.3s ease;
}
.vorsa-timeline .timeline li .timeline-badge > a:hover,
.vorsa-timeline .timeline li:hover .timeline-badge > a{
	color:#eeeeee;
}
.vorsa-timeline .timeline li .timeline-badge .tooltip{
	display:block;
	width:100px;
}
.vorsa-timeline .timeline li .timeline-panel{
	width: 95%;
	border:1px solid #eee;
	padding:20px;
	transition:.3s ease;
	position:relative;
}
.vorsa-timeline .timeline li .timeline-panel:before{
	background: #fff;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	content: "";
	height: 20px;
	position: absolute;
	right: -11px;
	top: 18px;
	transform: rotate(-45deg);
	width: 20px;
	transition:.3s ease;
}
.vorsa-timeline .timeline li.timeline-inverted .timeline-badge {
	left: -13px;
}
.vorsa-timeline .timeline li.timeline-inverted .timeline-panel{
	float:right;
}
.vorsa-timeline .timeline li.timeline-inverted .timeline-panel::before {
	left: -11px;
	transform: rotate(135deg);
}
.vorsa-timeline .timeline li:hover .timeline-panel{
	border-color:#ddd;
}
.vorsa-timeline .timeline li:hover .timeline-panel::before{
	border-color:#ddd;
}



/*--------------------------------------------------------------
## vorsa Contact Formn
--------------------------------------------------------------*/
.vorsa-contact-1x{
	margin: 10% 0 0;
}
.vorsa-contact-form{
	margin: 5% 0;
}
.vorsa-contact-1x .vorsa-btn-larg{
	padding: 15px 35px;
    font-size: 12px;
	margin-top: 30px;
	border: 0;
}
.vorsa-contact-1x .vorsa-btn-larg:hover{
	color: #fff !important;
	border: 0 solid #222;
}

/*--------------------------------------------------------------
## vorsa Call to Action
--------------------------------------------------------------*/
.vorsa-cta-bottom{
	margin: 0;
	background: #333333;
	padding: 3% 2%;
	overflow: hidden;
	font-size: 16px;
	color: #eeeeee;
}
.vorsa-cta-bottom h3{
	text-transform: initial;
	color: #eeeeee;
	margin-top: 14px;
	font-weight: 700;
	font-size: 35px
}
.vorsa-cta-bottom a.vorsa-btn-larg{
	background: #fff !important;
	color: #333333;
	float: right;
	margin-top: 6px;
	padding-top: 12px;
	border: 3px solid #fff;
}
.vorsa-cta-bottom a.vorsa-btn-larg:hover{
	border: 3px solid #333333;
}
.vorsa-cta-bottom i{
	font-size: 35px;
	margin-bottom: 15px;
	color: #f9c303;
}
.vorsa-cta-bottom span.counter {
    font-size: 25px;
}
/* vorsa cta 2x */
.vorsa-cta-2x{
	background: #333333;
	padding: 3% 2%;
}
.vorsa-cta-2x i{
	color: #ffffff;
}
.vorsa-cta-2x .vorsa-btn-larg-round{
	background: #eee;
	color: #fff;
}

/* Money Back Guarantee */
.vorsa-money-back-1x{
	margin: 0;
	background: #333333;
	padding: 3% 2%;
	overflow: hidden;
	font-size: 17px;
	color: #eeeeee;
}

.vorsa-money-back-1x i {
	font-size: 15px;
	background: #f9c303;
	padding: 15px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	color: #333333;
	margin-right: 10px;
}

/* vorsa Events */
.vorsa-events-1x{
	margin: 0;
	background: #333333;
	padding: 15px 0;
	overflow: hidden;
	font-size: 17px;
	color: #eeeeee;
}

.vorsa-events-1x .vorsa-btn-larg-round{
	background: #eeeeee;
	color: #333333;
}

.vorsa-events-1x .vorsa-events-single-1x{
	background: #ffffff;
	display: block;
	padding: 45px;
	border: 0 solid #222;
	color: #333333;
	border-radius: 2px;
}
.vorsa-events-1x .vorsa-events-single-1x h2{
	font-size: 1em;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
	margin-top: 15px;
}
.vorsa-events-single-text-1x{
	margin-top: 15%;
}
.vorsa-events-single-button-1x{
	margin-top: 22%;
}


/*--------------------------------------------------------------
## vorsa Section Divider
--------------------------------------------------------------*/
.vorsa-divider-1x{
	margin: 5% 0;
	overflow: hidden;
	clear: both;
}
.vorsa-divider-2x{
	margin: 3% 0;
	overflow: hidden;
	clear: both;
}

.vorsa-divider-3x{
	margin: 2% 0;
	overflow: hidden;
	clear: both;
}

/*--------------------------------------------------------------
## vorsa Subscriber
--------------------------------------------------------------*/
.vorsa-subscriber{
	background: #333333;
	padding: 3% 2%;
}
.vorsa-subscriber .form-inline{
	margin: 3% 0;
}
.vorsa-subscriber input{
	border: 0;
	border-radius: 100px;
	margin-right: 15px;
	padding-left: 25px;
}
.vorsa-subscriber [type="submit"]{
	padding: 18px 15px 15px 15px;
	margin-top: 8px;
	border: 0;
	border-radius: 100px;
	background: #eeeeee;
	color: #333333;
	text-transform: uppercase;
	font-size: 11px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-subscriber [type="submit"]:hover{
	color: #ffffff !important;
}

/*--------------------------------------------------------------
## Image hover effect
--------------------------------------------------------------*/
/*Image hover box border*/
.hovereffect4 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ffffff;
}

.hovereffect4 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
}

.hovereffect4 img {
  display: initial;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}
.hovereffect4 .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #eee;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
  margin-bottom: 0;
}

.hovereffect4 a, .hovereffect4 p, .hovereffect4 h2{
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;  
  adding-top: 10%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect4:hover img {
  opacity: 0.1;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect4:hover .overlay:before,
.hovereffect4:hover a, .hovereffect4:hover p, .hovereffect4:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);  
}
.hovereffect4 a, .hovereffect p,
.hovereffect4:hover a, .hovereffect4:hover p{
  text-align: center;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.hovereffect4 h2,
.hovereffect4:hover h2 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10%;
}
.hovereffect4 a i{
	color: #333333;
	padding: 5px 10px;
}
.hovereffect4 a i:hover{
	color: #f9c303;
}

.hovereffect-icon a i{
	background: transparent;
}

/* Blog hover effect */
.vorsa-blog-image {
  position: relative;
  width: 100%;
}

.grid-image img{
	max-height: 230px;
	margin-bottom: 30px;
}

.vorsa-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.vorsa-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.vorsa-blog-image:hover .vorsa-overlay {
  max-width: 100%;
  opacity: 1;
}

.vorsa-text {
  white-space: nowrap; 
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.vorsa-text i:hover{
	color: #333333;
}

/* Shop image hover effect */
.vorsa-shop-container {
    position: relative;
    width: 100%;
}
.vorsa-shop-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.vorsa-shop-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 47%;
	transform: translate(-45%, -45%);
	-ms-transform: translate(-50%, -50%);
}

.vorsa-shop-container:hover .vorsa-shop-image {
  opacity: 0.3;
}

.vorsa-shop-container:hover .vorsa-shop-middle {
  opacity: 1;
}

.vorsa-shop-text {
	background-color: #f9c303;
	font-size: 13px;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 3px;
}
.vorsa-shop-text a{
	color: #333333;
}
.vorsa-shop-text a:hover{
	color: #333333;
}
.vorsa-shop-item-text{
	clear: both;
	margin-top: 25px;
	margin-bottom: 50px;
}
.vorsa-shop-item-text a{
	font-size: 20px;
	color: #333333;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-shop-item-text a:hover{
	color: #f9c303;
}
.vorsa-shop-item-text p{
	margin: 0;
}
.vorsa-shop-item-text b{
	color: #333333;
}
.vorsa-onsale {
	position: absolute;
	top: 0;
	background: #f9c303;
	color: #333333;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 12px;
}
.vorsa-nav-tabs > li{
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.vorsa-nav-tabs {
	text-align: center;
	border: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.vorsa-nav-tabs > li > a:hover,
.vorsa-nav-tabs > li > a,
.vorsa-nav-tabs > li.active > a{
	background: none;
	border: 3px solid #333333;
	border-radius: 1px;
}
.vorsa-nav-tabs > li.active > a,
.vorsa-nav-tabs > li.active > a:active,
.vorsa-nav-tabs > li.active > a:focus,
.vorsa-nav-tabs > li.active > a:hover{
	border: 3px solid #f9c303;
}
.nav-tabs{
	border: 0;
}
.vorsa-pagination{

}
.vorsa-pagination > li > a{
	color: #eeeeee;
	background-color: #333333;
	border: 1px solid #333333;
	margin: 2px;
	border-radius: 3px;
}
.vorsa-pagination > li > a:hover{
	color: #333333;
	background-color: #f9c303;
}

/*--------------------------------------------------------------
## vorsa button style
--------------------------------------------------------------*/
/* large button style */
.vorsa-btn-larg,
a.vorsa-btn-larg {	
    border-radius: 2px;
    color: #eeeeee;
    display: inline-block;
    font-size: 15px;
	font-weight: 700;
    padding: 11px 15px 7px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.vorsa-btn-larg i,
a.vorsa-btn-larg i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.vorsa-btn-larg:hover,
a.vorsa-btn-larg:hover {
	background: #333333;
	text-decoration: none;
	color: #f1f1f1;
}
.vorsa-btn-larg:before,
a.vorsa-btn-larg:before {
	background: #333333;
	color: #333333;
	content: "";
	height: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-btn-larg:hover:before,
a.vorsa-btn-larg:hover:before {
	height: 100%;
	color: #333333;
}

/* large border radius button style */
.vorsa-btn-larg-round,
a.vorsa-btn-larg-round {
    border-radius: 2px;
    color: #eeeeee;
    display: inline-block;
    font-size: 15px;
	font-weight: 700;
    padding: 12px 15px 7px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.vorsa-btn-larg-round i,
a.vorsa-btn-larg-round i {
	padding-left: 5px;
	position: relative;
}
.vorsa-btn-larg-round:hover,
a.vorsa-btn-larg-round:hover {
	text-decoration: none;
	color: #f1f1f1;
}
.vorsa-btn-larg-round:before,
a.vorsa-btn-larg-round:before {
	background: #333333;
	color: #333333;
	content: "";
	width: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-btn-larg-round:hover:before,
a.vorsa-btn-larg-round:hover:before {
	width: 100%;
	color: #333333;
	border-radius: 0;
}

/* Round button */
.vorsa-btn-round-full {
	background: transparent;
	color: #fff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 25px;
	padding-top: 16px;
	padding-left: 21px;
	border: 3px solid #fff;
	outline: none;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.vorsa-btn-round-full:hover{
	border: 3px solid #fff;
}



/**********************************************************
           vorsa video slider 
**********************************************************/

.vorsa-modal-video {
    position: relative;
	background: #f9c303;
	max-height: 100vh;
}
.vorsa-modal-video-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: .5s ease;
  backface-visibility: hidden;
}
.vorsa-modal-video-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.vorsa-modal-video .vorsa-modal-video-image {
  opacity: 0.5;
}

.vorsa-modal-video:hover .vorsa-modal-video-image {
  opacity: 0.5;
}

.vorsa-modal-video .vorsa-modal-video-middle {
  opacity: 1;
}
.vorsa-modal-video:hover .vorsa-modal-video-middle {
  opacity: 1;
}

.vorsa-modal-video-text {
  color: #ffffff;
  font-size: 17px;
  padding: 16px 32px;
  text-align: center;
}


/* Without Overlay */
.vorsa-modal-noverlay {
    position: relative;
	background: #f9c303;
	max-height: 100vh;
}
.vorsa-modal-noverlay-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: .5s ease;
  backface-visibility: hidden;
}
.vorsa-modal-noverlay-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.vorsa-modal-noverlay .vorsa-modal-noverlay-image {
  opacity: 1;
}

.vorsa-modal-noverlay:hover .vorsa-modal-noverlay-image {
  opacity: 1;
}

.vorsa-modal-noverlay .vorsa-modal-noverlay-middle {
  opacity: 1;
}
.vorsa-modal-noverlay:hover .vorsa-modal-noverlay-middle {
  opacity: 1;
}

.vorsa-modal-noverlay-text {
  color: #ffffff;
  font-size: 17px;
  padding: 16px 32px;
  text-align: center;
}

/* Text box show/hide */
.vorsa-text-show-hide{
	position: absolute;
	z-index: 1;
	background: transparent;
	color: #333333;
	font-size: 20px;
	border: 0;
}


/* support */
.vorsa-support-video {
    position: relative;
	background: #fff;
	margin-top: 10%;
}
.vorsa-support-video-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.vorsa-support-video-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.vorsa-support-video .vorsa-support-video-image {
  opacity: 1;
}

.vorsa-support-video:hover .vorsa-support-video-image {
  opacity: 1;
}

.vorsa-support-video .vorsa-support-video-middle {
  opacity: 1;
}
.vorsa-support-video:hover .vorsa-support-video-middle {
  opacity: 1;
}

.vorsa-support-video-text{  
  padding: 16px 32px;
  text-align: center;
}
.vorsa-support-video-text h2{
    color: #333333;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}



/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    2.4    Broken Page / 404 page / Coming soon page / 
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/
.vorsa-broken-page{
	background: url(images/about-bg1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.vorsa-broken-page .vorsa-modal-noverlay-image,
.vorsa-broken-page .vorsa-modal-video-image,
.vorsa-nothing-page .vorsa-modal-video-image,
.vorsa-nothing-page .vorsa-modal-video{
	min-height: 700px;
	object-fit: cover;
	border: 0;
}
.vorsa-nothing-page h2{
	font-size: 150px;
	line-height: 170px;
}
.vorsa-nothing-page p{
	color: #222
}
.vorsa-broken-page .vorsa-subscriber,
.vorsa-nothing-page .vorsa-subscriber{
	background: transparent;
	overflow: hidden;
}
.vorsa-broken-page .vorsa-modal-noverlay,
.vorsa-broken-page .vorsa-modal-video{
	max-height: 100%;
}
.vorsa-broken-page .vorsa-modal-noverlay-text h2,
.vorsa-broken-page .vorsa-modal-video-text h2{
	color: #fff;
}


.vorsa-nothing-page h4,
.vorsa-nothing-page h2,
.vorsa-nothing-page p{
	color: #fff;
}
/* vorsa Search */
.vorsa-search{
	margin-bottom: 30px;
}
.vorsa-search button,
.vorsa-search input{
	border: 1px solid #7e7e7d;
	height: 45px;
	margin: 0;
	border-radius: 2px
}
.vorsa-search button{
	background: #333333;
	color: #eeeeee;
	border: 1px solid #7e7e7d;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-search button:hover{
	background: #f9c303;
	border: 1px solid #f9c303;
}
.vorsa-search input{
	color: #f9c303;
}
#vorsa-coundown {
	color: #333333;
}



/* Broken page overlay */
.vorsa-sidebar-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 3px;
}

.vorsa-sidebar-overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.vorsa-sidebar-overlay a {
	padding: 10px;
	text-decoration: none;
	font-size: 25px;
	color: #eeeeee;
	display: block;
	transition: 0.3s;
}

.vorsa-sidebar-overlay a:hover, .vorsa-sidebar-overlay a:focus {
    color: #f9c303;
}

.vorsa-sidebar-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 20px;
}
.vorsa-sidebar-overlay-button{
	cursor: pointer;
	color: #333333;
	font-size: 25px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-sidebar-overlay-button:hover{
	color: #ffffff;
}
.screen-reader-text{
	display: none;
}

#countdown span {
  font-size: 26px;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

#countdown span.days,
#countdown span.hours,
#countdown span.minutes,
#countdown span.seconds{
	font-size: 50px;
}

#countdown span.days b,
#countdown span.hours b,
#countdown span.minutes b,
#countdown span.seconds b{
	font-size: 20px;
	font-weight: 500;
	margin-left: 5px;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                2.4    Bottom to Top
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/
.backtotop {
	position: relative;
	font-size: 20px;
	margin-right: 15px;
    margin-bottom: 15px;
	background: #222;
	padding: 5px 12px 8px 12px;
	color: #eee;
	border-radius: 1px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.backtotop:hover{
	background: #f9c303;
}



/**************************************************
		13.2 Google Map CSS			
**************************************************/
#map{
	overflow:hidden;
	width:100%;
	height: 300px;
}


/**************************************************
		13.2 About Us Page		
**************************************************/
.vorsa-about-page-description{
    overflow: hidden;
}
.vorsa-about-page-desc-content{
	padding: 5px 0 0;
}

.vorsa-about-page-team .hovereffect4{
	margin-bottom: 30px;
}




/**********************************************************
             Woocommerce style
********************************************************/
.products h2{
	margin-bottom: 15px
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #000;
    font-size: 10px;
    text-transform: uppercase;
    padding: 15px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #f9c303;
}
.woocommerce div.product .product_title{
	margin-bottom: 15px;
}
.woocommerce .quantity .qty{height: 40px;}
.woocommerce-cart table.cart td.actions .coupon .input-text{height: 38px;width: 100px;}
.cart_totals>h2{margin-bottom:15px}
.woocommerce-info{border-top-color: #000;}
h3#order_review_heading{
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
}
.woocommerce div.product form.cart .button {
    padding: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background: transparent;
	outline: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin: 0 0 5em;
}
.panel{
	box-shadow: none;
}
.woocommerce form .form-row input.input-text{
	height: 38px;
    border: 1px solid #000;
    padding: 10px;
}
.woocommerce h2{margin-bottom:30px}
.woocommerce .products ul{margin: 3em 0;}
.cart-count{
	background-color: #f9c303;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50%;
    position: absolute;
    margin-top: -28px;
    margin-left: 7px;
	display:block;
}
.woocommerce span.onsale{
	min-width: 3.7em;
	background-color:#f9c303;
}
.woocommerce ul.products li.product .price{
	color:#333;
	font-size: 17px;
    line-height: 25px;
}
.cart-contents{
	margin-bottom:5px;
	display:block;
}
#ship-to-different-address .checkbox input[type="checkbox"]{
	margin-top: 10px !important;
}
.woocommerce form .form-row .input-checkbox{
	margin: 30px 8px 0 0;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
	padding: 15px 15px 13px; 
	color: #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	font-size: 10px;
    padding: 15px 15px 13px;
    text-transform: uppercase;
    border-radius: 1px;
    color: #ffffff;
    background-color: #f9c303;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    color: #f1f1f1;
}
.woocommerce ul.products li.product h3{
    font-size: 14px;
    text-transform: uppercase;
}
.woocommerce div.product .product_title{
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
}
.woocommerce-message{
	border-top-color: #f9c303;
}
.woocommerce-message::before {
	color: #f9c303;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none !important;
	color: #f9c303;
	padding-left: 10px;
}
figure.woocommerce-product-gallery__wrapper {
    margin-top: 0;
}
.woocommerce-product-gallery__image {
    margin-bottom: 15px;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 30px 0 7%;
}
.woocommerce nav.woocommerce-pagination ul li{
	padding: 5px 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: transparent;
}
h1.page-title{
	display: none;
}
.woocommerce .products ul, .woocommerce ul.products{
	padding: 15px 0 0 0; 
}

/*--------------------------------------------------------------
## vorsa Footer
--------------------------------------------------------------*/
.vorsa-footer{
	background: #fff;
	padding: 7% 2%;
	overflow: hidden;
}
.vorsa-footer h3 {
	font-size: 20px;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 25px;
	font-weight: 700;
}
.vorsa-footer .media{
	margin-top: 5px;
}
.vorsa-footer .media i{
	color: #f9c303;
}
.vorsa-footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.vorsa-footer .footer-social{
	padding: 5% 0;
	margin-left: -8px;
}
.vorsa-text i,
.vorsa-top-menu-social i,
.vorsa-footer .footer-social i {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 17px;
	padding-top: 7px;
	margin-right: 10px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.footer-light .vorsa-footer .footer-social i {
	background: transparent;
	color: #222222;
}
.footer-light .media{
	margin-top: 10px;
}
.vorsa-footer .footer-social i:hover{
	background: #f9c303;
	color: #fff !important;
}
.vorsa-footer .footer-subscribe{
	margin: 25px 0 15px;
}
.vorsa-footer .footer-subscribe button,
.vorsa-footer .footer-subscribe input{
	border: 1px solid #333333;	
	border-radius: 0;
	height: 35px;
	margin-top: 0;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.vorsa-footer .footer-subscribe input:focus{
	border-color: #f9c303;
    box-shadow: 0 0px 0px #f9c303 inset, 0 0 1px #f9c303;
}
.vorsa-footer .footer-subscribe button{
	background: #333333;
	color: #ffffff;
	height: 35px;
}
.vorsa-footer .footer-subscribe button:hover{
	background: #f9c303;
	color: #fff;
	border: 1px solid #f9c303;
}

/* Footer dark */
.footer-dark .vorsa-footer {
    background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.9), 
      rgba(0, 0, 0, 0.9)
    ),
    /* bottom, image */
    url(images/bg.jpg);
    background-attachment: fixed;
}
.footer-dark .vorsa-footer,
.footer-dark .vorsa-footer a,
.footer-dark .vorsa-footer h3{
	color: #f5f5f5;
}
.footer-dark .vorsa-footer a:hover{
	color: #f9c303;
}
.copyright {
    background: #fff;
    margin: 0;
    padding: 30px 0;
	border-top: 1px solid #eee;
}
.player .controls,
.player .controls:hover{
	display: none!important;
}



.vorsa-comment-body .media-body ul {
    list-style-type: square;
	margin-bottom: 20px;
}
.vorsa-comment-body .media-body ol{
	margin-bottom: 20px;
}
.vorsa-comment-body .media-body h3,
.vorsa-comment-body .media-body h1{
	font-weight: 500;
    margin: 0;	
}
.vorsa-comment-body .media-body h2{
	font-weight: 500;	
}
.calendar_wrap {
    overflow: auto;
}

