/*
Theme Name: THEPASSION
Theme URI: http://themes.posimyth.com
Description: A Creative, Modern, Multipurpose, Responsive and Ultimate Wordpress Theme for Entertainment industry especially Movie and Music Industry by POSIMYTH Themes. It's Designed and Developed by keeping eyes on both developers and nontech users for great use of theme.
Author: POSIMYTH Themes
Author URI: http://posimyth.com
Version: 2.2.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thepassion
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    color: #828282;
    font-family: lato,Arial,Helvetica,'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

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

[hidden],
template {
	display: none;
}

a:active,
a:hover {
	outline: 0;
-webkit-transition-property:color, text;
-webkit-transition-duration: 1s, 1s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property:color, text;
-moz-transition-duration:1s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:1s;
-o-transition-timing-function: linear, ease-in;
}

b,
strong {
	font-weight: bold;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

pre {
	overflow: auto;
}


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

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-appearance: textfield;
	box-sizing: content-box;
}

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: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


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

p {
	margin-bottom: 1.5em;
-ms-word-wrap: break-word;
word-wrap: break-word;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code{
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}
dt { 
    display: block;
}
dl {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
dd {
    display: block;
    margin-left: 40px !important;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

body{
background-color:#fff
} 


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

blockquote{
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 0em 0em;
}

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; 
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
table thead, table tfoot { background: #f5f5f5; }
table thead tr th,
table tfoot tr td { padding: 8px 10px 9px;}
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
table tbody tr.even,
table tbody tr.alt { background: #f9f9f9; }
table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }
.align-center{text-align:center}
.align-right{text-align:right}
.align-left{text-align:left}
h1,h2,h3,h4,h5,h6{
	margin:0 0 .8em;
	font-weight:400;
	line-height:1.3em;
	word-wrap:break-word
}
h5,h6{
	margin-bottom:8px
}
a,button{color:#000000;}
a:hover,button:hover{color:#dd3333;}
strong{color:#000000;}
h1{color:#404040;font-family:oswald,Georgia,serif;font-style:normal;font-size:30px;line-height:36px;text-transform :uppercase;margin:.27em 0;}
h2{color:#404040;font-family:oswald,serif;font-style:normal;font-size:28px;line-height:34px;text-transform :uppercase;margin:.17em 0;word-spacing:-;letter-spacing:-;text-align:-;}
h3{color:#404040;font-family:oswald,"Times New Roman",Arial,Helvetica,sans-serif;font-style:normal;font-size:20px;line-height:24px;text-transform :uppercase;margin:.27em 0;}
h4{color:#404040;font-family:oswald,"Times New Roman",Arial,Helvetica,sans-serif;font-style:normal;font-size:16px;line-height:22px;text-transform :uppercase;margin:.27em 0;}
h5{color:#404040;font-family:oswald,"Times New Roman",Arial,Helvetica,sans-serif;font-style:normal;font-size:14px;line-height:22px;text-transform :initial;margin:.07em 0;}
h6{color:#404040;font-family:oswald,"Times New Roman",Arial,Helvetica,sans-serif;font-style:normal;font-size:14px;line-height:22px;text-transform :initial;margin:.07em 0;}
/*--------------------------------------------------------------
# Start Header Navigation
--------------------------------------------------------------*/
.vc_row[data-vc-full-width] .wpb_column.vc_column_container.vc_col-sm-12 {
    float: none;
}

.vc_single_image-wrapper:hover img{
	opacity: 1;	
	    opacity: 0.9;
}
.vc_single_image-wrapper img{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 0;
}
.rev-slider-margin {
    margin-bottom: 0;
}
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0px;
}
.vc_row {
    margin-left: 0px  !important;
    margin-right: 0px  !important;
}

.row {
    margin-right: 0px !important ;
    margin-left: 0px !important;
}
.thepassion-page-header {
    padding-bottom: 9px;
    margin: 0px 0px 10px !important;
    border-bottom: 1px solid #eee;
}
.thepassion-header-logo a {
    font-size: 27px;
    color: #222;
	font-weight: 700;
}
.thepassion-header-logo a:hover {
    text-decoration: blink;
}
header#thepassion-header.fixed {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: -webkit-transform .3s ease, background .3s ease;
    transition: -webkit-transform .3s ease, transform .3s ease, background .3s ease;
}
header#thepassion-header.bottom-fixed {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    margin-left: -15px !important;
}
header#thepassion-header:not(.fixed ) {
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
}
header#thepassion-header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
#thepassion-header.fixed {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    bottom: auto !important;
    margin-top: 0px !important;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.thepassion-header-top-nav .container-fluid ,.thepassion-header-bottom-nav .container-fluid{
    padding: 0px;
}
.navbar-collapse{
	padding:0px !important;
}
.thepassion-header-top-nav ,.thepassion-header-bottom-nav{
    padding: 0px !important;
}
/*menu css */
nav.navbar {
    margin: 0px;
	    text-align: center;
      display: -webkit-box;
	  display: inline-block;
}
.navbar-nav{
    float: none !important;
display: -moz-box;
}
.thepassion-nav  > li {
    padding: 0px;
	margin: 0px 10px;
}
.thepassion-nav > li > a {
 text-align: center;
 padding: 10px 5px 10px !important;
   
}
.thepassion-nav > li > a:hover {
    background: none !important;
}
.thepassion-nav>li>a:focus {
    background: none !important;
}

.thepassion-nav .open>a{
	background:none !important;
}
ul.dropdown-menu.depth_0 {
    left: 0px;
}
.thepassion-header-top-nav ul.dropdown-menu.sub-menu.depth_1,.thepassion-header-top-nav  ul.dropdown-menu.sub-menu.depth_2,.thepassion-header-top-nav ul.dropdown-menu.sub-menu.depth_3 {
    left: 100%;
    top: -6px;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-header button.navbar-toggle{
    border: 1px solid #000;
}

.thepassion-header-flex .thepassion-header-social-icon{
	    margin: 0 auto;
}

/*--------------------------------------------------------------
# End Header Navigation
--------------------------------------------------------------*/
/*-------------------------------*/
/*    start Side nav styles        */
/*-------------------------------*/

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
}

#thepassion-wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#thepassion-wrapper.toggled {
    padding-left: 250px;
}
nav#thepassion-sidebar-wrapper.navbar-width {
    width: 250px;
}
form.thepassion-search-form .search-submit {
    padding: 9px 12px;
}
form.thepassion-search-form .search-field {
    letter-spacing: 1px;
}
form.thepassion-search-form {
    position: relative;
}
.thepassion-search-form input.search-field {
    margin: 0;
    width: 100%;
    font-size: 15px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}
.thepassion-search-form i.fa.fa-search {
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 16px;
    opacity: .4;
}
.thepassion-search-form i.fa.fa-search:hover{
    opacity: 1;
}
.thepassion-search-form input.search-submit {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
       background-color: transparent !important;
   text-indent: 12px;
}
#thepassion-sidebar-wrapper {
    z-index: 1000;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav#thepassion-sidebar-wrapper {
    padding-top: 30px;
}
#thepassion-sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#thepassion-wrapper.toggled #thepassion-sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
}

#thepassion-wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.thepassion-sidebar-nav {
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.thepassion-sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
	text-align: center;
}

/*.thepassion-sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;
}*/
.thepassion-sidebar-nav li a {
    display: inline-block !important;
    color: #ddd;
    text-decoration: none;
	text-align: center;
    padding: 10px 15px 10px 30px;    
}
.nav.thepassion-sidebar-nav li {
margin: 5px auto;
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 0px !important;
}
.thepassion-header-bottom-nav.navbar-fixed-bottom {
    position: initial !important;
}
.thepassion-sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.thepassion-sidebar-nav .dropdown-menu {
   position: relative;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
	float:none;
}
div#thepassion_content.thepassion-content-left-padding {
    padding-left: 250px;
}
.thepassion-sidebar_bottom_text1{
	padding:20px 0px;
}
.thepassion-sidebar_bottom_text2{
	padding:10px 0px;
}

/*-------------------------------*/
/*    End Sidebar nav styles        */
/*-------------------------------*/
/*-------------------------------*/
/*    start sidebar nav  Hamburger-Cross         */
/*-------------------------------*/

.thepassion-hamburger {
  position: fixed;
  top: 60px;  
  z-index: 999;
  display: block;
     width: 42px;
    height: 35px;
  margin-left: 9px;
  background: transparent;
  border: none;
}
.thepassion-hamburger:hover,
.thepassion-hamburger:focus,
.thepassion-hamburger:active {
  outline: none;
}

.thepassion-hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.thepassion-hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.thepassion-hamburger.is-closed .hamb-top,
.thepassion-hamburger.is-closed .hamb-middle,
.thepassion-hamburger.is-closed .hamb-bottom,
.thepassion-hamburger.is-open .hamb-top,
.thepassion-hamburger.is-open .hamb-middle,
.thepassion-hamburger.is-open .hamb-bottom {
  position: absolute;
 left: 7px;
    height: 3px;
    width: 66%;
	background:#222;
}

.thepassion-hamburger.is-closed .hamb-top { 
  top: 7px; 
}
.thepassion-hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.thepassion-hamburger.is-closed .hamb-bottom {
  bottom: 7px;   
}
.thepassion-hamburger.is-closed .hamb-bottom,.thepassion-hamburger.is-closed .hamb-middle,.thepassion-hamburger.is-closed .hamb-top{
	    opacity: 1;
    -webkit-transition: 375ms;
    -moz-transition: 375ms;
    -o-transition: 375ms;
    transition: 375ms;
    -webkit-transition-property: top, opacity;
    -moz-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
}

.thepassion-hamburger.is-open .hamb-top,
.thepassion-hamburger.is-open .hamb-middle,
.thepassion-hamburger.is-open .hamb-bottom {
  background-color: #222;
}
.thepassion-hamburger.is-open .hamb-top,
.thepassion-hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.thepassion-hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.thepassion-hamburger.is-open .hamb-middle { display: none; }
.thepassion-hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.thepassion-hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
   -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);
  -webkit-transition: all .35s ease-in-out;
}
.thepassion-hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
   -moz-transform:   translate3d(-100px,0,0);
  -ms-transform:     translate3d(-100px,0,0);
  -o-transform:      translate3d(-100px,0,0);
  transform:         translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}


.thepassion-hamburger.is-closed span.bar {
    position: absolute;
    left: 7px;
    height: 3px;
    width: 66%;
    background: #222;
    bottom: -2px;
    opacity: 0;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;

}
.thepassion-hamburger.is-closed:hover .hamb-top {
top: 0px;
    opacity: 0;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}
.thepassion-hamburger.is-closed:hover .hamb-middle{
top: 7px;
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
}
.thepassion-hamburger.is-closed:hover .hamb-bottom{
    top: 14px;
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}
.thepassion-hamburger.is-closed:hover  span.bar{
    bottom: 9px;
    opacity: 1;
    -webkit-transition-delay: 125ms;
    -moz-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    transition-delay: 125ms;
}
/*-------------------------------*/
/*   End sidebar nav  Hamburger-Cross         */
/*-------------------------------*/
/*-------------------------------*/
/*   right side menu start fullscreen menubar       */
/*-------------------------------*/
.thepassion-header-fullright ul#menu-main-menu {
    padding: 0px;
}
.thepassion-header-fullright .thepassion-nav{
	overflow:auto;
}
.thepassion-nav-icon .thepassion-hamburger {
    right: 0px;
    margin-right: 9px;
}
.thepassion-nav-icon {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 0;
  left: 0;
}
.thepassion-mobilenav li.active {
    padding: 0px 5px;
    width: 200px;
    margin: 0 auto;
}

.thepassion-mobilenav {
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  margin-left: 0px;
}

.thepassion-mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 3px 0px;
}

.thepassion-mobilenav li a {
  text-decoration: none;
}
.thepassion-header-fullright ul#menu-main-menu li {
    width: 220px;
    margin: 0 auto;
	position: relative;
}
.thepassion-mobilenav #menu-main-menu > li:first-child { margin-top: 60px; }
.thepassion-header-fullright #thepassion-featureMenu{
    margin: 15px 0 0 0 !important;
	    text-align: center;
}
.thepassion-header-fullright #thepassion-featureMenu .block_list{
    float: none;
    margin: 0 auto;
	display:inline-block !important;
	}
.thepassion-header-fullright ul.dropdown-menu{
    position: relative;
}

ul#thepassion-featureMenu li h5 {
    color: #fff;
    font-size: 16px !important;
}
/*-------------------------------*/
/*  right side menu End fullscreen menubar       */
/*-------------------------------*/

/*---------menu-style-2--------------*/
.thepassion-header-fullright ul#menu-main-menu > li > a{
	position:relative;	
	display:inline-block;
}
.thepassion-nav.nav_style_2 > li.active > a::after,
.thepassion-nav.nav_style_2 > li.active > a::before,
.thepassion-header-fullright .nav_style_2 ul#menu-main-menu > li.active  > a::before,
.thepassion-header-fullright .nav_style_2 ul#menu-main-menu > li.active > a::after{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.thepassion-nav.nav_style_2 > li.active > a::before,.thepassion-header-fullright .nav_style_2 ul#menu-main-menu > li.active  > a::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.thepassion-nav.nav_style_2 > li:hover > a::before,
.thepassion-nav.nav_style_2 > li:focus > a::before,
.thepassion-header-fullright .nav_style_2 ul#menu-main-menu > li:hover > a::before,.thepassion-header-fullright .nav_style_2 ul#menu-main-menu > li:focus > a::before{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.thepassion-nav.nav_style_2 > li > a::before,
.thepassion-nav.nav_style_2 > li > a::after,
.thepassion-header-fullright .nav_style_2 ul#menu-main-menu > li > a::before,
.thepassion-header-fullright .nav_style_2 ul#menu-main-menu > li > a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width:992px){
	header#thepassion-header.overlay-header{
		position: absolute;
		top: 32px;
		width: 100%;
		z-index: 9;
		background: transparent;
	}
	header#thepassion-header.no-overlay-header{
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 9;
		background: transparent;
	}
}

@media (max-width:991px){
	.thepassion-header-top-nav .nav_style_2 > li > a::before,
	.thepassion-header-top-nav .thepassion-nav.nav_style_2 > li > a::after,
	.thepassion-header-bottom-nav .nav_style_2 > li > a::before,
	.thepassion-header-bottom-nav .thepassion-nav.nav_style_2 > li > a::after{
		width:auto !important;
		height:auto !important;
	}
	.thepassion-header-top-nav  .thepassion-nav.nav_style_4 > li > a,
	.thepassion-header-bottom-nav .thepassion-nav.nav_style_4 > li > a{
		padding:10px 5px 10px !important;
		display: block !important;
	}
	.thepassion-header-top-nav  .thepassion-nav li,.thepassion-header-bottom-nav .thepassion-nav li{
		text-align:left;
	}
	.thepassion-header-top-nav .thepassion-nav.nav_style_4 > li > a::before,
	.thepassion-header-top-nav .thepassion-nav.nav_style_4 > li > a::after,
	.thepassion-header-bottom-nav .thepassion-nav.nav_style_4 > li > a::before,
	.thepassion-header-bottom-nav .thepassion-nav.nav_style_4 > li > a::after{
		border:none !important;
	}
	.thepassion-header-top-nav .thepassion-nav.nav_style_5 > li::before,.thepassion-header-top-nav .thepassion-nav.nav_style_5 > li::after,
	.thepassion-header-bottom-nav .thepassion-nav.nav_style_5 > li::before,.thepassion-header-bottom-nav .thepassion-nav.nav_style_5 > li::after{
		background: none !important;
	}
	.thepassion-header-top-nav .thepassion-nav.nav_style_6 > li::before,.thepassion-header-top-nav .thepassion-nav.nav_style_6 > li::after,
	.thepassion-header-bottom-nav .thepassion-nav.nav_style_6 > li::before,.thepassion-header-bottom-nav .thepassion-nav.nav_style_6 > li::after,
	.thepassion-header-top-nav  .thepassion-nav.nav_style_6 > li > a::before,.thepassion-header-top-nav  .thepassion-nav.nav_style_6 > li > a::after,
	.thepassion-header-bottom-nav .thepassion-nav.nav_style_6 > li > a::before,.thepassion-header-bottom-nav .thepassion-nav.nav_style_6 > li > a::after{
		background: none !important;
	}
}
/*---menu-style-2--*/

/*---menu-style-4--*/
.thepassion-nav.nav_style_4 > li > a,.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li > a{
	position: relative;
	padding: 5px 7px 5px !important;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	display: inline-block;
}

.thepassion-nav.nav_style_4 > li > a::before,
.thepassion-nav.nav_style_4 > li > a::after ,.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li > a::before,
.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li > a::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.thepassion-nav.nav_style_4 > li > a::before ,.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li > a::before{
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px !important;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
	background: none;
}

.thepassion-nav.nav_style_4 > li > a::after,.thepassion-header-fullright .nav_style_4 ul#menu-main-menu  > li > a::after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
	background: none;
}

.thepassion-nav.nav_style_4 > li.active > a::before,
.thepassion-nav.nav_style_4 > li.active > a::after ,
.thepassion-nav.nav_style_4 > li:hover > a::before,
.thepassion-nav.nav_style_4 > li:hover > a::after,
.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li.active > a::before,
.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li.active > a::after ,
.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li:hover > a::before,
.thepassion-header-fullright .nav_style_4 ul#menu-main-menu > li:hover > a::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---menu-style-4--*/

/*---menu-style-5--*/

.thepassion-nav.nav_style_5 > li > a ,.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li > a{
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.thepassion-nav.nav_style_5 > li.active > a,.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li.active > a{
	-webkit-transition: color 0.6s;
	transition: color 0.6s;
}

.thepassion-nav.nav_style_5 > li::before,
.thepassion-nav.nav_style_5 > li::after,.thepassion-header-fullright .nav_style_5 ul#menu-main-menu  > li::before,
.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li::after {
	content: '';
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	 -ms-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
}

.thepassion-nav.nav_style_5 > li::before,.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li::before {
	top: 0;
	right: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.thepassion-nav.nav_style_5 > li::after,.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li::after{
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.thepassion-nav.nav_style_5 > li.active::before,.thepassion-nav.nav_style_5 > li:hover:before,
.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li.active::before,.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li:hover:before{
	-webkit-animation: thepassion-anim-top 0.6s linear both;
	animation: thepassion-anim-top 0.6s linear both;
}

.thepassion-nav.nav_style_5 > li.active::after,.thepassion-nav.nav_style_5 > li:hover:after,
.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li.active::after,.thepassion-header-fullright .nav_style_5 ul#menu-main-menu > li:hover:after{
	-webkit-animation: thepassion-anim-bottom 0.6s linear both;
	animation: thepassion-anim-bottom 0.6s linear both;
}

@-webkit-keyframes thepassion-anim-top {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes thepassion-anim-top {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@-webkit-keyframes thepassion-anim-bottom {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes thepassion-anim-bottom {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
	}

	10% {
		-webkit-transform: scale3d(0.05, 1, 1);
		transform: scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	50% {
		-webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}
/*---menu-menu-6---*/

.thepassion-nav.nav_style_6 > li > a,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a{
	position: relative;
	display: block;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.thepassion-nav.nav_style_6 > li::before,
.thepassion-nav.nav_style_6 > li::after,
.thepassion-nav.nav_style_6 > li > a::before,
.thepassion-nav.nav_style_6 > li > a::after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li::after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::after{
	content: '';
	position: absolute;
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

/* left and right line */
.thepassion-nav.nav_style_6 > li::before,
.thepassion-nav.nav_style_6 > li::after ,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu  > li::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li::after{
	top: 0;
	width: 2px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

/* left line */
.thepassion-nav.nav_style_6 > li::before ,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li::before{
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

/* right line */
.thepassion-nav.nav_style_6 > li::after,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu  > li::after{
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

/* top and bottom line */
.thepassion-nav.nav_style_6 > li > a::before,
.thepassion-nav.nav_style_6 > li > a::after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::after{
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

/* top line */
.thepassion-nav.nav_style_6 > li > a::before ,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::before{
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

/* bottom line */
.thepassion-nav.nav_style_6 > li > a::after,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::after{
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* bottom line */
.thepassion-nav.nav_style_6 > li > a::after,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::after{
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.thepassion-nav.nav_style_6 > li.active > a::after ,.thepassion-nav.nav_style_6 > li:hover > a::after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active > a::after,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu  > li:hover > a::after{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* left line */
.thepassion-nav.nav_style_6 > li::before ,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.thepassion-nav.nav_style_6 > li.active::before,.thepassion-nav.nav_style_6 > li:hover:before,
 .thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active::before,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li:hover:before{
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* top line */
.thepassion-nav.nav_style_6 > li > a::before ,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li > a::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.thepassion-nav.nav_style_6 > li.active > a::before ,.thepassion-nav.nav_style_6 > li:hover > a::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active > a::before,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li:hover > a::before{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/* right line */
.thepassion-nav.nav_style_6 > li.active::after ,.thepassion-nav.nav_style_6 > li:hover:after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active::after,.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li:hover:after{
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.thepassion-nav.nav_style_6 > li.active::before,
.thepassion-nav.nav_style_6 > li.active::after,
.thepassion-nav.nav_style_6 > li.active > a::before,
.thepassion-nav.nav_style_6 > li.active > a::after,
.thepassion-nav.nav_style_6 > li:hover:before,
.thepassion-nav.nav_style_6 > li:hover:after,
.thepassion-nav.nav_style_6 > li:hover > a::before,
.thepassion-nav.nav_style_6 > li:hover > a::after ,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active::after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active > a::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li.active > a::after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li:hover:before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li:hover:after,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li:hover > a::before,
.thepassion-header-fullright .nav_style_6 ul#menu-main-menu > li:hover > a::after{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/*----menu-style-6---*/
/*............................................................
 #thepassion-social-icon
............................................................*/
.thepassion-header-social-icon a.thepassion-social-icon {
    font-size: 15px;
    line-height: 3.5;
}
.thepassion-header-social-icon a.thepassion-social-icon .fa{
	border-radius: 0px;
    padding: 5px;
}
.thepassion-header-social-icon .thepassion-social-icon i.fa:hover {
    font-size: 18px;
}
/*............................................................
#thepassion-social-icon
............................................................*/
/* start thepassion_countdown timer css*/

.thepassion_remove_space {
    margin-left: -15px !Important;
    margin-right: -15px !important;
	margin-top:0px;
margin-bottom:0px;
}
/*thepassion_countdown*/
ul.thepassion_countdown.rounded li span {
		padding-bottom: 10px;
	}
ul.thepassion_countdown.simple li{
	border-radius:0px;
}
ul.thepassion_countdown.rounded li{
	border-radius:16px;
}	/*countdown*/

ul.thepassion_countdown {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: block;
  text-align: center;
}
ul.thepassion_countdown li {
    border: 4px solid #736E6E;
    padding: 5px 17px;
	margin:0px 10px
}
ul.thepassion_countdown li { display: inline-block; }

ul.thepassion_countdown li span {
  font-weight: 300;
  line-height: 80px;
  padding: 0 13px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
 display: block;
}

ul.thepassion_countdown li h6 {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
}


/* End thepassion_countdown timer css*/

.thepassion-title {
	padding: 9px 0px;
	font-weight: bold;
    color: #333333;
}

.thepassion-image-block .image-block-title{
	color:#fff;
}
	
	
.thepassion-image-block{
    display: block;
    position: relative;
    margin: 0 auto;
}
.thepassion-image-block:hover .image-blockbox-caption {
    background: rgba(0,0,0,.6);
}
.thepassion-image-block .image-blockbox-caption{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.thepassion-image-block .image-blockbox-caption .image-blockbox-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
	padding: 15px;
}

/*team member element*/
.thepassion-team-style-style_1{
	 display: block;
    position: relative;
    margin: 0 auto;
}
.thepassion-team-style-style_1 img {
    width: 100%;
    height: auto;
}
   
.thepassion-team-style-style_1 .title {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
}
.thepassion-team-style-style_1 .title {
    -webkit-transition: all 1.7s ease;
    transition: all 1.7s ease;
	
}
.thepassion-team-style-style_1 .title .content{
	position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
	padding: 20px;
 }

#thepassion_team_member .thepassion-team-style-style_1:hover .title {
	  opacity: 1;
       -webkit-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    -moz-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    -ms-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    -o-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);

}
#thepassion_team_member .thepassion-team-style-style_1 img.img-pdn {
    width: 150px;
}
#thepassion_team_member .thepassion-team-style-style_1 img.img-pdn {
margin:0 auto;
}
.thepassion-team-style-style_1 .content img{
padding-bottom: 10px;
}
#thepassion_team_member .title{
text-align: center;
}
#thepassion_team_member .content{
    margin-top: 1rem;
    margin-bottom: 0;
	
}
.thepassion-team-style-style_1 .content{
	-webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    opacity: 0;
}
#thepassion_team_member.style_1  .thepassion-team-member-title {
    text-align: center;
    margin: 13px;
}
#thepassion_team_member .thepassion-team-style-style_1  .social-list .fa {
    font-size: 17px;
    margin: 15px 8px;
}
#thepassion_team_member .thepassion-team-style-style_1  .social-list .fa:hover {
  -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
#thepassion_team_member.style_1  .thepassion-team-style-style_1 .desc{
	font-size: 12px;
    line-height: 1.4;
    font-weight: normal;
	
}
#thepassion_team_member.style_1 .thepassion-team-style-style_1:hover .content {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s;
}
#thepassion_team_member .thepassion-team-member-title a:hover {
    text-decoration: blink;
}

.thepassion-team-style-style_2:hover .title {
    -webkit-transition: opacity .2s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .2s ease-out,transform .3s ease-out;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.thepassion-team-style-style_2 .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(calc(100% + 80px));
    transform: translateY(calc(100% + 80px));
    -webkit-transition: opacity .1s ease-out .3s,-webkit-transform .4s ease-in-out;
    transition: opacity .1s ease-out .3s,transform .4s ease-in-out;
}
.thepassion-team-style-style_2 .title .content{
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 33px 10px;
    width: 100%;
    box-sizing: border-box;
}
.thepassion-team-style-style_2 .title .content .img-pdn {
    width: 150px;
}
.thepassion-team-style-style_2 .team-fea-img-inner img {
    width: 100%;
}
.thepassion-team-style-style_2 .desc {
    font-size: 12px;
    line-height: 1.2;
    margin: 4px 8px;
}
.thepassion-team-style-style_2 .social-list .fa {
    margin: 6px;
}
.thepassion-team-style-style_2 .social-list .fa:hover {
	  -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.thepassion-team-style-style_2 .thepassion-team-hover-icon{
    position: absolute;
    top: 0;
    font-size: 24px;
    color: #fff;
    left: calc(50% - 8px);
	 left: -webkit-calc(50% - 8px);
	 
    transform: translateY(-50%);
	 -webkit-transform:translateY(-50%);
    z-index: 1;
}
.thepassion-team-style-style_2  .thepassion-team-svg-holder{
	    position: absolute;
    top: 1px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
}
.thepassion-team-style-style_2  .thepassion-team-svg-holder svg{
    display: block;
    width: 100%;
}
.thepassion-team-style-style_2:hover .team-fea-img-inner {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    -moz-transform: translateY(-90px) rotate(.02deg);
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
}
.thepassion-team-style-style_2 {
    position: relative;
    overflow: hidden;
}
.thepassion-team-style-style_2 .team-fea-img-inner {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
#thepassion_team_member.style_2 .thepassion-team-member-title{
    background-color: #fff;
    text-align: center;
    padding: 15px 5px 15px;
}
.thepassion-team-style-style_2:hover .desc,.thepassion-team-style-style_2:hover .title .img-pdn,.thepassion-team-style-style_2:hover .social-list{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.thepassion-team-style-style_2 .desc,.thepassion-team-style-style_2 .title .img-pdn,.thepassion-team-style-style_2 .social-list{
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 1.35s, transform 1.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

#thepassion_team_member.style_3 .thepassion-team-member-title{
    background: #fff;
    padding: 20px;
    text-align: center;
}

#thepassion_team_member.style_3 .thepassion-team-style-style_3:hover .title{
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.thepassion-team-style-style_3 .title .content{
	position: absolute;
    bottom: 0%;
    width: 100%;
    text-align: center;
	padding: 20px;
 }
 .thepassion-team-style-style_3 .title .content{
     opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#thepassion_team_member.style_3 .thepassion-team-style-style_3:hover .content{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thepassion-team-style-style_3{
	 display: block;
    position: relative;
    margin: 0 auto;
}
.thepassion-team-style-style_3 img {
    width: 100%;
    height: auto;
}
   
.thepassion-team-style-style_3 .title {
    display: block;
    position: absolute;
    bottom: 0;
	background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: all 250ms;
}

.thepassion-team-style-style_3 .title .content .img-pdn {
    width: 150px;
}
.thepassion-team-style-style_3 .social-list .fa {
    font-size: 17px;
    padding: 8px;
    margin: 3px;
}
.thepassion-team-style-style_3 .social-list a:hover .fa{
    border-color: #171717;
    background: 0 0;
border-color: #171717;
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.thepassion-team-style-style_3 .title .content .desc {
    margin: 10px;
	color: #333;
    line-height: 1.3;
	font-size:12px;
}
.thepassion-team-style-style_1 span.post-featured-img img ,.thepassion-team-style-style_2 span.post-featured-img img,.thepassion-team-style-style_3 span.post-featured-img img{
    width: 100%;
}
/*---------------------*/


/*blog post display element*/
.thepassion-list-blog-box:hover .thepassion-list-blog-box-caption {
    background: rgba(255,255,255,0.8);
    opacity: 1;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

/* grid gallery css*/

/*Style-1*/
.thepassion-wpf-demo-5, .wpf-demo-4 {
    background-color: #FFF;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
figure {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.thepassion-wpf-demo-5 img ,.thepassion-wpf-demo-5 img {
    height: 100%;
    width: 100%;
	display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.thepassion-wpf-demo-5:hover .view-caption {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: rotate(0deg) scale(1) translateY(0);
    -o-transform: rotate(0deg) scale(1) translateY(0);
    -ms-transform: rotate(0deg) scale(1) translateY(0);
    -webkit-transform: rotate(0deg) scale(1) translateY(0);
    transform: rotate(0deg) scale(1) translateY(0);
}

.thepassion-wpf-demo-5 .view-caption {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: -100%;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	margin:0px;
    -moz-transform: rotate(36deg) scale(0.5) translateY(-100%);
    -o-transform: rotate(36deg) scale(0.5) translateY(-100%);
    -ms-transform: rotate(36deg) scale(0.5) translateY(-100%);
    -webkit-transform: rotate(36deg) scale(0.5) translateY(-100%);
    transform: rotate(36deg) scale(0.5) translateY(-100%);
}
.thepassion-wpf-demo-5:hover .view-caption:hover a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    text-decoration: none;
}
.thepassion-wpf-demo-5 .view-caption a {
	letter-spacing:1px;
    color: #fff;
    position: relative;
    top: 45%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 7px 20px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}
/*style2*/
.thepassion-wpf-demo-3 {
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.thepassion-wpf-demo-3 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
      display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.thepassion-wpf-demo-3:hover img {
  -moz-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
.thepassion-wpf-demo-3:hover .view-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.thepassion-wpf-demo-3 .view-caption {
  text-align: center;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  height: 15%;
  margin:0px;
}

.thepassion-wpf-demo-3 .view-caption a {
    text-decoration: none;
	letter-spacing:1px;
}
/*style 3*/
.thepassion-wpf-demo-6 {
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.thepassion-wpf-demo-6 img {
  height: 100%;
  width: 100%;
      display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.thepassion-wpf-demo-6:hover .view-caption {

  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.thepassion-wpf-demo-6:hover .view-caption:hover a {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
}
.thepassion-wpf-demo-6 .view-caption {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin:0px;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
    text-align: center;
}

.thepassion-wpf-demo-6 .view-caption a {
	letter-spacing:1px;
  position: relative;
  top: 45%;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  padding: 4px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.thepassion-wpf-demo-6 .view-caption a:hover {
  color: #D24D57;
  border-color: #D24D57;
}

/* grid gallery css*/
#thepassion_content {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-box-shadow: 0 5px 9px -6px rgb(125,125,125);
	-moz-box-shadow: 0 5px 9px -6px rgb(125,125,125);
	box-shadow: 0 5px 9px -6px rgb(125,125,125);
}
/**download link**/
.thepassion_img_grid_gallery {
    display: inline-block;
    width: 100%;
}
.thepassion_img_grid_gallery .sec{
	padding-top:15px;
	padding-bottom:15px;
}
.thepassion-wpf-demo-8 {
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 0 #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.thepassion-wpf-demo-8 img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.thepassion-wpf-demo-8:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.thepassion-wpf-demo-8:hover {
  cursor: pointer;
}
.thepassion-wpf-demo-8:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.thepassion-wpf-demo-8:hover .thepassion-download-link {
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.thepassion-wpf-demo-8 .thepassion-download-link {
  background-color: rgba(255, 255, 255, 1);
  bottom: 0;
  height: 18%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translateY(150%) scale(1.5);
  -o-transform: translateY(150%) scale(1.5);
  -ms-transform: translateY(150%) scale(1.5);
  -webkit-transform: translateY(150%) scale(1.5);
  transform: translateY(150%) scale(1.5);
}



.thepassion-wpf-demo-8 .thepassion-download-link {
  float: right;
  display: inline-block;
}
.thepassion-wpf-demo-8 .thepassion-download-link a {
  display: inline-block;
}
.thepassion-wpf-demo-8 .thepassion-download-link a {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.thepassion-wpf-demo-8 .thepassion-download-link a:hover {
    -webkit-animation-name: thepassion-hvr-hang-sink, thepassion-hvr-hang;
    animation-name: thepassion-hvr-hang-sink, thepassion-hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/*end*/
.thepassion-single-post-featured-img span.post-featured-img {
    overflow: hidden;
    display: inline-block;
}
.thepassion-nextprev-posts .next-post-nav {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}
.thepassion-nextprev-posts span.post-prev-nav > a {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
}
.thepassion-nextprev-posts span.post-next-nav > a {
    text-align: right;
    font-size: 19px;
    font-weight: 500;
    float: right;
}
/*--------*/
#thepassion_breadcrumb{
    list-style:none;
   margin: 15px 0;
        text-align: right;
    overflow: hidden;
    padding: 22px;
   
}
  
#thepassion_breadcrumb li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    margin-top: 8px;
    margin-bottom: 5px;
}
  
#thepassion_breadcrumb .separator{
    font-size:14px;
    font-weight:100;
    color:#ccc;
}
.thepassion-breadcrumb-page-title {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 25px;
    text-transform: uppercase;
}
/*----------*/
.thepassion-pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
    text-align: center;
}
 
.thepassion-pagination span, .thepassion-pagination a {
display: block;
    padding: 10px 14px;
    line-height: 12px;
    font-size: 12px;
    margin: 0 6px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid transparent;
    color: #6b0000;
    color: rgba(0,0,0,.4);
    transition: all .2s ease;
}
 
.thepassion-pagination a:hover{
border: 2px solid rgba(0,0,0,.4);
}
 
.thepassion-pagination .current{
border: 2px solid rgba(0,0,0,.4);
}
/*----------------*/
/*Footer css*/
.thepassion-first-widget-area,.thepassion-second-widget-area,.thepassion-third-widget-area,.thepassion-fourth-widget-area{
padding-top:20px;
padding-bottom:20px;
}
#thepassion-footer ul li {
    list-style: none;
}
#thepassion-footer ul {
padding-left: 0px;
}
#thepassion-sub-footer {
    background: #222;
	color:#fff;
    padding: 10px 0px !important;
    display: block;
	    position: relative;
}
.thepassion-footer-copyright {
	    display: block;
		    position: relative;
}
#thepassion-footer .widget-container {
    padding: 10px 0px;
}
#thepassion-footer.w-sticky {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}
/*Footer css*/
/*download element css*/
.thepassion-downlaod {
    margin-top: 15px;
    margin-bottom: 15px;
}
.thepassion-download-link i.fa {
    margin: 6px 14px;
}
.thepassion-download-link {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #000;
    font-size: 24px;
}
/*download element css*/
/* grid video css*/
.thepassion-grid-video {
    padding: 0px;
}
.thepassion-grid-video:hover .thepassion-video-box-layout{
	text-decoration:blink;
}
.fancybox-hidden{
display:none;
}
.thepassion-video-self-hosted{
cursor:pointer;
display: block;
position: relative;
margin: 0 auto;
}
.thepassion-grid-video .grid-video-title {
    text-align: center;
    padding: 7px 5px;
	border: 1px solid;
	margin:0px;
	 word-spacing: 1px;
    letter-spacing: 2px;
}
/* grid video css*/


/*side block menu*/
#thepassion-featureMenu {
    padding: 0px;
    margin: .35em 0 0 0;
}
#thepassion-featureMenu li {
    display: block;
    padding: 3px 4px 2px 4px;
}
#thepassion-featureMenu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 115px;
    background-size: cover;
}
#thepassion-featureMenu li a::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#thepassion-featureMenu li a .button_label {
    color: #FFF;
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.025em;
    -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#thepassion-featureMenu li a:hover .button_label {
    top: 50%;
}
#thepassion-featureMenu li a:hover .button_label::before {
    width: 80px;
    margin-left: -40px;
}
/*side block menu*/

/* Hang */
@-webkit-keyframes thepassion-hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes thepassion-hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes thepassion-hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes thepassion-hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes thepassion-hvr-pulse{
25%{
	-webkit-transform:scale(1.1);transform:scale(1.1)}
75%{
	-webkit-transform:scale(0.9);transform:scale(0.9)}
}
@keyframes thepassion-hvr-pulse{
25%{
	-webkit-transform:scale(1.1);transform:scale(1.1)}
75%{
	-webkit-transform:scale(0.9);transform:scale(0.9)}
}
.thepassion-hvr-pulse{
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	box-shadow:0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale
}
.thepassion-hvr-pulse:active,.thepassion-hvr-pulse:focus,.thepassion-hvr-pulse:hover{
	-webkit-animation-name:thepassion-hvr-pulse;
	animation-name:thepassion-hvr-pulse;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.thepassion-hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.thepassion-hvr-grow:hover, .thepassion-hvr-grow:focus, .thepassion-hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Bob */
@-webkit-keyframes thepassion-hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes thepassion-hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes thepassion-hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes thepassion-hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.thepassion-hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.thepassion-hvr-bob:hover, .thepassion-hvr-bob:focus, .thepassion-hvr-bob:active {
  -webkit-animation-name: thepassion-hvr-bob-float, thepassion-hvr-bob;
  animation-name: thepassion-hvr-bob-float, thepassion-hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/*video element css*/
.thepassion-video-box-layout{
display: block;
    position: relative;
    margin: 0 auto;
}
.thepassion-video-blockbox-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.thepassion-video-blockbox-caption  img{
    width: 80px;
    opacity: 0.5;
	transition: 1.5s;
	-webkit-transition:1.5s;
	 -moz-transition:1.5s;
}
.thepassion-grid-video:hover .thepassion-video-blockbox-caption  img{
	    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    opacity: 0.8;
	    transition: 1.5s;
		-webkit-transition:1.5s;
	 -moz-transition:1.5s;
}
.thepassion-video-blockbox-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    padding: 15px;
}
/* music audio css*/
.thepassion-jplayer .jp-play {
   /* background: url(images/audio-play-btn.gif);
    background-size: cover;*/
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.thepassion-jplayer .jp-pause {
   /* background: url(images/pause-icon-gif.gif);
    background-size: cover;*/
     width: 40px;
    height: 40px;
    cursor: pointer;
}
.thepassion-jplayer svg{
	transition: fill 0.5s ease-in-out;
    -moz-transition: fill 0.5s ease-in-out;
    -webkit-transition: fill 0.5s ease-in-out;
}

.thepassion-jplayer {
        position: fixed;
    bottom: 14px;
    z-index: 99;
    left: 22px;
}
/* music audio css*/

/*======post Content page start=======*/
.thepassion-sharing{
    padding-right: 5px;
    padding-left: 5px;
} 
#thepassion-single-meta {
    margin-top: -35px;
    float: right;
}
.thepassion-sharing:hover {
    text-decoration: blink;
}
.thepassion-sharing .fa {
    font-size: 20px;
}
.thepassion-single-portfolio .facebook-share a, .thepassion-single-portfolio .twitter-share a, .thepassion-single-portfolio .pinterest-share a, .single-post .facebook-share a, .single-post .twitter-share a, .single-post .pinterest-share a, body.single-product .facebook-share a, body.single-product .twitter-share a, body.single-product .pinterest-share a, a.pinterest-share, .facebook-share, .twitter-share, .google-plus-share, .linkedin-share {
    color: inherit;
    transition: width 0.2s linear;
    background-repeat: no-repeat;
    position: relative;
}
label {
    color: #333 !important;
width: 100%;
}

@media (min-width: 690px){
.woocommerce .span_4 {
    width: 30.0%;
}
}
input[type=submit], button[type=submit], input[type="button"] {
   background-color: #333;
    padding: 10px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    font-size: 14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
input[type=search],input[type=text]
{
    padding: 10px!important;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.woocommerce #reply-title {
font-size: 16px;
    margin-bottom: 0.5em;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
	Color:#2e2e2e;
}
/*comments post page css*/
p.thepassion-logged-in-as {
    font-size: 13px;
	letter-spacing:0px;
}
.comments-section {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.comment-list .comment-meta {
    font-size: 15px!important;
    line-height: 20px!important;
}
.recentcomments a{
	word-wrap: break-word;
}
.comment-list .reply {
    position: absolute;
    top: 29px;
    right: 29px;
}

body .comment-list {
    margin-bottom: 40px!important;
    margin-left: 0px!important;
}
.comment-list .reply a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    padding: 6px 14px;
    font-size: 14px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #333333;
}
.comment-list li.comment > article img.avatar, .comment-list li.pingback > article img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
    width: 50px;
    height: 50px;
	    border-radius: 50%;
    border: 1px solid #eee;
}
.comment-list li {
    list-style: none!important;
}
.comment-list .comment-meta a {
    color: #888;
}
.comment-list li.comment > article p, .comment-list li.pingback > article p {
    padding-bottom: 0px;
    margin-top: 10px;
}
.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px;
}
.comment-list li.comment > article, .comment-list li.pingback > article {
    background-color: #f9f9f9;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
   
}
.comment-list li.comment > article:hover, .comment-list li.pingback > article:hover {
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
textarea#comment {
   padding: 10px !important;
    width: 100% !important;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
/*comments post page css*/
#aside > div {
    margin-bottom: 50px;
}

#sidebar h2 {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
	line-height:2em;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#sidebar div ul {
   padding: 0px 12px;
}
#sidebar .widget li:first-child {
    padding-top: 0px;
}

#sidebar div ul li {
    padding: 8px 0px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}

#sidebar .widget li.recentcomments {
    padding: 10px!important;
    margin-bottom: 22px;
    border: none;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}

#sidebar div ul li {
    padding: 8px 0px;
    list-style: none;
      border-bottom: 1px solid rgba(241, 241, 241, 0.62);
}

.sidebar h2.widget-title
{
color: #000!important;
font-size: 20px!important;
}
.thepassion-video-post iframe
{
    width: 100%;
    max-height: 600px;
    min-height: 300px;
}
#thepassion-page-header-bg-post h1 {
    margin: 10px 0px;
    display: block;
	    padding:0px;
}
.thepassion-video-post {
    margin-bottom: 25px;
}
.format-audio .thepassion-audio-wrap {
    margin-bottom: 20px;
}
.single #thepassion-single-below-header span:first-child {
    padding-left: 0;
    border: none;
}
#thepassion-single-below-header {
    font-size: 14px!important;
    line-height: 19px!important;
    color: #888!important;
    padding-left: 0;
    display: block;
    float: left!important;
    margin-bottom: 10px;
}
.single #page-header-bg #thepassion-single-below-header span {
    color: rgba(255,255,255,0.8);
}

.single #page-header-bg #thepassion-single-below-header > span{   
 border-color: rgba(255,255,255,0.25);
}

.single #thepassion-single-below-header > span {
    padding: 0 10px 0 10px;
    border-left: 2px solid #737373;
}
.description-blog {
    font-size: 15px;
}
#page-header-full-width {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 60px;
    overflow: hidden;
    transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    -moz-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    -webkit-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    -o-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    margin-top: -50px;
    color: #fff;
    display: block!important;
    -webkit-font-smoothing: antialiased;
}
 .thepassion_quote_cote_icon{
    bottom: 17px;
    height: 17px;
    width: 19px;
    display: block;
    background-image: url(images/quote.png);
    position: absolute;
    right: 20px;
}
 .thepassion-quote-inner-block {
    position: relative;
    padding: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
    color: #fff;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.thepassion-post-content-quote
{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
    text-transform: inherit;
}
.thepassion-youtube-video,.thepassion-vimeo-video{
	overflow:hidden;
position:relative;
cursor:pointer;
}
.thepassion-youtube-video .thumb,.thepassion-vimeo-video .thumb{
	display:block;
	margin:auto;
	max-width:100%;
	width:100%;
	height:auto;
	}
.thepassion-youtube-video .play,.thepassion-vimeo-video .play{
	filter:alpha(opacity=80);
	opacity:.8;
	height:100%;
	left:50%;
margin-left: -35px;
    margin-top: -35px;
position:absolute;
top:50%;
width:100%;
background:url("images/round-small.png") no-repeat;
}

.thepassion-single-post-content {
    padding: 10px 0px 30px;
display: inline-block;
width: 100%;
}
.thepassion-single-post-tags{
    margin-bottom: 20px;
    font-size: 13px;
    color: #999;
}
.thepassion-related-post-single-page {
    padding: 20px 0px 10px;
    text-align: center;
    font-size: 25px;
    color: #222;
}
.thepassion-related-post-title{
    display: block;
  padding: 5px 0px;
    border-top: 0px;
}
.thepassion-related-post-column{
	 padding: 10px 0px 30px;
}
a.thepassion-related-post-title{
    text-decoration: blink;
	font-size:15px;
}
a.thepassion-related-post-title:hover {
    text-decoration: blink;
}
.thepassion-single-post-author-datails{
    border: 1px solid rgb(245, 245, 245);
    padding: 20px 10px;
    margin-bottom: 40px;
	display: -webkit-box;
}
.thepassion-post-about-author-meta{
    display: block;
}
.thepassion-post-about-author-meta .avatar-wrapper {
    display: block;
    width: 80px;
    float: left;
}
.thepassion-post-about-author-meta .avatar-wrapper .avatar {
    border-radius: 50%;
    display: block;
    margin: 8px 0 0;
    border: 1px solid #eee
}
.thepassion-post-about-author-meta .about-author-name{
    display: block;
	margin: 0.25em 0;
}
.thepassion-post-about-author-meta .about-author-desc, .thepassion-post-about-author-meta .about-author-name, .thepassion-post-about-author-meta .about-author-social {
    padding-left: 80px;
}
.thepassion-post-about-author-meta .about-author-social {
    list-style: none;
    margin: 10px 0 0;
}
.thepassion-post-about-author-meta  .about-author-desc {
    font-size: 15px;
}
/*===============post Content page end================================*/

/*testimonial slider element*/
#thepassion-testimonial_carousel{
    padding-bottom: 20px;
    padding-top: 20px;
	    display: inline-block;
}
.thepassion-testimonial-image img {
    border-radius: 50%;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	border:inset;
}
.thepassion-testimonial-image {
    padding: 12px 0px;
}
.carousel-control {
       font-size: 30px !important;
    background-image: none !important;
	color:#000;
	top:40% !important;
	width: 2% !important;
}
#thepassion-testimonial_carousel .carousel-indicators {
	position: initial !important;
    left: 50% !important;
    width: auto !important; 
	margin-left: 0px !important;
	margin-top:15px;
}
#thepassion-testimonial_carousel i.fa.fa-quote-left {
    padding-right: 10px;
    font-size: 10px;
    position: relative;
	color:#000;
    top: -7px;
}
#thepassion-testimonial_carousel i.fa.fa-quote-right {
    padding-left: 10px;
    font-size: 10px;
    position: relative;
    top: -7px;
	color:#000;
}
#thepassion-testimonial_carousel .testimonial-desc{
padding: 5px 30px;
display: block;
margin: 0px;
font-style: italic;
}

#thepassion-testimonial_carousel .testimonial_site{
line-height:17px;font-size:14px;color:#676E73;
}
#thepassion-testimonial_carousel .rating-star{
	font-size: 22px;
	color:#000;
	display: inline-block;
}
#thepassion-testimonial_carousel .carousel-indicators li{
	  border: 1px solid #000 !important; 
}
#thepassion-testimonial_carousel .carousel-indicators .active {
    background-color: #000 !important;
}
/*testimonial slider element*/
/* blog post element*/
.sticky, .category-sticky {
    box-shadow: 1px 1px 2px 1px #cccccc !important;
}
.thepassion-blog-post-column.grid-post .thepassion-video-post {
    margin-bottom: 0px;
}
.thepassion-blog-post-column.grid-post {
    display: inline-block;
	    width: 100%;
}
.thepassion-blogpost-desc {
    margin-top: 10px;
    word-wrap: break-word;
}
.thepassion-blog-post-column.grid-post .thepassion-post-header-title {
    display: table-cell;
    vertical-align: top;
    padding: 0px 20px;
}
.thepassion-blog-post-column.grid-post .list-post-left,.list-post-left{
	    overflow: hidden;
}
.post-featured-img  img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 
}
.post-featured-img  img:hover,.thepassion-list-blog-box:hover .post-featured-img  img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media (min-width:768px){
.thepassion-blog-post-column.grid-post .list-post-left {
    float: left;
}
}
@media (max-width:767px){
.thepassion-blog-post-column.grid-post .thepassion-post-header-title {
	padding: 0px;
}
.thepassion-nextprev-posts span.post-next-nav > a,.thepassion-nextprev-posts span.post-prev-nav > a{
    font-size: 17px;
}
}
.thepassion-blog-post-column{
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.15);
     box-shadow: 0px 0px 2px 0px #CCCCCC;
    border-radius: 6px;
    background-color: #fff;
    padding: 18px;
    margin: 0px 0px 15px;
}
.thepassion-blog-post-column.list-out-post{
	border-radius: 0px !important;
}
.thepassion-blog-post-column.grid-post iframe {
    min-height: 200px !important;
}
.thepassion-blog-post-column.masonry-post .thepassion-video-post iframe
{
    width: 100%;
    height: auto;
}
.thepassion-blog-post-column  .thepassion-quote-inner-block{
	margin:0px !important;
}
.thepassion-blog-post-column.masonry-post img,.thepassion-blog-post-column.list-out-post img{
    width: 100%;
}
.thepassion-blog-post-column.grid-post .thepassion-video-post iframe
{
    width: 100%;
    max-height: 600px;
    min-height: 300px;
}

.thepassion-post-header-title .title {
    margin-top: 10px;
}
.thepassion-blog-post-column.grid-post .title {
    margin-top: 0px;
}
.thepassion-blog-post-column.list-out-post {
    padding: 0px;
	overflow:hidden;
}
a.thepassion-list-blog-box {
    display: block;
    position: relative;
    margin: 0 auto;
}
.thepassion-list-blog-box .thepassion-list-blog-box-caption {
    display: block;
    position: absolute;
        width: auto;
    left: 10px;
    height: auto;
    right: 10px;
    top: -10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.thepassion-list-blog-box  .thepassion-blog-box-caption-content {
    position: absolute;
    bottom: 0%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    font-weight: 200;
}
.thepassion-list-blog-box .list-blog-title {
margin:0px;
    font-weight: 600;
}

.thepassion-blog-box-caption-content span{
    color: #222;
}
#thepassion-owl-example .item img{
	width:100%;
}
.thepassion-post-sharing-social a {
    width: 33px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 3px;
}
/* blog post element*/
/*START sidebar css*/
.thepassion-sidebar h2.widget-title{
    color: #222;
    font-size: 18px;
}
.thepassion-sidebar ul{
padding-left: 20px;
}
.thepassion-sidebar ul > li {
    list-style: none;
	padding: 5px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.thepassion-sidebar ul > li > ul {
    margin-left: 0px;
padding-left: 20px;
}
.thepassion-sidebar ul > li > ul > li {
    border-bottom: 0px;
}
.thepassion-sidebar select{
	width:100%;
    padding: 8px;
}
/*END sidebar css*/


/*default WordPress css*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.gallery-caption {
margin-left: 0;
}
img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
figcaption.wp-caption-text.gallery-caption {
    text-align: center;
}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}

.gallery figure {float:left; margin:0 2% 1em 0;}

.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}

.bypostauthor {
background:#FFF;
}
.commentlist .bypostauthor {
background:#FFF;
}
.comments-section #respond{
    background: #f9f9f9;
    padding: 20px;
}
.comment-form .form-submit {
    margin-top: 7px;
}
.comment-list .comment-author.vcard {
    margin: 0.25em 0;
}

.wp-caption img {
    max-width: 98%;
    height: auto;
}
.wp-caption.alignleft {
    margin-right: 20px;
}
.wp-caption.alignright {
    margin-left: 20px;
}
.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}
.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
}
.alignright {
        float: right;
    margin: .5em 0 .5em 20px;
}

.wp-caption-text {
    margin-bottom: 0;
    color: #888;
    font-size: 12px;
}
.wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
    background-color: #f8f8f8;
    text-align: center;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.aligncenter{
	text-align:center;
margin-left: auto;
margin-right: auto;
}
/*default WordPress css*/
/*blog slider css*/

.owl-carousel .item {
    padding-left: 15px;
    padding-right: 15px;
}
/*404 page css*/
.page-content.thepassion-dynamic-text-404 {
    text-align: center;
    padding: 12px 0px;
}
section.thepassion-error-404.not-found h4 {
	color: #404040;
    padding: 33px 0px;
	letter-spacing: 1px;
    font-size: 28px;
    font-weight: 400;
	line-height: 30px;
    text-transform: uppercase;
}
section.thepassion-error-404.not-found a:hover{
	text-decoration:blink;
}
.thepassion-dynamic-text-404 h2 {
    color: #404040;
    font-family: oswald;
    font-style: normal;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0.17em 0;
    padding: 15px 0px;
}
section.thepassion-error-404.not-found  h3.back-to-top-home {
    margin: 30px 0px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: oswald;
    color: #404040;
    letter-spacing: 1px;
}
section.thepassion-error-404.not-found .thepassion-page-header {
    border-bottom: none;
}
/*milestone css*/

.thepassion-milestone .number {
    display: block;
    margin-bottom: 5px;
}

/* single team page css*/
#thepassion_team_member .social-list a:hover {
    text-decoration: none !important;
}
#thepassion-page-header-bg-post span.team-featured-img img {
    width: 100%;
    border-radius: 10px;
}
.thepassion-team-member-title {
    font-size: 40px;
    text-transform: uppercase;
}
.thepassion-member-share {
    margin: 20px 0px;
}
.team-short-desc {
    font-size: 19px;
    color: #222;
    margin: 20px 0px;
}
#thepassion-page-header-bg-post h6.designation {
    font-size: 25px;
    color: #222;
}
img.thepassion-signature-img {
    margin: 15px 0px 0px;
    width: 150px;
}
.thepassion-team-social-list .fa {
    margin-right: 10px;
    font-size: 17px;
    padding-right: 12px;
    width: 20px;
    text-align: left;
}
.thepassion-team-full-desc {
    padding: 20px 0px;
}
.thepassion-from-team-title {
    text-align: right;
    font-size: 15px;
}
.thepassion-signature-bottom {
    float: right;
}
/*image design elelment*/
.thepassion-block.thepassion-block-layout-default .thepassion-block-container {
    position: relative;
    overflow: hidden;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container:hover .thepassion-block-background {
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.3) rotate(-3deg);
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 1px;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    z-index: 2;
    width: 80%;
    border-width: 0 3px 3px 3px;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info .title {
   padding-bottom: 15px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info .link {
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    padding: 8px 12px;
    background: #000;
	color:#fff;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info .link:hover {
    opacity: 0.7;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container:hover .thepassion-block-info:before {
    opacity: 0;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 200px;
    height: 200px;
    z-index: -1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container:hover .thepassion-block-info:after {
    opacity: 1;
}
.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 200px;
    height: 200px;
    box-shadow: 0 0 0 250px rgba(255, 255, 255, .4);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.thepassion-block-info .desc p {
    color: #000000;
    font-size: 14px;
    padding: 0px;
}
.thepassion-block-container .desc {
    opacity: 0;
}
.thepassion-block-container:hover .desc {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.9s ease;
}
@media (min-width:768px) and (max-width:991px){
	.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info:after {
		width: 170px;
    height: 170px;
	}
	.thepassion-block.thepassion-block-layout-default .thepassion-block-container .thepassion-block-info:before {
			width: 170px;
    height: 170px;
	}
}
/*image design*/
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	display: inline-block !important;
}
span.wpcf7-not-valid-tip {
    padding: 6px 0px;
    display: inline-block;
}
/*spin-square css preloader*/

@keyframes thepassion-square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.thepassion-square-spin {
  display: inline-block;
z-index: 999999999999;
    position: absolute;
    top: 50%;
    left: 50%;
	 margin-left: -25px;
}
.thepassion-square-spin > div {
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  animation: thepassion-square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;

}
/*ball-pluse prelaoder*/
.thepassion-ball-pulse {
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-left: -32px;
}
.thepassion-ball-pulse > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  background-color: #fff;
}
.thepassion-ball-pulse > div:nth-child(1) {
  animation: thepassion-ball-pulse 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.thepassion-ball-pulse > div:nth-child(2) {
  animation: thepassion-ball-pulse 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.thepassion-ball-pulse > div:nth-child(3) {
  animation: thepassion-ball-pulse 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@keyframes thepassion-ball-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}

/*thepassion-cube-transition preloader*/
.thepassion-cube-transition {
  position: relative;
  transform: translate(-25px, -25px);
  display: inline-block;
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-left: 0px;
}
.thepassion-cube-transition > div {
  animation-fill-mode: both;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  animation: thepassion-cube-transition 1.6s 0s infinite ease-in-out;
}
.thepassion-cube-transition > div:last-child {
  animation-delay: -0.8s;
}
@keyframes thepassion-cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*thepassion-line-scale preloader*/
.thepassion-line-scale{
  position: absolute;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-left: -28px;
}
.thepassion-line-scale > div {
  animation-fill-mode: both;
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 50px;
  border-radius: 2px;
  margin: 2px;
  
}
.thepassion-line-scale > div:nth-child(1) {
  animation: thepassion-line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.thepassion-line-scale > div:nth-child(2) {
  animation: thepassion-line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.thepassion-line-scale > div:nth-child(3) {
  animation: thepassion-line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.thepassion-line-scale > div:nth-child(4) {
  animation: thepassion-line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.thepassion-line-scale > div:nth-child(5) {
  animation: thepassion-line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@keyframes thepassion-line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
/*thepassion-ball-scale-multiple preloader*/
.thepassion-ball-scale-multiple {
  transform: translateY(30px);
  display: inline-block;
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-left: -25px;
}
.thepassion-ball-scale-multiple > div {
  background-color: #fff;
  border-radius: 100%;
  animation-fill-mode: both;
  margin: 2px;
  position: absolute;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  animation: thepassion-ball-scale-multiple 1s 0s linear infinite;
}
.thepassion-ball-scale-multiple > div:nth-child(2) {
  animation-delay: .2s;
}
.thepassion-ball-scale-multiple > div:nth-child(3) {
  animation-delay: .2s;
}
@keyframes thepassion-ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*prelaoder --1*/
.thepassion-cssload-loader {
	position: absolute;
	z-index:999999;
	top:50%;
	left: 50%;
	width: 47.284271247462px;
	height: 47.284271247462px;
	margin-left: -22.142136px;
	margin-top: -23.142135623731px;
	border-radius: 100%;
	animation-name: thepassion-cssload-loader;
		-o-animation-name: thepassion-cssload-loader;
		-ms-animation-name: thepassion-cssload-loader;
		-webkit-animation-name: thepassion-cssload-loader;
		-moz-animation-name: thepassion-cssload-loader;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
		-o-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
	animation-duration: 8.2s;
		-o-animation-duration: 8.2s;
		-ms-animation-duration: 8.2s;
		-webkit-animation-duration: 8.2s;
		-moz-animation-duration: 8.2s;
}
.thepassion-cssload-loader .cssload-side {
	display: block;
	width: 6px;
	height: 19px;
	background-color: rgb(23,23,23);
	margin: 2px;
	position: absolute;
	border-radius: 50%;
	animation-duration: 3.08s;
		-o-animation-duration: 3.08s;
		-ms-animation-duration: 3.08s;
		-webkit-animation-duration: 3.08s;
		-moz-animation-duration: 3.08s;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-timing-function: ease;
		-o-animation-timing-function: ease;
		-ms-animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
}
.thepassion-cssload-loader .cssload-side:nth-child(1),
.thepassion-cssload-loader .cssload-side:nth-child(5) {
	transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	animation-name: thepassion-cssload-rotate0;
		-o-animation-name: thepassion-cssload-rotate0;
		-ms-animation-name: thepassion-cssload-rotate0;
		-webkit-animation-name: thepassion-cssload-rotate0;
		-moz-animation-name: thepassion-cssload-rotate0;
}
.thepassion-cssload-loader .cssload-side:nth-child(3),
.thepassion-cssload-loader .cssload-side:nth-child(7) {
	transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	animation-name: thepassion-cssload-rotate90;
		-o-animation-name: thepassion-cssload-rotate90;
		-ms-animation-name: thepassion-cssload-rotate90;
		-webkit-animation-name: thepassion-cssload-rotate90;
		-moz-animation-name: thepassion-cssload-rotate90;
}
.thepassion-cssload-loader .cssload-side:nth-child(2),
.thepassion-cssload-loader .cssload-side:nth-child(6) {
	transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	animation-name: thepassion-cssload-rotate45;
		-o-animation-name: thepassion-cssload-rotate45;
		-ms-animation-name: thepassion-cssload-rotate45;
		-webkit-animation-name: thepassion-cssload-rotate45;
		-moz-animation-name: thepassion-cssload-rotate45;
}
.thepassion-cssload-loader .cssload-side:nth-child(4),
.thepassion-cssload-loader .cssload-side:nth-child(8) {
	transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
	animation-name: thepassion-cssload-rotate135;
		-o-animation-name: thepassion-cssload-rotate135;
		-ms-animation-name: thepassion-cssload-rotate135;
		-webkit-animation-name: thepassion-cssload-rotate135;
		-moz-animation-name: thepassion-cssload-rotate135;
}
.thepassion-cssload-loader .cssload-side:nth-child(1) {
	top: 23.142135623731px;
	left: 47.284271247462px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.thepassion-cssload-loader .cssload-side:nth-child(2) {
	top: 40.213203431093px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.thepassion-cssload-loader .cssload-side:nth-child(3) {
	top: 47.284271247462px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.thepassion-cssload-loader .cssload-side:nth-child(4) {
	top: 40.213203431093px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.thepassion-cssload-loader .cssload-side:nth-child(5) {
	top: 23.142135623731px;
	left: 0px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.thepassion-cssload-loader .cssload-side:nth-child(6) {
	top: 7.0710678163691px;
	left: 7.0710678163691px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.thepassion-cssload-loader .cssload-side:nth-child(7) {
	top: 0px;
	left: 23.142135623731px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
.thepassion-cssload-loader .cssload-side:nth-child(8) {
	top: 7.0710678163691px;
	left: 40.213203431093px;
	margin-left: -3px;
	margin-top: -10px;
	animation-delay: 0;
		-o-animation-delay: 0;
		-ms-animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
}
@keyframes thepassion-cssload-rotate0 {
	0% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
@-o-keyframes thepassion-cssload-rotate0 {
	0% {
		-o-transform: rotate(0deg);
	}
	60% {
		-o-transform: rotate(180deg);
	}
	100% {
		-o-transform: rotate(180deg);
	}
}
@-ms-keyframes thepassion-cssload-rotate0 {
	0% {
		-ms-transform: rotate(0deg);
	}
	60% {
		-ms-transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(180deg);
	}
}
@-webkit-keyframes thepassion-cssload-rotate0 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	60% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
	}
}
@-moz-keyframes thepassion-cssload-rotate0 {
	0% {
		-moz-transform: rotate(0deg);
	}
	60% {
		-moz-transform: rotate(180deg);
	}
	100% {
		-moz-transform: rotate(180deg);
	}
}
@keyframes thepassion-cssload-rotate90 {
	0% {
		transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		transform: rotate(270deg);
						transform: rotate(270deg);
	}
}
@-o-keyframes thepassion-cssload-rotate90 {
	0% {
		-o-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-o-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-o-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}
@-ms-keyframes thepassion-cssload-rotate90 {
	0% {
		-ms-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-ms-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-ms-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}
@-webkit-keyframes thepassion-cssload-rotate90 {
	0% {
		-webkit-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-webkit-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}
@-moz-keyframes thepassion-cssload-rotate90 {
	0% {
		-moz-transform: rotate(90deg);
						transform: rotate(90deg);
	}
	60% {
		-moz-transform: rotate(270deg);
						transform: rotate(270deg);
	}
	100% {
		-moz-transform: rotate(270deg);
						transform: rotate(270deg);
	}
}
@keyframes thepassion-cssload-rotate45 {
	0% {
		transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		transform: rotate(225deg);
						transform: rotate(225deg);
	}
}
@-o-keyframes thepassion-cssload-rotate45 {
	0% {
		-o-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-o-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-o-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}
@-ms-keyframes thepassion-cssload-rotate45 {
	0% {
		-ms-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-ms-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-ms-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}
@-webkit-keyframes thepassion-cssload-rotate45 {
	0% {
		-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}
@-moz-keyframes thepassion-cssload-rotate45 {
	0% {
		-moz-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	60% {
		-moz-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	100% {
		-moz-transform: rotate(225deg);
						transform: rotate(225deg);
	}
}
@keyframes thepassion-cssload-rotate135 {
	0% {
		transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		transform: rotate(315deg);
						transform: rotate(315deg);
	}
}
@-o-keyframes thepassion-cssload-rotate135 {
	0% {
		-o-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-o-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-o-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}
@-ms-keyframes thepassion-cssload-rotate135 {
	0% {
		-ms-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-ms-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-ms-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}
@-webkit-keyframes thepassion-cssload-rotate135 {
	0% {
		-webkit-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}
@-moz-keyframes thepassion-cssload-rotate135 {
	0% {
		-moz-transform: rotate(135deg);
						transform: rotate(135deg);
	}
	60% {
		-moz-transform: rotate(315deg);
						transform: rotate(315deg);
	}
	100% {
		-moz-transform: rotate(315deg);
						transform: rotate(315deg);
	}
}
@keyframes thepassion-cssload-loader {
	0% {
		transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
						transform: rotate(360deg);
	}
}
@-o-keyframes thepassion-cssload-loader {
	0% {
		-o-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}
@-ms-keyframes thepassion-cssload-loader {
	0% {
		-ms-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}
@-webkit-keyframes thepassion-cssload-loader {
	0% {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}
@-moz-keyframes thepassion-cssload-loader {
	0% {
		-moz-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

/*preloader--2*/
#thepassion_wall {
	position:relative;
	width: 100%;
	height: 146px;
	top: -10px;

	text-align: center;
	padding-top: 29px;
	color: rgb(0,0,0);
}
#thepassion-eye-l, #thepassion-eye-r {
	position:absolute;
	z-index: 20;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgb(255,255,255);
	margin-top:5px;
	left: 5px;
	margin-left: -5px;
	animation: search 2.3s infinite;
		-o-animation: search 2.3s infinite;
		-ms-animation: search 2.3s infinite;
		-webkit-animation: search 2.3s infinite;
		-moz-animation: search 2.3s infinite;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border: 3px solid rgb(0,0,0);
}
#thepassion-eye-r {
	margin-left: 5px;
}
#thepassion-nose {
	position:relative;
	width: 15px;
	height: 15px;
	border: 3px solid rgb(0,0,0);
	border-radius: 50%;
	border-top-color: transparent;
	background: rgb(255,255,255);
	top:12px;
	left:-7px;
	transform: rotate(35deg);
		-o-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
		-webkit-transform: rotate(35deg);
		-moz-transform: rotate(35deg);
	animation: thepassion-noser 2.3s infinite;
		-o-animation: thepassion-noser 2.3s infinite;
		-ms-animation: thepassion-noser 2.3s infinite;
		-webkit-animation: thepassion-noser 2.3s infinite;
		-moz-animation: thepassion-noser 2.3s infinite;
}
#thepassion-mouth{
	position:relative;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgb(0,0,0);
	margin-top:19px;
	float:left;
	margin-left: 3px;
	animation: search 2.3s infinite;
		-o-animation: search 2.3s infinite;
		-ms-animation: search 2.3s infinite;
		-webkit-animation: search 2.3s infinite;
		-moz-animation: search 2.3s infinite;
}
#thepassion-man {
	position:relative;
	width: 49px;
	top: 50%;
    left: 50%;
    height: 68px;
    z-index: 99999999;
	border: 5px solid rgb(0,0,0);
	border-radius: 50%;
	margin-left: -18px;
	animation: pop 9.2s infinite;
		-o-animation: pop 9.2s infinite;
		-ms-animation: pop 9.2s infinite;
		-webkit-animation: pop 9.2s infinite;
		-moz-animation: pop 9.2s infinite;
}

@keyframes search {
	0%, 100% { transform:translate(0px, 0px);}
	50% {transform:translate(31px, 0px);}
}
@-o-keyframes search {
	0%, 100% { -o-transform:translate(0px, 0px);}
	50% {-o-transform:translate(31px, 0px);}
}
@-ms-keyframes search {
	0%, 100% { -ms-transform:translate(0px, 0px);}
	50% {-ms-transform:translate(31px, 0px);}
}
@-webkit-keyframes search {
	0%, 100% { -webkit-transform:translate(0px, 0px);}
	50% {-webkit-transform:translate(31px, 0px);}
}
@-moz-keyframes search {
	0%, 100% { -moz-transform:translate(0px, 0px);}
	50% {-moz-transform:translate(31px, 0px);}
}
@keyframes thepassion-noser {
	0%, 100% { transform:translate(0px, 0px) rotate(35deg);}
	50% {transform:translate(42px, 0px) rotate(-35deg);}
}
@-o-keyframes thepassion-noser {
	0%, 100% { -o-transform:translate(0px, 0px) rotate(35deg);}
	50% {-o-transform:translate(42px, 0px) rotate(-35deg);}
}
@-ms-keyframes thepassion-noser {
	0%, 100% { -ms-transform:translate(0px, 0px) rotate(35deg);}
	50% {-ms-transform:translate(42px, 0px) rotate(-35deg);}
}
@-webkit-keyframes thepassion-noser {
	0%, 100% { -webkit-transform:translate(0px, 0px) rotate(35deg);}
	50% {-webkit-transform:translate(42px, 0px) rotate(-35deg);}
}
@-moz-keyframes thepassion-noser {
	0%, 100% { -moz-transform:translate(0px, 0px) rotate(35deg);}
	50% {-moz-transform:translate(42px, 0px) rotate(-35deg);}
}
@keyframes pop {
	0%, 100% { transform:translate(0px, 78px)}
	20%, 80% { transform:translate(0px, 10px)}
}
@-o-keyframes pop {
	0%, 100% { -o-transform:translate(0px, 78px)}
	20%, 80% { -o-transform:translate(0px, 10px)}
}
@-ms-keyframes pop {
	0%, 100% { -ms-transform:translate(0px, 78px)}
	20%, 80% { -ms-transform:translate(0px, 10px)}
}
@-webkit-keyframes pop {
	0%, 100% { -webkit-transform:translate(0px, 78px)}
	20%, 80% { -webkit-transform:translate(0px, 10px)}
}
@-moz-keyframes pop {
	0%, 100% { -moz-transform:translate(0px, 78px)}
	20%, 80% { -moz-transform:translate(0px, 10px)}
}
/*preloader---3*/

.thepassion-cssload-container *, .thepassion-cssload-container *:before, .thepassion-cssload-container *:after{
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

.thepassion-cssload-container {
	margin: auto;
	width: 68px;
	height: 29px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:999999;
	    margin-left: -27px;
}
.thepassion-cssload-container > div {
	float: left;
	background: rgb(183,14,87);
	height: 100%;
	width: 5px;
	margin-right: 1px;
	display: inline-block;
}

.thepassion-cssload-container .cssload-shaft1 {
	animation-delay: 0.08s;
		-o-animation-delay: 0.08s;
		-ms-animation-delay: 0.08s;
		-webkit-animation-delay: 0.08s;
		-moz-animation-delay: 0.08s;
}
.thepassion-cssload-container .cssload-shaft2 {
	animation-delay: 0.16s;
		-o-animation-delay: 0.16s;
		-ms-animation-delay: 0.16s;
		-webkit-animation-delay: 0.16s;
		-moz-animation-delay: 0.16s;
}
.thepassion-cssload-container .cssload-shaft3 {
	animation-delay: 0.24s;
		-o-animation-delay: 0.24s;
		-ms-animation-delay: 0.24s;
		-webkit-animation-delay: 0.24s;
		-moz-animation-delay: 0.24s;
}
.thepassion-cssload-container .cssload-shaft4 {
	animation-delay: 0.32s;
		-o-animation-delay: 0.32s;
		-ms-animation-delay: 0.32s;
		-webkit-animation-delay: 0.32s;
		-moz-animation-delay: 0.32s;
}
.thepassion-cssload-container .cssload-shaft5 {
	animation-delay: 0.4s;
		-o-animation-delay: 0.4s;
		-ms-animation-delay: 0.4s;
		-webkit-animation-delay: 0.4s;
		-moz-animation-delay: 0.4s;
}
.thepassion-cssload-container .cssload-shaft6 {
	animation-delay: 0.48s;
		-o-animation-delay: 0.48s;
		-ms-animation-delay: 0.48s;
		-webkit-animation-delay: 0.48s;
		-moz-animation-delay: 0.48s;
}
.thepassion-cssload-container .cssload-shaft7 {
	animation-delay: 0.56s;
		-o-animation-delay: 0.56s;
		-ms-animation-delay: 0.56s;
		-webkit-animation-delay: 0.56s;
		-moz-animation-delay: 0.56s;
}
.thepassion-cssload-container .cssload-shaft8 {
	animation-delay: 0.64s;
		-o-animation-delay: 0.64s;
		-ms-animation-delay: 0.64s;
		-webkit-animation-delay: 0.64s;
		-moz-animation-delay: 0.64s;
}
.thepassion-cssload-container .cssload-shaft9 {
	animation-delay: 0.72s;
		-o-animation-delay: 0.72s;
		-ms-animation-delay: 0.72s;
		-webkit-animation-delay: 0.72s;
		-moz-animation-delay: 0.72s;
}
.thepassion-cssload-container .cssload-shaft10 {
	animation-delay: 0.8s;
		-o-animation-delay: 0.8s;
		-ms-animation-delay: 0.8s;
		-webkit-animation-delay: 0.8s;
		-moz-animation-delay: 0.8s;
}

.thepassion-cssload-container {
	height: 39px;
}
.thepassion-cssload-container > div {
	position: relative;
	bottom: 0;
	margin-top: 34px;
	height: 5px;
	animation: thepassion-cssload-wave 2.4s infinite ease-in-out;
		-o-animation: thepassion-cssload-wave 2.4s infinite ease-in-out;
		-ms-animation: thepassion-cssload-wave 2.4s infinite ease-in-out;
		-webkit-animation: thepassion-cssload-wave 2.4s infinite ease-in-out;
		-moz-animation: thepassion-cssload-wave 2.4s infinite ease-in-out;
}
.thepassion-cssload-container .shaft1 {
	animation-delay: -2.4s;
		-o-animation-delay: -2.4s;
		-ms-animation-delay: -2.4s;
		-webkit-animation-delay: -2.4s;
		-moz-animation-delay: -2.4s;
}
.thepassion-cssload-container .shaft2 {
	animation-delay: -2.24s;
		-o-animation-delay: -2.24s;
		-ms-animation-delay: -2.24s;
		-webkit-animation-delay: -2.24s;
		-moz-animation-delay: -2.24s;
}
.thepassion-cssload-container .shaft3 {
	animation-delay: -2.08s;
		-o-animation-delay: -2.08s;
		-ms-animation-delay: -2.08s;
		-webkit-animation-delay: -2.08s;
		-moz-animation-delay: -2.08s;
}
.thepassion-cssload-container .shaft4 {
	animation-delay: -1.92s;
		-o-animation-delay: -1.92s;
		-ms-animation-delay: -1.92s;
		-webkit-animation-delay: -1.92s;
		-moz-animation-delay: -1.92s;
}
.thepassion-cssload-container .shaft5 {
	animation-delay: -1.76s;
		-o-animation-delay: -1.76s;
		-ms-animation-delay: -1.76s;
		-webkit-animation-delay: -1.76s;
		-moz-animation-delay: -1.76s;
}
.thepassion-cssload-container .shaft6 {
	animation-delay: -1.6s;
		-o-animation-delay: -1.6s;
		-ms-animation-delay: -1.6s;
		-webkit-animation-delay: -1.6s;
		-moz-animation-delay: -1.6s;
}
.thepassion-cssload-container .shaft7 {
	animation-delay: -1.44s;
		-o-animation-delay: -1.44s;
		-ms-animation-delay: -1.44s;
		-webkit-animation-delay: -1.44s;
		-moz-animation-delay: -1.44s;
}
.thepassion-cssload-container .shaft8 {
	animation-delay: -1.28s;
		-o-animation-delay: -1.28s;
		-ms-animation-delay: -1.28s;
		-webkit-animation-delay: -1.28s;
		-moz-animation-delay: -1.28s;
}
.thepassion-cssload-container .shaft9 {
	animation-delay: -1.12s;
		-o-animation-delay: -1.12s;
		-ms-animation-delay: -1.12s;
		-webkit-animation-delay: -1.12s;
		-moz-animation-delay: -1.12s;
}
.thepassion-cssload-container .shaft10 {
	animation-delay: -0.96s;
		-o-animation-delay: -0.96s;
		-ms-animation-delay: -0.96s;
		-webkit-animation-delay: -0.96s;
		-moz-animation-delay: -0.96s;
}
.thepassion-cssload-container .shaft11 {
	animation-delay: -0.8s;
		-o-animation-delay: -0.8s;
		-ms-animation-delay: -0.8s;
		-webkit-animation-delay: -0.8s;
		-moz-animation-delay: -0.8s;
}

@keyframes thepassion-cssload-wave {
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(254,47,32);
	}
}
@-o-keyframes thepassion-cssload-wave {
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(254,47,32);
	}
}
@-ms-keyframes thepassion-cssload-wave {
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(254,47,32);
	}
}
@-webkit-keyframes thepassion-cssload-wave {
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(254,47,32);
	}
}
@-moz-keyframes thepassion-cssload-wave {
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(254,47,32);
	}
}



/*--------------scroll bottom to top---------------------------------*/
a.thepassion-toTop {
     position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 2;
    padding: 25px 0px;
    border-radius: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 25px;
	color:#222;	
}
.thepassion-toTop svg{
	left:2px;
}
a.thepassion-toTop span {
    opacity: 0;
}
a.thepassion-toTop.thepassion-hvr-bob svg polygon {
    fill: #222222;
}
a.thepassion-toTop:hover span{
	    text-decoration: blink;
		 opacity: 1;
}
a.thepassion-toTop .fa {
    color: #fff;
    font-size: 22px;
}
@media (max-width:991px){
.item_arrow{
    right: -8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
b.item_arrow.caret::before ,b.item_arrow.caret-up::before {
    content: '';
    width: 19px;
    position: absolute;
    display: block;
    height: 19px;
    top: -12px;
    left: -9px;
}
}


/**gallery 3 **/
.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link:hover {
         opacity: 0.7;
         background-color: #000000;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link  {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 4.3s ease-in-out;
	transition: 4.3s ease-in-out;
        width: 100%;
        height: 200px;
}
.vc_gitem-animated-block {
    position: relative;
    overflow: hidden;
}
/*----------------------------------music demo css------------------------------*/

/**contact us form design **/
.thepassion-music-cf p {
color:#fff !important;  
}
.thepassion-music-cf input[type=text], .thepassion-music-cf textarea, .thepassion-music-cf input[type=email], .thepassion-music-cf input[type=password], .thepassion-music-cf input[type=tel], .thepassion-music-cf input[type=url], .thepassion-music-cf input[type=search], .thepassion-music-cf input[type=date] {
border-bottom: 2px solid #b70e57 !important;
color: #fff !important;
background-color: transparent !important;
font-size: 15px !important;
letter-spacing: 1px;
}
.thepassion-music-cf .wpcf7-form-control:focus {
    outline: 0px;
border: 0px;
}
.thepassion-music-cf form.wpcf7-form p {
color:#b70e57 !important;
}
.thepassion-music-cf div.wpcf7-validation-errors {
    border: 2px solid #B70E57 !important;
}
/**form button css**/
.thepassion-music-cf input.wpcf7-form-control.wpcf7-submit {
    padding: 17px 60px;
    border-image: linear-gradient(165deg, #fe2d20 38%, #b70e57 65%)1 !important;
-webkit-border-image:-webkit-gradient(linear,165deg, #fe2d20 38%, #b70e57 65%)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(229deg, #FE2D20 38%, #B70E57 65%) 1 100%;
-moz-border-image: -moz-linear-gradient(165deg, #FE2D20 38%, #B70E57 65%) 1 100%;
-o-border-image: -o-linear-gradient(165deg, #FE2D20 38%, #B70E57 65%) 1 100%; 
    background-color: transparent !important;
    border: 2px;
}
.thepassion-music-news-left {
padding:0 125px !important;
}
.thepassion-music-news-right {
padding-left:125px !important;
}
/**responsive design for music news section**/
@media (min-width:1181px) and (max-width:1310px) {
.thepassion-music-news-left {
padding:0 88px !important;
}
.thepassion-music-news-right {
padding-left:88px !important;
}
}
@media (min-width:1058px) and (max-width:1180px) {
.thepassion-music-news-left {
padding:0 47px !important;
}
.thepassion-music-news-right {
padding-left:50px !important;
}
}
@media (min-width:962px) and (max-width:1057px) {
.thepassion-music-news-left {
padding:0 35px !important;
}
.thepassion-music-news-right {
padding-left:35px !important;
}
}
@media (min-width:855px) and (max-width:961px) {
.thepassion-music-news-left {
padding:0 14px !important;
}
.thepassion-music-news-right {
padding-left:15px !important;
}
}
@media (min-width:830px) and (max-width:854px) {
.thepassion-music-news-left {
padding:0 15px !important;
}
.thepassion-music-news-right {
padding-left:25px !important;
}
}
@media (min-width:801px) and (max-width:829px) {
.thepassion-music-news-left {
padding:0 15px !important;
}
.thepassion-music-news-right {
padding-left:25px !important;
}
.thepassion-post-header-title .title {
    margin-top: 0px;
}
}
@media (min-width:768px) and (max-width:800px) {
.thepassion-music-news-left {
padding:0 15px !important;
}
.thepassion-music-news-right {
padding-left:25px !important;
}
.thepassion-blog-post-column {
padding:16px !important;
}
.thepassion-post-header-title .title {
    margin-top: 1px;
}
}
@media (max-width:767px) {
.thepassion-music-news-left {
padding:0px 15px !important;
}
.thepassion-music-news-right {
padding-left:25px !important;
}
.thepassion-music-news-left h1,.thepassion-music-news-right h1,  .thepassion-music-news-right h5, .thepassion-music-news-right h6  {
text-align:center !important;
}
}
/*----------------------------musician demo css----------------------*/
.img-radius img,.img-radius{
border-radius:15px;
}

/**form css**/
.thepassion-musician-cf p {
color:#ffcc00 !important;
   line-height: 32px;
margin: 0 0 20px;
}
.thepassion-musician-cf input[type=text], .thepassion-musician-cf textarea, .thepassion-musician-cf input[type=email], .thepassion-musician-cf input[type=password], .thepassion-musician-cf input[type=tel], .thepassion-musician-cf input[type=url], .thepassion-musician-cf input[type=search], .thepassion-musician-cf input[type=date] {
background-color: #121212 !important;
    border-bottom: none !important;
border-radius: 10px;
color: #FC0 !important;
}
.thepassion-musician-cf input[type=submit], button[type=submit], input[type="button"] {
background-color: #ffcc00;
color: #121212;
width: 100%;
padding: 10px 11px;
font-size: 20px;
border-radius: 10px;
margin-top: 20px;
}
.thepassion-musician-cf input[type=submit]:hover {
    background-color: #121212 !important;
    color: #ffcc00;
}
.table-padding tr td {
    padding: 10px 0px;
}
.thepassion-tour-table .my-tour-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding: 10px 24px;
}
/************** mu tour responsive css *************/

@media only screen and (max-width: 767px) {
.thepassion-tour-table a,.thepassion-tour-table td {
    font-size: 15px !important;
	line-height:16px !important;
}
.comment-form-login {
    padding: 7px 0px !important;
}
}
@media only screen and (max-width: 545px) {
.thepassion-tour-table a,.thepassion-tour-table td {
    font-size: 11px !important;
    line-height: 16px;
}
.thepassion-tour-table .my-tour-btn a {
    padding: 3px 15px !important;
    margin-left: 5px;
}
}

/*-----------------------------------------the movie stidio demo css-----------------------------------*/
/**contact page**/
.thepassion-cont-con {
    color: #000 !important;
    margin-top: 8px !important;
}
.thepassion-cont-con {
    color: #000 !important;
    margin-top: 8px !important;
}
.thepassion-cont-con .wpcf7-text {
  background: #fff !important;
    border: 1px solid #e4e4e4 !important;
    margin-top: 8px !important;
}
.thepassion-cont-con textarea.wpcf7-form-control.wpcf7-textarea {
  background: #fff !important;
    border: 1px solid #e4e4e4 !important;
    margin-top: 8px !important;
}
.thepassion-cont-con.cont-btn input.wpcf7-form-control.wpcf7-submit {
    background-color: #189AED !important;
    padding: 11px 51px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
}
.thepassion-cont-con.cont-btn {
    text-align:right;
	padding-right: 0;
}
.thepassion-cont-con input.wpcf7-form-control.wpcf7-file {
    margin: 12px 0;
}
.thepassion-foo-ico .thepassion-social-icon {
    font-size: 23px;
    padding: 6px;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    display: inline-block;
}
/**single post**/
#thepassion-page-header-bg-post .mgn-bag-img {
    margin-top: -45%;
    background: #fff;
    padding: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(61,61,61,1);
-moz-box-shadow: 0px 0px 8px 0px rgba(61,61,61,1);
box-shadow: 0px 0px 8px 0px rgba(61,61,61,1);
width: 270px;
}
@media only screen and (max-width: 800px) {
#thepassion-page-header-bg-post .mgn-bag-img {
    margin-top: 0;
  }
}
/**two movie sliders one section of signup button **/

.thepassion-moviestudio-cf input.wpcf7-form-control.wpcf7-submit {
    background-color: #189AED !important;
    padding: 12px 51px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
}

.thepassion-moviestudio-email_space{
    padding: 0px 0px 0px 0px!important;
    position: relative !important;
    float: left;
    margin: 0px 0px 0px -13px;
}
@media screen and (max-width: 767px){
#thepassion-footer .foo-logo{
    margin-top: 20% !important;
}
}
@media screen and (max-width: 538px){
.thepassion-moviestudio-cf input.wpcf7-form-control.wpcf7-submit {
    margin: 58px 0px 0px -285px !important;
}
}
/*-----------------------------------------the movie-2 demo css---------------------------*/
.thepassion-footer-sec-movie2 h2 {
    font-family: oswald !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal !Important;
    letter-spacing: 0;
	line-height: 1.1 !important;
font-size: 24px !important;
}
#thepassion-footer .footer-img-movie2 img:hover,#thepassion-footer .footer-img img:hover,#thepassion-footer .social-footer-a .social-footer:hover{
    -webkit-animation: thepassion-animClient 1.2s both;
    animation: thepassion-animClient 1.2s both;
}
@-webkit-keyframes thepassion-animClient {
    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes thepassion-animClient {
    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.thepassion-footer-sec-movie2-two h6 {
font-family:oswald !important;
color:#fff !important;
}
#thepassion-footer .social-footer-a a{
font-size:25px;
}
#thepassion-footer .social-footer-a {
margin-top: 35px;
}
#thepassion-footer .social-footer {
text-align:center;
color: #fff;
padding: 0 35px;
}
.thepassion-txt-shadow-movie2:hover {
    text-shadow: 1px 2px 2px rgba(162, 162, 162, 0.5);
    font-size: 25px;
    color: #fff;
}
h2 .thepassion-txt-shadow-movie2 span {
    font-size: 13px;
}
.thepassion-txt-shadow-movie2 {
    display: inline-block;
}
#thepassion-footer .sec-right {
    float: right !important;
}
#thepassion-footer .footer-img-movie2 img {
    width: 43%;
    margin: 0 10px;
}
#thepassion-footer .footer-theatre {
margin-top: 15px;
font-size:23px !important;
color:#fff;
font-family: oswald;
}
#thepassion-footer .footer-date {
margin-top: 15px;
font-size:28px !important;
color:#fff;
font-family: oswald;
}
/**footer section responsive css**/
@media (min-width:992px) and (max-width:1199px) {
.thepassion-footer-sec-movie2 h2 {
font-size:22px !important;
}
.thepassion-txt-shadow-movie2:hover {
    font-size: 23px;
}
#thepassion-footer .footer-img-movie2 img {
    width: 41%;
}
#thepassion-footer .footer-theatre, #thepassion-footer .footer-date {
margin-top: 10px;font-size:18px !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.container {
    width: 100% !important;
}
.thepassion-footer-sec-movie2 h2 {
font-size:17px !important;
}
.thepassion-txt-shadow-movie2:hover {
    font-size: 18px;
}
#thepassion-footer .footer-img-movie2 img {
    width: 49%;
    margin:0px;
}
#thepassion-footer .footer-theatre {
    margin-top: 10px;
    font-size: 12px !important;
}
#thepassion-footer .footer-date {
    margin-top: 5px;
    font-size: 16px !important;
}
#thepassion-footer .social-footer {
    padding: 0 29px;
}
}
@media (min-width:641px) and (max-width:767px) {
.container,.thepassion-first-widget-area {
padding:0 !important;
}
#thepassion-footer .widget-container {
padding:0px !important;
}
.thepassion-footer-sec-movie2 h2 {
font-size:17px !important;
}
.thepassion-txt-shadow-movie2:hover {
    font-size: 18px;
}
#thepassion-footer .footer-img-movie2 img {
    width: 49%;
    margin:0px;
}
#thepassion-footer .social-footer-a {
    display: inline-block;
    margin: 15px 0;
}
#thepassion-footer .social-footer {
    padding: 0 25px;
}
#thepassion-footer .social-footer-a a {
    font-size: 18px;
}
}
@media (min-width:545px) and (max-width:640px) {
.container,.thepassion-first-widget-area {
padding:0 !important;
}
#thepassion-footer .widget-container {
padding:0px !important;
}
.thepassion-footer-sec-movie2 h2 {
font-size:17px !important;
}
.thepassion-txt-shadow-movie2:hover {
    font-size: 18px;
}
#thepassion-footer .footer-img-movie2 img {
    width: 43%;
    margin: 0 5px;
}
#thepassion-footer .social-footer-a {
    display: inline-block;
    margin: 15px 0;
}
#thepassion-footer .social-footer-a a {
    font-size: 18px;
}
#thepassion-footer .social-footer {
    padding: 0 22px;
}
}
@media (min-width:480px) and (max-width:544px) {
.container,.thepassion-first-widget-area {
padding:0 !important;
}
#thepassion-footer .widget-container {
padding:0px !important;
}
.thepassion-footer-sec-movie2 h2 {
font-size:17px !important;
}
.thepassion-txt-shadow-movie2:hover {
    font-size: 18px;
}
#thepassion-footer .footer-img-movie2 img {
    width: 48% !important;
    margin: 0 !important; 
}
#thepassion-footer .social-footer-a {
    display: inline-block;
    margin: 15px 0;
}
#thepassion-footer .social-footer-a a {
    font-size: 20px;
}
#thepassion-footer i.social-footer {
    margin: 7px 0;
}
}
@media (min-width:320px) and (max-width:479px) {
#thepassion-footer .footer-img-movie2 img {
    width: 40% !important;
    margin: 10px !important;
}
.thepassion-footer-sec-movie2 h2 {
    line-height: 1.2 !important;
    font-size: 10px !important;
}
h2 .thepassion-txt-shadow-movie2 span {
    font-size: 6px;
}
.thepassion-txt-shadow-movie2:hover {
    font-size: 13px;
}
#thepassion-footer .footer-theatre {
    margin-top: 15px;
    font-size: 19px !important;
}
#thepassion-footer .footer-date {
    margin-top: 10px;
    font-size: 20px !important;
}
#thepassion-footer .social-footer-a a {
    font-size: 15px;
}
#thepassion-footer .social-footer {
    padding: 0 26px;
}
#thepassion-footer i.social-footer {
    margin: 7px 0;
}
#thepassion-footer .thepassion-r-pdn {
    width: 100% !important;
}
}
/**blog subscribe form**/
.thepassion-movie2-cf input[type=email] {
border-bottom: none !important;
font-size: 16px !important;
    line-height: 25px !important;
    color: #EC592B !important;
    background-color: #fff !important;
}
.thepassion-movie2-cf input[type=submit], .thepassion-movie2-cf button[type=submit], .thepassion-movie2-cf input[type="button"] {
    background-color: #EC592B;
    padding: 14px 50px;
    color: #fff;
    font-size:16px;
}
.thepassion-movie2-cf input[type=submit]:hover {
    background-color: #EC592B !important;
}

@media only screen and (max-width: 767px) {
    .thepassion-movie2-status span {
        color:#4a4949 !important;
    }
}
/*------------------------ the movie demo css------------------*/
/*------------------------ the Video demo css------------------*/
#thepassion-footer .widget_thepassion_video_posts_widget {
   margin: 0;
}
#thepassion-footer ul.thepassion_video_list_widget .video_post_title {
   font-size: 12px;
   letter-spacing: 0;
}
#thepassion-footer li.cat-item {
   line-height: 25px;
   background-color: #191919;
   margin: 5px;
   display: inline-block;
   padding: 2px 8px;
   border-radius: 2px;
   color: #737373;
}
#thepassion-footer ul.thepassion_video_list_widget li {
border-bottom:none;
}
/*------------------------ the Video demo css------------------*/
/*pattern element extra css*/
/* credit page css marquee css text*/
.thepassion-small-text {
  margin-bottom: 20px !important;
  font-size: 18px !important;
}
.thepassion-big-text {
  margin-bottom: 40px !important;
  font-size: 35px !important;
 line-height: 40px !important;
}
/* credit page css marquee css text*/
/**cast n crew 1 page ending section triangle,round shape**/
.thepassion-footer-sec h2, .thepassion-footer-sec-two h2 {
line-height:1.1 !important;
font-size:24px !important;
color:#333333;
}
h2 .thepassion-txt-shadow span {
font-size:13px;
}
.thepassion-txt-shadow {
    display: -webkit-inline-box;
	display: inline-block;
}
.thepassion-txt-shadow:hover {
    text-shadow: 1px 2px 2px rgba(162, 162, 162, 0.9);
    font-size: 25px;
}
.shape__container {
    position: relative;
    overflow: hidden;
}
.shape {
    overflow: hidden;
}
svg {
    position: relative;
    top: 0.4px;
    display: block;
}
.triangle svg {
top:0;
}


/** footer css**/
#thepassion-footer #text-2,#thepassion-footer #text-3 {
    display: inline-block;
}
#thepassion-footer .footer-img img {
    width: 15%;
    margin: 0 20px;
}
#thepassion-footer .sec-right {
    float: right !important;
}
.left-bound {
    background-color: #ffffff;
    border-top-right-radius: 40px;
}
.right-bound {
    background-color: #ffffff;
    border-top-left-radius: 40px;
}
.the-movie-box-shadow-effct {
    box-shadow: 2px 1px 2px 2px #828282;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #E0E0E0;;
    padding: 15px !important;
    margin-bottom: 10px ;
}
.the-movie-box-shadow-effct:hover {
    top: -4px;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
/* responsive design css */
@media screen and (min-width: 992px) and (max-width: 1200px) {
#thepassion-footer .text-center {
    width: 100%;
    padding: 0;
}
.thepassion-footer-sec h2, .thepassion-footer-sec-two h2 {
    line-height: 1.1 !important;
    font-size: 24px !important;
    color: #333333;
}
.thepassion-txt-shadow:hover {
    text-shadow: 1px 2px 2px rgba(162, 162, 162, 0.9);
    font-size: 25px;
}
}
@media screen and (min-width: 832px) and (max-width:991px) {
#thepassion-footer .text-center {
    width: 100%;
    padding: 0;
}
.thepassion-footer-sec h2, .thepassion-footer-sec-two h2 {
    line-height: 1.1 !important;
    font-size: 20px !important;
    color: #333333;
}
.thepassion-txt-shadow:hover {
    text-shadow: 1px 2px 2px rgba(162, 162, 162, 0.9);
    font-size: 21px;
}
}
@media screen and (min-width: 768px) and (max-width:831px) {
#thepassion-footer .text-center {
    width: 100%;
    padding: 0;
}
.thepassion-footer-sec h2, .thepassion-footer-sec-two h2 {
    line-height: 1.1 !important;
    font-size: 18px !important;
    color: #333333;
}
.thepassion-txt-shadow:hover {
    text-shadow: 1px 2px 2px rgba(162, 162, 162, 0.9);
    font-size: 19px;
}
#thepassion-footer .footer-img img {
    width: 15%;
    margin: 0 18px;
}
.thepassion-footer-sub,.thepassion-r-pdn {
    padding: 0 !important;
}
}
@media only screen and (max-width: 767px) {
img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
.thepassion-footer-sec h2, .thepassion-footer-sec-two h2 {
    font-size: 17px !important;
}
.thepassion-txt-shadow:hover {
    text-shadow: 1px 2px 2px rgba(162, 162, 162, 0.9);
    font-size: 18px;
}
h2 .thepassion-txt-shadow span {
    font-size: 13px;
}
.thepassion-footer-sub,.thepassion-r-pdn {
    padding: 0 !important;
}
.thepassion-footer-sec-two h2 {
    margin-top: 20px;
}
.thepassion-footer-copyright {
    text-align: center;
}
}
@media only screen and (max-width: 544px) {
.thepassion-footer, .thepassion-first-widget-area, .thepassion-r-pdn, .thepassion-footer-sub {
padding:0 !important;
}
.thepassion-footer-sec h2 {
    line-height: 1.2 !important;
    font-size: 15px !important;
}
h2 .thepassion-txt-shadow span {
    font-size: 10px;
}
.thepassion-txt-shadow:hover {
    font-size: 13px;
}
#thepassion-footer .footer-img img {
    width: 15%;
    margin: 0 13px;
}
.thepassion-footer-sec-two h2 {
    font-size: 18px !important;
    padding: 5px 0;
}

}
@media only screen and (max-width: 480px) {
.thepassion-footer, .thepassion-first-widget-area, .thepassion-r-pdn, .thepassion-footer-sub {
padding:0 !important;
}
.thepassion-footer-sec h2 {
    line-height: 1.2 !important;
    font-size: 10px !important;
}
h2 .thepassion-txt-shadow span {
    font-size: 6px;
}
.thepassion-txt-shadow:hover {
    font-size: 13px;
}
#thepassion-footer .footer-img img {
    width: 15%;
    margin: 0 13px;
}
}
/*--------------------video post element--------------------*/
div#thepassion_video_posts {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
div#thepassion_video_posts.video_style_1 .featured-image{
    width: 100%;
    height: 100%;
}

div#thepassion_video_posts .video-title {
margin-top: 8px;
    margin-bottom: 0px;
text-transform: capitalize;
}
div#thepassion_video_posts .video_post_meta {
    padding: 0px;
    color: #252525;
    font-size: 11px;
}
div#thepassion_video_posts .video_post_meta span {
    padding: 0px 4px;
    text-transform: capitalize;
}
div#thepassion_video_posts .video_post_meta span:first-child {
    padding-left: 0px;
}
div#thepassion_video_posts .video_post_meta span .fa {
    padding: 0px 5px;
}
div#thepassion_video_posts .video_post_meta span:after {
    content: '|';
    position: relative;
    vertical-align: middle;
}
div#thepassion_video_posts .video_post_meta span:after {
    content: '|';
    position: relative;
    vertical-align: middle;
    padding-left: 7px;
}
div#thepassion_video_posts .video_post_meta span:last-child:after {
    content: '';
}
div#thepassion_video_posts.video_style_1 .video_category {
    margin-bottom: 10px;
 position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;

}
div#thepassion_video_posts .video_category > a {
    color: #fff;
    text-transform: uppercase;
    padding: 4px 6px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 10px;
    line-height: 15px;
}
div#thepassion_video_posts .video-featured-image {
    position: relative;
}
div#thepassion_video_posts .video-pin-up {
    position: absolute;
    top: 0px;
    right: 10px;
}
/*div#thepassion_video_posts .video-featured-image:before {
    background: url(images/playbutton.png);
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    display: inline-block;
    height: 50px;
    background-repeat: no-repeat;
    left: 50%;
    margin-top: -25px;
    background-size: 50px;
    margin-left: -25px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    opacity: 0.9;
}*/
div#thepassion_video_posts .video_content:hover .video-featured-image:before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

div#thepassion_video_posts.video_style_2 .video-post-title {
    position: absolute;
    bottom: -31px;
    left: 20px;
    right: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 0px 0px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
div#thepassion_video_posts.video_style_2 .video_content:hover .video-post-title {
    bottom: 5px;
}
div#thepassion_video_posts.video_style_2 .video-featured-image:before{
top: 45%;
}
div#thepassion_video_posts.video_style_2 .video-title {
    border-bottom: 2px solid;
    padding: 5px;
}
div#thepassion_video_posts.video_style_3 .video-featured-image {
    padding: 0px;
}
div#thepassion_video_posts.video_style_3 .video-read-more {
    margin-top: 10px;
}
div#thepassion_video_posts.video_style_3 .video-read-more a {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background: #252525;
    padding: 5px 7px;
    border-radius: 3px;
}
div#thepassion_video_posts.video_style_3 .featured-image {
    width: 100%;
    height: 100%;
}
div#thepassion_video_posts.video_style_3 .video-description {
    font-size: 14px;
    line-height: 23px;
}
div#thepassion_video_posts .video_content {
    margin: 10px 0px;
}
div#thepassion_video_posts .video-type.dailymotion{
    background: url(images/video_dailymotion.png) no-repeat;
    background-size: 30px; 
}
div#thepassion_video_posts .video-type.youtube{
    background: url(images/video_youtube.png) no-repeat;
    background-size: 30px;
}
div#thepassion_video_posts .video-type.live_iframe{
    background: url(images/video_live.png) no-repeat;
    background-size: 30px;
}

div#thepassion_video_posts .video-type.vimeo {
    background: url(images/video_vimeo.png) no-repeat;
    background-size: 30px;
}
div#thepassion_video_posts .video-type.other{
    background: url(images/video_other.png) no-repeat;
    background-size: 30px;
}
div#thepassion_video_posts .video-type.self-hosted{
    background: url(images/video_selfhosted.png) no-repeat;
    background-size: 30px;
}
div#thepassion_video_posts .video-type.metacafe{
    background: url(images/video_metacafe.png) no-repeat;
    background-size: 30px;
}

img.featured-image.wp-post-image {
    width: 100%;
}
div#thepassion_video_posts .video-type {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
div#thepassion_video_posts .video_content:hover .video-type {
    opacity: 1;
    top: 10px;
}
div#thepassion_video_posts .video_pagination .thepassion-pagination {
    margin-top: 10px;
    display: inline-block;
    padding: 10px;
}
div#thepassion_video_posts .video_content {
    overflow: hidden;
    position: relative;
}
div#thepassion_video_posts .video_content .tooltip_templates {
    display: none;
}
div#thepassion_video_posts.video_style_4 .video_content:hover .action.action--hidden {
    opacity: 1 !important;
}
div#thepassion_video_posts.video_style_4 .action.action--hidden {
    opacity: 0 !important;
}
.tooltipster-sidetip.tooltipster-default .tooltipster-box {
    max-width: 250px!important;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 5px 0px;
    border-radius: 3px;
    color: #8e8e8e;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,.5);
    box-shadow: 2px 2px 8px rgba(0,0,0,.5);
}
.tooltipster-default .tooltipster-content .video_category a {
    background: #222;
    color: #fff;
    padding: 4px;
margin-top:5px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
}
.tooltipster-default .tooltipster-content .video-title {
    color: #222;
    font-size: 18px;
    line-height: 18px;
    padding: 3px 0px;
    font-weight: 600;
}
.tooltipster-default .tooltipster-content .video_post_meta span a, .tooltipster-default .tooltipster-content .video_post_meta span {
    color: #9c9c9c;
    font-size: 14px;
    padding-right: 3px;
}
.tooltipster-default .tooltipster-content .video_post_meta span .fa {
    padding: 2px;
}
.tooltipster-default .tooltipster-content .video_content_tooltips {
    color: #969696;
    font-size: 13px;
    line-height: 19px;
    padding: 6px 2px 5px 0px;
    display: inline-block;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #cfcfcf !important;
    box-shadow: -2px -1px 2px rgba(0,0,0,.5) !important;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #cfcfcf !important;
    box-shadow: -2px -1px 2px rgba(0,0,0,.5) !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff !important;
}

div#thepassion_video_posts.video_style_5 .video_content {
    display: table;
}
div#thepassion_video_posts.video_style_5 .video-featured-image {
    display: block;
    width: 150px;
    padding-right: 10px;
}
div#thepassion_video_posts.video_style_5 .video-post-title {
    display: table-cell;
    vertical-align: top;
}
.video_load_more {
    display: block;
    text-align: center;
    width: 100%;
}
.video_load_more .video-load-more-post {
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 0px 5px;
    display: inline-block;
    cursor: pointer;
}
/*--------------------video post element--------------------*/
/*--------------------video slider element------------------*/

div#thepassion-video-slider {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
div#thepassion-video-slider.video_style_1 .featured-image{
    width: 100%;
    height: 100%;
}

div#thepassion-video-slider .video-title {
    font-size: 18px;
    color: #252525;
margin-top: 8px;
    margin-bottom: 0px;
}
div#thepassion-video-slider .video_post_meta {
    padding: 0px;
    color: #252525;
    font-size: 11px;
}
div#thepassion-video-slider .video_post_meta span {
    padding: 0px 4px;
    text-transform: capitalize;
}
div#thepassion-video-slider .video_post_meta span .fa {
    padding: 0px 5px;
}
div#thepassion-video-slider .video_post_meta span:after {
    content: '|';
    position: relative;
    vertical-align: middle;
}
div#thepassion-video-slider .video_post_meta span:after {
    content: '|';
    position: relative;
    vertical-align: middle;
    padding-left: 7px;
}
div#thepassion-video-slider .video_post_meta span:last-child:after {
    content: '';
}
div#thepassion-video-slider.video_style_1 .video_category {
    margin-bottom: 10px;
 position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;

}
div#thepassion-video-slider .video_category > a {
    color: #fff;
    text-transform: uppercase;
    padding: 4px 6px;
    display: inline-block;
    background: #252525;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 10px;
    line-height: 15px;
}
div#thepassion-video-slider .video-featured-image {
    position: relative;
}
div#thepassion-video-slider .video-pin-up {
    position: absolute;
    top: 0px;
    right: 10px;
}

div#thepassion-video-slider.video_style_2 .video-post-title {
    position: absolute;
    bottom: -31px;
    left: 20px;
    right: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 0px 0px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
div#thepassion-video-slider.video_style_2 .item:hover .video-post-title {
    bottom: 5px;
}
div#thepassion-video-slider.video_style_2 .video-featured-image:before{
top: 45%;
}
div#thepassion-video-slider.video_style_2 .video-title {
    border-bottom: 2px solid;
    padding: 5px;
}
div#thepassion-video-slider .video-type.dailymotion{
    background: url(images/video_dailymotion.png) no-repeat;
    background-size: 30px; 
}
div#thepassion-video-slider .video-type.youtube{
    background: url(images/video_youtube.png) no-repeat;
    background-size: 30px;
}
div#thepassion-video-slider .video-type.vimeo {
    background: url(images/video_vimeo.png) no-repeat;
    background-size: 30px;
}
div#thepassion-video-slider .video-type.other{
    background: url(images/video_other.png) no-repeat;
    background-size: 30px;
}
div#thepassion-video-slider .video-type.self-hosted{
    background: url(images/video_selfhosted.png) no-repeat;
    background-size: 30px;
}
div#thepassion-video-slider .video-type.metacafe{
    background: url(images/video_metacafe.png) no-repeat;
    background-size: 30px;
}

div#thepassion-video-slider .video-type {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
div#thepassion-video-slider .item:hover .video-type {
    opacity: 1;
    top: 10px;
}
div#thepassion-video-slider .owl-controls.clickable {
    width: auto;
    display: block;
}
div#thepassion-video-slider .owl-controls .owl-buttons div {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 3px 12px;
opacity:1;
}
div#thepassion-video-slider .owl-controls .owl-buttons div:hover {
    opacity: 0.8;
}

/*--------------------video slider element------------------*/
/*-------------------- single video css---------------------*/
#thepassion-single-video-post {
    position: relative;
    overflow: hidden;
    display: block;
}
.thepassion-main-content-video {
    background: #222;
    padding-top: 10px;
}
.single-post-video-type {
    position: relative;
    margin-bottom: 30px;
}
.video-post-breadcrumbs .thepassion-breadcrumb-page-title {
    display: none;
}
.video-post-breadcrumbs #thepassion_breadcrumb {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}
.video-post-breadcrumbs ul.breadcrumbs li a {
    color: #fff;
    font-size: 12px;
}
.video-post-breadcrumbs ul.breadcrumbs li .bread-current {
    color: #fff;
    font-size: 13px;
}
#thepassion-single-video-post iframe.video-youtube-frame,#thepassion-single-video-post iframe.video-vimeo-frame,#thepassion-single-video-post iframe.video-dailymotion-frame,#thepassion-single-video-post iframe.video-metacafe-frame,#thepassion-single-video-post .video-other iframe{
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#thepassion-single-video-post .video-youtube,#thepassion-single-video-post .video-vimeo,#thepassion-single-video-post .video-dailymotion,#thepassion-single-video-post .video-metacafe,#thepassion-single-video-post .video-other{
    position: relative;
    padding-top: 56.25%;
}

.video-player-frame.video-player-embedded {
    margin: 0 auto !important;
}
#thepassion-single-video-post .video-set.lightoff{
z-index:11;
    position: relative;
}
.thepassion-main-content-video .single_video_likes,.thepassion-main-content-video .single_video_likes .like-text{
    color: #fff !important;
    padding-left: 2px;
}
.thepassion-main-content-video .single_video_likes i.fa {
    background: #fff;
    padding: 7px 9px;
    border-radius: 4px;
}
.thepassion-main-content-video .single_video_likes .fa.active {
    color: #cc181e;
    background: #fff;
}
.thepassion-main-content-video #thepassion-lightoff {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .90;
    z-index: 10;
}
.thepassion-main-content-video .light-off-button {
    background: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    color: #cc181e;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.thepassion-main-content-video .full-screen-video {
    background: #fff;
    padding-left: 8px;
    border-radius: 4px;
    color: #cc181e;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.thepassion-main-content-video .videos-meta-option span.option {
    padding: 0px 20px 0px 0px;
}
.thepassion-main-content-video .videos-meta-option {
    margin-bottom: 20px;
}
.thepassion-main-content-video .videos-meta-option .align-right {
    text-align: right;
}
.thepassion-main-content-video .videos-meta-option span.option.align-right {
    float: right;
}
.thepassion-main-content-video .videos-meta-option span.option.next-prev a {
    padding: 10px 15px;
    background: #fff;
    font-size: 11px;
    border-radius: 3px;
}
.thepassion-main-content-video .videos-meta-option .video_query_form {
    background: #fff;
    border-radius: 4px;
    color: #cc181e;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
#video_query_form {
    padding: 20px;
}
.thepassion-main-content-video .videos-meta-option .share-this-video {
    background: #fff;
    border-radius: 4px;
    color: #cc181e;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
.thepassion-video-content-area .video-show-sidebar {
    margin-top: 30px;
}
.thepassion-video-content-area .video-show-sidebar img {
    width: 100%;
}
.video-series{
position: relative;
padding-top: 56.25%;
}
.video-series iframe{
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.video-series video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.video-series-list {
    display: table;
    width: 100%;
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
    color: rgba(34,34,34,1.0);
    font-weight: bold;
    margin-top: 0;
    border: 1px solid rgba(215,215,215,1.0);
}
.video-series-list .video-series-content-row{
display: table-row;
}
.video-series-list .video-series-content-item:first-child {
    border-right: 1px solid rgba(215,215,215,1.0);
    background-color: rgba(215,215,215,0.18);
}
.video-series-list .video-series-content-item:first-child>* {
    padding-right: 0;
    padding-top: 0;
    white-space: nowrap;
}
.video-series-list .video-series-content-item:last-child {
    width: 100%;
}
.video-series-list .video-series-content-item:last-child>* {
    margin: -5px;
    font-size: 0;
    line-height: 0;
}
.video-series-list .video-series-content-item:last-child>* a{
display: inline-block;
    text-decoration: none;
    background-color: rgba(255,255,255,1.0);
    margin: 5px;
    padding: 3px 15px 2px 15px;
    border: 1px solid rgba(215,215,215,1.0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    line-height: 1.8;
    background: rgba(255,255,255,1.0);
    background: -moz-linear-gradient(top,rgba(255,255,255,1.0) 0,rgba(242,242,242,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1.0)),color-stop(100%,rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1.0) 0,rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1.0) 0,rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1.0) 0,rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1.0) 0,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#f2f2f2',GradientType=0);
    transition: none;
    -webkit-transition: none;
}
.video-series-list .video-series-content-item:last-child>* a.active {
    color: #fff;
    background: #252525;
}
.video-series-list .video-series-content-item {
display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    color: #fff;
}
   
.video-series-list .content-title {
    padding-right: 0;
    padding-top: 0;
    white-space: nowrap;
}
.thepassion-video-content-area div#video-social-share {
    margin: 20px 0px;
    position: relative;
}
.thepassion-video-content-area .video-sharing {
    font-size: 20px;
    position: relative;
    margin: 3px 10px;
    width: 40px;
    bottom: 0;
    padding: 6px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
    transition: all 0.5s ease-out;
}
.thepassion-video-content-area .video-sharing:hover {
    bottom: 10px;
}
.thepassion-video-content-area a.facebook-share.video-sharing {
    background: #507CBD;
}
.thepassion-video-content-area a.twitter-share.video-sharing {
    background: #63CEF2;
}
.thepassion-video-content-area a.google-plus-share.video-sharing {
    background: #4E4F54;
}
.thepassion-video-content-area a.linkedin-share.video-sharing {
    background: #90CBDD;
}
.thepassion-video-content-area a.pinterest-share.video-sharing {
    background: #EE6868;
    color: #fff;
}
.thepassion-video-content-area .single-video-post-title h5 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.thepassion-video-content-area .single-video-post-title {
    margin-top: 30px;
}
.thepassion-video-content-area .user-subscribe {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.thepassion-video-content-area .user-profile {
    vertical-align: middle;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
.thepassion-video-content-area .user-subscribe .user-profile a {
    display: block;
    width: 50px;
    height: 50px;
}

.thepassion-video-content-area .user-profile a img {
    width: 100%;
    height: auto;
    margin-left: 0;
}
.thepassion-video-content-area .author-details {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.thepassion-video-content-area .author-details .author-title a {
    font-size: 17px;
    text-transform: capitalize;
}
.thepassion-video-content-area .author-details .author-link a {
    font-size: 12px;
    background: #222;
    color: #fff;
    padding: 4px 7px;
    border-radius: 4px;
}
.thepassion-video-content-area .count_viewed {
    float: right;
}
.thepassion-video-content-area .watch-view-count {
    padding: 10px;
    font-size: 18px;
}
.thepassion-video-content-area .watch-view-count .fa {
    padding-right: 5px;
}
.thepassion-video-content-area span.video-post-comment-count {
    float: right;
}
.thepassion-video-content-area .video-date-comment {
    font-size: 14px;
}
.thepassion-video-content-area .video-relative-post {
    margin: 30px 0px;
}
.thepassion-video-content-area h5.video-relative-heading {
    font-size: 23px;
    line-height: 25px;
    color: #252525;
    text-align: left;
}
.thepassion-video-content-area ul.relative-post-list {
    overflow: hidden;
    position: relative;
    list-style: none;
}
.relative-post-img img {
    width: 100%;
    height: 100%;
}
.thepassion-video-content-area .video-tags-list {
    padding: 10px 0px;
    font-size: 16px;
    text-transform: capitalize;
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.thepassion-video-content-area > .main_content{
    -webkit-box-shadow: 0px 0px 13px -1px rgba(128, 128, 128, 0.51);
-moz-box-shadow: 0px 0px 13px -1px rgba(128, 128, 128, 0.51);
box-shadow: 0px 0px 13px -1px rgba(128, 128, 128, 0.51);
}
.thepassion-video-content-area .comments-area {
    margin-bottom: 25px;
}
@media (max-width:991px){
.thepassion-video-content-area .video-left-side {
    display: none;
}
}
/*-------------------- single video css---------------------*/
/*--------------------- video widget sidebar css-------------*/
ul.thepassion_video_list_widget {
    background: #fbfbfb;
    padding: 10px;
list-style: none;
}
ul.thepassion_video_list_widget li {
    display: table;
    width: 100%;
    padding: 10px;
}
ul.thepassion_video_list_widget li img {
    width: 80px;
}
ul.thepassion_video_list_widget .video_post_title {
    display: block;
    font-size: 15px;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1.2;
}
ul.thepassion_video_list_widget .video_post_meta {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
}
ul.thepassion_video_list_widget .video_post_meta span {
    padding-right: 5px;
}
ul.thepassion_video_list_widget li.widget_video_content .video-thumbnail a {
    position: relative;
}
ul.thepassion_video_list_widget li.widget_video_content .video-thumbnail a:before {
    background: url(images/playbutton.png);
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    left: 50%;
    margin-top: -15px;
    background-size: 30px;
    margin-left: -15px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    opacity: 0.9;
}
ul.thepassion_video_list_widget li:hover .video-thumbnail a:before{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
ul.thepassion_video_list_widget .video_post_meta .fa {
    padding-right: 3px;
}
ul.thepassion_video_list_widget .video-thumbnail {
    display: table-cell;
    width: 80px;
    padding-right: 10px;
}
.widget_thepassion_video_posts_widget {
    margin: 20px 0px;
}
.thepassion-video-content-area .widget-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.7px;
}
.video-show-sidebar .widget-title {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: #e8e8e8;
    padding: 10px;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
}

ul.thepassion_video_category_list {
    padding: 0;
    list-style: none;
    margin: 0px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}
ul.thepassion_video_category_list li {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 6px 20px;
}
ul.thepassion_video_category_list li span {
    padding: 5px 6px;
    font-size: 10px;
    margin-left: 11px;
    background-color: #41ddd5;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

ul.thepassion_video_tags_list {
    font-size: 17px;
    line-height: 22px;
    padding: 10px;
    background: #fbfbfb;
}
ul.thepassion_video_tags_list a {
       color: #ffffff;
    text-transform: capitalize;
    line-height: 25px;
    background-color: #41ddd5;
    margin: 5px;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 15px;
}
.video_pagination {
    display: inline-block;
    width: 100%;
}
div#thepassion-footer .thepassion_video_category_list, div#thepassion-footer .thepassion_video_tags_list,div#thepassion-footer .thepassion_video_list_widget {
    background: #252525;
}
/*---------------------video submit form---------------------*/
form#thepassion_video_submitted .help-block {
    font-size: 11px;
    line-height: 11px;
}
form#thepassion_video_submitted span.label.label-danger {
  vertical-align: top;
    padding: 0px;
    position: relative;
    font-size: 17px;
    background: transparent;
    color: #d9534f;
}
form#thepassion_video_submitted {
    margin: 30px 0px;
}
form#thepassion_video_submitted .select-video-type input[type="radio"] {
    display: none;
}

form#thepassion_video_submitted .select-video-type input[type="radio"]:checked + label {
    background: transparent;
    display: inline-block;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    border: 2px solid #999;
}
form#thepassion_video_submitted .select-video-type input[type="radio"] + label {
   background: transparent;
    display: inline-block;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    border: 2px solid transparent;
}
/*--------------------- video widget sidebar css-------------*/

/*------------------------video------------*/
div#thepassion_video_posts .video_content .action--hidden.action--play,div#thepassion-video-slider .item .action--hidden.action--play{
    background: url(images/playbutton.png);
    position: absolute;
    top: 50%;
    width: 50px;
    display: inline-block;
    height: 50px;
    background-repeat: no-repeat;
    left: 50%;
    margin-top: -25px;
    background-size: 50px;
    margin-left: -25px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    opacity: 0.9;
}
div#thepassion_video_posts .video_content:hover .action--hidden.action--play,div#thepassion-video-slider .item:hover .action--hidden.action--play {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
/*------------------------video------------*/
/*-------------------------video submited css------------------*/
#thepassion_video_submitted .author-information,#thepassion_video_submitted .video-information {
    box-shadow: 0px 0px 9px 1px rgba(211, 211, 211, 0.45);
    padding: 30px;
margin-bottom: 40px;
}
#thepassion_video_submitted .author-info-title ,#thepassion_video_submitted .video-info-title{
        text-align: left;
    font-size: 27px;
    line-height: 30px;
    color: #222;
    position: relative;
    top: -45px;
    left: -13px;
    background: #fff;
    display: inline-block;
    padding: 0px 6px;
}
form#thepassion_video_submitted input[type=text],form#thepassion_video_submitted input[type=email] {
    background: transparent;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#thepassion_video_submitted input.video_submitted{
    width: 100%;
    padding: 13px 11px;
}
#thepassion_video_submitted input.video_submitted:hover {
    color: #fff;
}
#thepassion_video_submitted input.video_submitted:focus {
    outline: none;
}
.video-successfull-upload{
    box-shadow: 2px 2px 2px 2px #d3d3d3;
    padding: 30px;
    margin: 30px 0px;
}
.video-successfull-upload h3 {
    font-size: 37px;
    color: #222;
    font-weight: 700;
}
.video-successfull-upload a {
    text-align: center;
    display: block;
    margin: 30px 0px;
    font-size: 21px;
}
/*-------------------------video submited css------------------*/
.thepassion-topheader {
    position: relative;
    display: block;
    width: 100%;
    background: #222;
    color: #fff;
    z-index: 9;
}
.thepassion-topheader p {
    margin: 0px;
}
.thepassion-topheader .top-header-right-content > div {
    text-align: right;
}
.thepassion-topheader a.thepassion-social-icon .fa {
    padding: 0px 6px;
}
.thepassion-topheader a.thepassion-social-icon {
    line-height: 2;
}
.thepassion-topheader .top-header-left-content {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
}
.thepassion-topheader .top-header-right-content {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
}
.admin-bar #thepassion-header.fixed {
    top: 32px;
}
#thepassion-header.fixed {
    top: 0px;
}
@media (max-width:600px){
.thepassion-topheader {
display:none;
}
header#thepassion-header.overlay-header.top-header-margin{
margin-top:0px !important;
}
}
@media (max-width:991px){
.thepassion-topheader {
    height: auto !important;
}
}

/*-----------------header top-right css------------------*/
.thepassion-top-right-nav-icon .right-nav-trigger {
  position: relative;
  float: right;
  height: 45px;
  width: 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.thepassion-top-right-nav-icon .right-nav-trigger span,
.thepassion-top-right-nav-icon .right-nav-trigger span:before,
.thepassion-top-right-nav-icon .right-nav-trigger span:after {
  position: absolute;
  width: 28px;
  height: 3px;
  background-color: #261ae1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thepassion-top-right-nav-icon .right-nav-trigger span {
  top: 21px;
  left: 8px;
  -webkit-transition: background 0.2s 0.5s;
  -moz-transition: background 0.2s 0.5s;
  transition: background 0.2s 0.5s;
}
.thepassion-top-right-nav-icon .right-nav-trigger span:before,.thepassion-top-right-nav-icon .right-nav-trigger span:after {
  /* these are the upper and lower lines */
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
}
.thepassion-top-right-nav-icon .right-nav-trigger span:before {
  bottom: 8px;
}
.thepassion-top-right-nav-icon .right-nav-trigger span:after {
  top: 8px;
}
.nav-is-visible .thepassion-top-right-nav-icon .right-nav-trigger span {
  /* hide line in the center */
  background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .thepassion-top-right-nav-icon .right-nav-trigger span:before, .nav-is-visible .thepassion-top-right-nav-icon .right-nav-trigger span:after {
  /* keep visible other 2 lines */
  background-color: #ff0d0d;
}
.nav-is-visible .thepassion-top-right-nav-icon .right-nav-trigger span:before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.nav-is-visible .thepassion-top-right-nav-icon .right-nav-trigger span:after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

div#thepassion-right-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 115px;
    width: 100%;
    background-color: #000000;
    visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
    z-index: 11;
}
div#thepassion-right-menu.nav-is-visible {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0.5s 0s;
  transition: transform 0.5s 0s, visibility 0.5s 0s;
}

#thepassion-right-menu #thepassion-featureMenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    border-collapse: separate;
 -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
overflow-y: auto;
    overflow-x: hidden;
}
#thepassion-right-menu #thepassion-featureMenu li {
    display: table-cell;
    padding: 0;
}
#thepassion-right-menu #thepassion-featureMenu li a {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
    z-index: 1;
    background-position: center;
}
div#thepassion-right-menu.nav-is-visible #thepassion-featureMenu {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#thepassion-right-menu li a .button_label:before {
    position: absolute;
    top: -20px;
    left: 50%;
    content: '';
    background: #fff;
    width: 24px;
    margin-left: -12px;
    height: 3px;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
div#thepassion-right-menu li a:before{
opacity:0.2;
}
#thepassion-right-menu li a:hover:before {
    opacity: 0.5;
}
div#thepassion-right-men.nav-is-visible #thepassion-featureMenu::after {
  /* menu cover layer - hide it when navigation is visible */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
}
@media only screen and (min-width: 768px) {
  div#thepassion-right-menu #thepassion-featureMenu a {
    padding: 0 !important;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* truncate text with ellipsis if too long */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.thepassion-header-top-right{
-webkit-transition:all 1.0s cubic-bezier(0, 0.85, 0.34, 1.07) !important;
  -moz-transition:all 1.0s cubic-bezier(0, 0.85, 0.34, 1.07) !important;
  -o-transition:all 1.0s cubic-bezier(0, 0.85, 0.34, 1.07) !important;
  transition:all 1.0s cubic-bezier(0, 0.85, 0.34, 1.07) !important;
}
.thepassion-header-top-right.nav-is-visible {
    position: absolute;
    width: 100%;
    z-index: 111;
    left: 0;
    top: 0px;
}
.thepassion-header-top-right.nav-is-visible {
margin-top: 60px;
}
.admin-bar header#thepassion-header.overlay-header.top-header-margin.nav-is-visible {
    top: 0px;
}
.header-stickly.fixed.thepassion-header-top-right.nav-is-visible {
    top: 118px !important;
}
.thepassion-header-top-right.nav-is-visible {
   margin-top: 115px !important;   
  }
.header#thepassion-header.nav-is-visible {
    margin-top: 83px !important;
}
@media only screen and (min-width: 768px) {
  .thepassion-header-top-right.nav-is-visible {
   margin-top: 115px !important; ;
   
  }
}
@media (min-width:992px){
.thepassion-top-right-nav-icon{
    margin-right: 10px;
}
}
@media (max-width:991px){
.thepassion-top-right-nav-icon {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 111;
    padding: 0px;
    border: 1px solid #222;
    border-radius: 3px 0px 0px 3px;
    border-right: 0px;
}
}
@media only screen and (max-width: 767px) {
#thepassion-right-menu .thepassion-nav li a {
    font-size: 16px !Important;
    line-height: 18px !important;
}
}
@media (max-width:400px){
div#thepassion_video_posts.video_style_5 .video-featured-image{
display: block;
}
.thepassion-video-content-area .video-sharing {
    font-size: 20px;
    margin: 3px 10px;
    width: 32px;
    padding: 2px;
    height: 32px;
}
.thepassion-main-content-video .videos-meta-option .share-this-video{
display:none;
}
}
/*-------------------------the video demo css----------------*/
.thepassion-contact-us input.wpcf7-text, .thepassion-contact-us .wpcf7-textarea {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #c3c3c3;
}
.thepassion-contact-us,.thepassion-ask-que {
    display: inline-block;
}
.thepassion-contact-us .wpcf7-submit.submit-btn,.thepassion-ask-que .wpcf7-submit.submit-btn {
    width: 100%;
}
.thepassion-header-top-right .thepassion-nav>li>.dropdown-menu li a {
    padding: 13px 50px 13px 25px !important;
}
.thepassion-header-top-right .thepassion-nav ul.dropdown-menu a {
    border-bottom: 1px solid #c8312b !important;
    moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.thepassion-header-top-right .thepassion-nav ul.dropdown-menu a:hover {
    background-color: #252525;
}
.thepassion-header-top-right .thepassion-nav ul.dropdown-menu{
    margin: 0 !important;
}
#thepassion-footer .footer-social-the-video a i {
    background-color: #191919;
    padding: 10px;
    width: 30px;
    text-align: center;
}
/*-------------------------the video demo css----------------*/
/*-------------------------the movie studio 2 css----------------*/
.thepassion-footer, .thepassion-first-widget-area {
    padding: 0 !important;
}
.movie-studio2 {
    width: 100%;
    display: inline-block;
    padding: 5% 0px;
}
.footer-social-icon i {
    background-color: #ff7600;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    font-size: 20px;
	padding: 13px;
    margin: 2px;
}
.footer-social-icon i:hover {
    background-color: #fff;
}
.signup-form .wpcf7-submit {
    background-color: #161616;
    width: 100%;
    margin-top: 5px;
}
.signup-form .wpcf7-submit:hover {
    background-color: #161616;
}
.studio2-btn .wpcf7-submit {
    background-color: #ff6700 !important;
    padding: 8px 51px !important;
    border-radius: 3px !important;
    font-size: 18px !important;
    float: right;
}
/*-------------------------the movie studio 2 css----------------*/
/*-------------------------the movie studio 3 css----------------*/
.studio3-nl .wpcf7-submit {
    width: 100%;
}
.studio3-nl span.ajax-loader {
    display: none;
}
.studio3-nl {
    display: inline-block;
    width: 100%;
}
.studio3-nl p {
font-size:18px;
color:#fff;
padding-top: 10px;
}
.studio3-nl .wpcf7-text {
    border-radius: 5px;
    padding: 15px 10px !important;
}
.studio3-nl .wpcf7-submit {
    padding: 15px 0 14px 0;
    border-radius: 5px;
}
.studio3-nl input[type=submit]:hover {
    background-color: #414143;
}
.studio3-btn .wpcf7-submit {
    padding: 8px 51px !important;
    border-radius: 3px !important;
    font-size: 18px !important;
    float: right;
}
.studio3-btn .wpcf7-submit:hover {
    background-color: #414143;
}
.thepassion-footer, .thepassion-first-widget-area {
padding:0 !important;
}
.movie-studio3 {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5% 0 3% 0;
}
.sec1 {
    display: inline-block;
    padding-bottom: 40px;
    border-bottom: 1px solid #161616;
    margin-bottom: 40px;
}
.sec2 {
    display: inline-block;
    width: 100%;
    position: relative;
text-align:left !important;
}
.sec2 ul {
    line-height: 3;
}
.studio3-social i {
    background-color: #232323;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    font-size: 20px !important;
    padding-top: 12px;
    margin: 2px;
    text-align: center;
}
.studio3-social {
    text-align: center;
    padding-top: 15px;
}
.studio3-contact {
    padding: 25px 0 10px 0;
    text-align: center;
}
/*-------------------------the movie studio 3 css----------------*/

.header-height{
    height: 130px;
}

.poster_carousel{
    width: 260px;
}

.edgtf-wrapper.single-style {
    overflow: hidden;
}