﻿/*
 * Theme Name: Productionlist
 * 
 */
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;margin:0;
	outline: none;
}
html {	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
img{max-width: 100%;height: auto;}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,textarea{
	-webkit-appearance: none;
	border-radius:0;
	font-family: inherit;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"]{	
    color: #9a9a9a;
    font-family: inherit;
    font-size: 15px;
    height: 35px;
    padding: 0 10px;    
}
textarea {
    background: #ffffff none repeat scroll 0 0;     
    border-radius: 4px;
    color: #9a9a9a;
    font-family: inherit;
    font-size: 15px;
    height: 165px;
    padding: 10px;
    max-width: 100%;
}
iframe{
	max-width: 100%;
	border:none;
}
a{
	color: #009BD9;
}
ul,ol{list-style: none;}
.thumbnail{line-height: 0;}
.thumbnail a{
	display: inline-block;
	max-width: 100%;
}
/* font face */
@font-face {
  font-family: 'ARS Maquette Pro Medium';	
  src: url('fonts/arsmaquettepro-medium-webfont.eot');	
  src: local('☺'), url('fonts/arsmaquettepro-medium-webfont.woff') format('woff'), 
  url('fonts/arsmaquettepro-medium-webfont.ttf') format('truetype'), 
  url('fonts/arsmaquettepro-medium-webfont.svg') format('svg');	
  font-weight: normal;	
  font-style: normal;
}
@font-face {
  font-family: 'ARS Maquette Pro Bold';	
  src: url('fonts/arsmaquettepro-bold-webfont.eot');	
  src: local('☺'), url('fonts/arsmaquettepro-bold-webfont.woff') format('woff'), 
  url('fonts/arsmaquettepro-bold-webfont.ttf') format('truetype'), 
  url('fonts/arsmaquettepro-bold-webfont.svg') format('svg');	
  font-weight: normal;	
  font-style: normal;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('fonts/clearsans-light-webfont.eot');
    src: url('fonts/clearsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clearsans-light-webfont.woff2') format('woff2'),
         url('fonts/clearsans-light-webfont.woff') format('woff'),
         url('fonts/clearsans-light-webfont.ttf') format('truetype'),
         url('fonts/clearsans-light-webfont.svg#clear_sans_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Clear Sans';
    src: url('fonts/clearsans-bold-webfont.eot');
    src: url('fonts/clearsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clearsans-bold-webfont.woff2') format('woff2'),
         url('fonts/clearsans-bold-webfont.woff') format('woff'),
         url('fonts/clearsans-bold-webfont.ttf') format('truetype'),
         url('fonts/clearsans-bold-webfont.svg#clear_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
  font-family: 'Clear Sans';
  src: url('fonts/ClearSans-Medium.eot?#iefix') format('embedded-opentype'),  
  url('fonts/ClearSans-Medium.woff') format('woff'), 
  url('fonts/ClearSans-Medium.ttf')  format('truetype'), 
  url('fonts/ClearSans-Medium.svg#ClearSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* special logo css */
a.logo{
	text-decoration: none;
	float: left;
	display: inline-block;
}
.special-logo {
	width: 25.7em;
	height: 4.4em;
	display: table;
	font-size: 10px;	
	text-decoration: none;
}
.special-logo .left-side span{
	display: block;
}
.special-logo .left-side{
	width: 8.6em;
	border-right: 1px solid rgba(0,0,0,0.3);	
	color: #009cdf;
	display: inline-block;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0.3em;
}
.light-logo.special-logo .left-side{
	color: #fff;
	border-color: #fff;
}
.special-logo .left-side .big{
	display: block;
	font-size: 3em;
	font-family: ARS Maquette Pro Bold;	
	line-height: 0.8;
}
.special-logo .left-side .small{
	font-size: 0.7em;	
	line-height: 1;
	font-family: 'Clear Sans';
	font-weight: 300;
	padding-left: 2px;
}
.special-logo .right-side{
	width: 15.1em;
	display: table-cell;
	vertical-align: middle;	
}
.special-logo .right-side>span{
	padding-left: 1.3em;
	display: inline-block;
}
.special-logo .icon-site{
	width: 2em;
	height: 2.6em;
	display: inline-block;
	background: url('images/icon_productionlist.svg') no-repeat top center;
	background-size: 100% auto; 
	vertical-align: middle;
	margin-right: 0.7em;
}
.special-logo.light-logo .icon-site{
	background-position: bottom center; 	
}
.special-logo .right-side .sitename{
	font-size: 1.3em;
	color: #696969;
	font-family: 'ARS Maquette Pro Medium';
	line-height: 1;	
	display: inline-block;
	vertical-align: middle;
}
.special-logo.light-logo .right-side .sitename{
	color: #fff;
}
.header {
	padding: 10px 0;
	border-bottom: 1px solid #d8dfe6;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	z-index: 100;
}
.transparent-bg.header{
	background: none;
	border-bottom: none;
}
.fix-width {
	width: 1100px;
	margin: auto;
	max-width: 100%;
}
.clear{
	clear: both;
}
.menu-responsive {
	float: right;
}
.menu-responsive>div{
	float: left;
}
.menu-responsive>div>ul>li{
	float: left;
	position: relative;
}
.menu-responsive ul a{
	display: block;
	color: #000000;
	font-weight: 500;
	letter-spacing: .3px;
	text-decoration: none;
	font-size: 14px;
	padding: 6px 15px;
	line-height: 1.3em;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.menu-responsive>.nav-menu>ul>li>a:hover{
	color: #00A3F7;
}
.transparent-bg.header .menu-responsive a{
	color: #fff;
}
.menu-responsive a .caret{
	display: none;
}
.menu-responsive .menu-item-has-children>a>.caret{
	display: inline-block;
}
.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.header .menu-responsive {
	padding-top: 6px;
}
.user-menu a {
	border-radius: 4px;	
}
.color-success {
	background: #00c76b;
}
.user-menu a.color-success{
	color: #fff;
}
.user-menu li:last-child>a{
	padding-right: 0;
}
.top-footer {
	padding: 20px 0;
	background: #373f48;
	color: #fff;
}
.footer-row {
	margin: 0 -20px;
}
.footer-row .widget{
	padding: 20px;
}
.two-col {
	width: 50%;
	float: left;
}
.three-col{
	width: 33.333%;
	float: left;
}
.two-three-col{
	width: 66.666%;
	float: left;
}
.footer-row:after{
	clear: both;
	content: '';
	display: block;
}
.footer-row .widget_text,
.footer-row .widget_og-recent-production,
.footer-row .widget_og-subcribe-form {
	width: 33.333%;
	float: left;
}
.footer-row .widget_nav_menu{
	width: 16.666%;
	float: left;
}
.footer-row  h3.widgettitle{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
}
.footer-row a{
	color: #a6aeb8;
	font-size: 13px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	line-height: 1.3em;
	display: inline-block;	
	padding: 4px 0;
	text-decoration: none;
}
.footer-row a:hover {
	color: #fff;
}
.footer-row .menu li{
	display: block;	
}
.footer-row .textwidget {
	font-size: 13px;
	color: #a6aeb8;
	line-height: 1.5em;
}
.bottom-footer {
	text-align: center;
	background: #464e59;
	padding: 50px 0;
	color: #a6aeb8;
	font-size: 12px;
	line-height: 1.3em;
}
.bottom-footer .copyright {
	font-size: 13px;
	color: #fff;
	margin-bottom: 15px;
}
.bottom-footer .logo-footer {
	margin-top: 30px;
}
.bottom-footer .copy-area{
	width: 790px;
	margin: auto;
	max-width: 100%;
}
.page-wraps {
	padding-top: 64px;
	background: #f2f4f6;
	padding-bottom: 1px;
}
.sidebar-left{
	margin-left: 260px;
}
.sidebar{
	width: 260px;
	color: #2d2c2c;
}
.sidebar-left .sidebar{
	float: left;
	margin-left: -260px;
}
.clearfloat {
	float: left;
	width: 100%;
}
.sidebar-left .wrap{
	float: right;
	width: 100%;
	padding-left: 30px;
}
.page-have-sidebar {
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.white-bg {
	background: #fff;
}
.sidebar h3.widgettitle{
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.sidebar .menu{
	padding-top: 15px;
}
.sidebar ul~.menu{
	padding-top: 0;
}
.sidebar ul li a{
	color: #2d2c2c;
	color: var(--e-global-color-text);
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	padding: 5px 10px;
	display: block;	
}
.sidebar ul li a:hover {
	color: #00A3F7;
	color: var(--e-global-color-primary);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.sidebar .widget{
	margin-bottom: 25px;
}
.search-form {
	position: relative;
	padding-right: 30px;
}
.search-form .search-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	cursor: pointer;
	border: none;
	background: #333333;
	color: #fff;
	top:0;
}
.search-form input[type="text"]{
	width: 100%;
	height: 30px;
	border: none; background: #d4d4d4;
	font-size: 14px;
	color: #000;
}
.search-form input[type="text"]:focus{
	background: #fff;
}
.blogs-page {
	padding: 25px;
}
.title-line {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3em;
	padding: 12px 0;
	border-bottom: 1px solid #e4e4e4;
}
.blog-list .item .thumbnail {
	width: 300px;
	float: left;
}
.blog-list .item{
	padding: 20px 0;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.blog-list .item.holder {
	opacity:0;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
.blog-list .item .content{
	margin-left: 300px;
	padding-left: 30px;
}
.blog-list .item:after{
	clear: both;
	content: '';
	display: block;
}
.blog-list .item .title,
.blog-grid .item .title{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: -5px;
	color: #2d2c2c;
	display: inline-block;
	text-decoration: none;
}
.blog-grid .og-btn{
	display: none;
}
.blog-list .item  .content,
.blog-grid .item  .content{
	font-size: 14px;
	line-height: 1.3em;
	color: #696868;
	font-weight: 400;
}
.blog-list .item  .content p,
.blog-grid .item  .content p {
	margin: 5px 0;
}
.blog-list .item .status span.date,
.blog-grid .item .status span.date{
	color: #aaa7a7;
}
.blog-list .item .status a,
.blog-grid .item .status a{
	text-decoration: none;
}
span.dot{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	margin: auto 7px;
	background: #aaa7a7;
	vertical-align: middle;
}
.blog-list .item .status .green{
	color: #3bbf47;
}
.og-btn {
	font-size: 18px;
	letter-spacing: 1px;    
    line-height: 1.3em;
    padding: 6px 15px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    border-radius: 4px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    box-shadow:inset 0 -3px rgba(0,0,0,0.15);
    text-align: center;
    vertical-align: middle;
}

.og-btn:hover{
	box-shadow:inset 0 -0px rgba(0,0,0,0.15);
}
.og-btn-medium {
	padding: 12px 30px;
}
.og-btn-blue {
	background: #009bd9;
	color: #fff;
}
.og-btn-blue:hover {
	background: #006699;
}
a.og-btn-blue {
	background: #009bd9;
	color: #fff;
}

.og-btn-grey {
	background: #a1b2b8;
	color: #fff;
}
.og-btn-grey:hover{
	background: #333;
}
.og-btn-orange {
	background-color: #ff7f00;
    color: #ffffff;
}
.og-btn .big{
	font-size: 24px;
	font-weight: 500;
	display: block;
}
.og-btn .small{
	font-size: 14px;
	display: block;
}
.subcribeform {
	padding: 40px;
	border: 1px solid #d9d9d9;
	text-align: center;
	margin: 20px 0;
}
.subcribeform.notification_email{
	border: none;
}
.subcribeform h3{
	font-size: 24px;
	font-weight: 500;
}
.subcribeform .subcribe-area {
	width: 600px;
	margin: auto;
	max-width: 100%;
}
.subcribeform form{
	width: 420px;
	max-width: 100%;
	margin: auto;
	margin-top: 20px;
	position: relative;
}
.subcribeform form input[type="email"]{
	width: 100%;
	height: 44px;
	border: 1px solid #686868;
	font-size: 24px;
	font-weight: 400;
}
.subcribeform form input[type="submit"],
.subcribeform form button[type="submit"]{
	position: absolute;
	width: 44px;
	height: 44px;
	border: none;
	background: none;
	color: red;
	top:0;
	right: 0;
	font-size: 20px;
	cursor: pointer;
}
.thumbnail_slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;    
    vertical-align: middle;
    height: 100vh;
    padding: 64px 0 144px;
}

.home_banner {
    font-size: 18px;
    margin: auto;
    max-width: 100%;
    position: relative;
}
.banner_slider .item {
    display: table;
    width: 100%;
    text-align: center;
    color: #fff;
}
.banner .clients-feature {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	left:0;
}
.og-btn-green {
	background-color: #00c76b;
	color: #fff;
}
.og-btn-green:hover{
	background: #33cc99;
}
.banner_slider h2{
	font-size: 48px;
	letter-spacing: 1px;
	font-weight: 500;	
	margin-bottom: 30px;
	line-height: 1.2em;
}
.banner_slider .item .banner_text{
	padding:  0 65px;
}
.banner_slider h4{
	font-weight: 300;
}
.thumbnail_slide:before{
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(0,0,0,0.45);
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
}
.relative {
	position: relative;
}
.site-title h2{
	font-size: 30px;
	color: #404954;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 1.3em;
	margin-bottom: 30px;
}
.site-title h2 span{
	font-weight: 600;
	color: #009ddc;
}
.site-title p{
	font-size: 15px;
	line-height: 1.5em;
	color: #50575f;	
	margin-bottom: 40px;
}
.site-title {
	text-align: center;
	margin-bottom: 60px;
	width: 840px;
	max-width: 100%;
	margin: auto;
}
.site-detail-area {
	padding: 80px 0;
}
.site-details {
	margin: 0 -20px;
	text-align: center;
}
.site-details>div{
	padding: 20px;
}
.four-col{
	width: 25%;
	float: left;
}
.clearfix:before,
.clearfix:after{
	clear: both;
	display: block;
	content: "";
}
.site-details .item{
	display: inline-block;
}
.details-icon {
	font-size: 10px;
	width: 6em;
	height: 6em;
	display: inline-block;
	background: url('images/icons-details.png');
	background-size: auto 12em; 
	opacity: 0.8;
}
.details-icon2 {
	font-size: 13px;
	width: 6em;
	height: 6em;
	display: inline-block;
	background: url('images/icons-details2.png');
	background-size: auto 12em; 
	opacity: 0.8;
}
.details-icon-1 {
	background-position: 0 top; 
}
.details-icon-2 {
	background-position: -6em top; 
}
.details-icon-3 {
	background-position: -12em top; 
}
.details-icon-4 {
	background-position: -18em top; 
}
.site-details .number{
	color: #009ddc;
	font-weight: 700;
	font-size: 43px;
	margin: 15px 0;
}
.site-details p{
	color: #404954;
	font-size: 14.42px;
	font-weight: 700;	
}
.testimonials-area {
	padding: 100px 0;
	background-image: url('images/testimonial-bg.jpg');
	min-height: 460px;
}
.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials-area .content{
	text-align: center;
	margin-bottom: 15px;
}
.testimonials-area .content p {
	color: #fff;
	font-size: 28px;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: 200;
	font-style: italic;
}
.testimonials-area .author{
	float: right;
	width: 395px;
	display: table;
}
.testimonials-area .author .detail{
	display: table-cell;
	vertical-align: middle;
	width: 225px;
	text-align: right;
	color: #fff;
}
.testimonials-area .author .detail img{
	display: inline-block;
}
.testimonials-area .author .avatar{
	width: 170px;
	padding-left: 10px;
	padding-right: 50px;
}
.testimonials-area .author .avatar .thumbnail{
	border-radius: 50%;
	overflow: hidden;
}
.testimonials-area .author .name{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2em;
}
.testimonials-area .author .pos{
	font-size: 18px;
	line-height: 1.2em;
}
.testimonials-area:before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(68,185,231,0.8);
	top:0;
	left: 0;
	position: absolute;
}
.testimonials-area {
	position: relative;
}
.join-member-area {
	padding: 55px 0;
	background: #009ddc;
	text-align: center;
	color: #fff;
}
.join-member-area  h2{
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.join-member-area  h2 span{
	font-weight: 500;
}
.og-btn-white {
	background: #fff;
	color: #009ddc;
	
}
.join-member-area .og-btn{
	font-weight: 500;
	font-size: 17px;
    	letter-spacing: 1.1px;
}
.diffrents-area {
	padding: 50px 0;
	background: #fff;
}
.pricing-table:after {
	clear: both;
	content: '';
	display: block;
}
.two-five-col {
	float: left;
	width: 40%;
}
.five-col {
	float: left;
	width: 20%;
}
.pricing-cell ul li{
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5; 
	font-size: 14px;	
	color: #50575f;
	line-height: 1.2em;
	padding: 15px;
	background: #fff;
}
.pricing-cell ul li:nth-child(2n+1){
	background: #f8f8f8;
}
.pricing-table {
	border-top:  1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5; 
}
.pricing-value {
	text-align: center;
}
.pricing-cell .p-header {
	height: 110px;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 0;
}
.pricing-cell .p-cell{
	display: table-cell;
	vertical-align: middle;
}
.pricing-cell .p-header .og_cell{
	height: 65px;
	vertical-align: middle;
}
.pricing-cell .p-price{
	height: 80px;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 0;
}
.pricing-cell  .fa {
	color: #7ab55c;
}
.pricing-cell .amount {
	font-size: 36px;
	font-weight: 700;
	color: #383d43;
}
.pricing-cell .p-price p {
	text-transform: uppercase;
	font-size: 14px;
	color: #50575f;
}
.pricing-table {
	margin-top: 30px;
	width: 940px;
	max-width: 100%;
	margin: auto;
}
.page-banner {
	text-align: center;
	padding: 70px 0;
	color: #fff;
	position: relative;
}
.page-banner h1{	
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 48px;
}
.page-banner p{
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1.3px;
	
}
.page-banner:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(68,185,231,0.8);
}
.page-menu {
	background: #545e6b;
	text-align: center;
	padding: 10px 0;
}
.page-menu ul{
	display: inline-block;
	vertical-align: top;
}
.page-menu a{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .4px;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1.5em;
	padding: 5px 10px;
	text-transform: capitalize;
}
.page-menu .current-menu-item a{
	color: #18afec;
}
.page-menu ul li{
	float: left;
	margin: 0 10px;
}
.plans-price {
	padding: 50px 0;
}
.pricing-plans {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 30px auto 30px;
}
.pricing-plans .item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 320px;
	flex: 0 1 320px;
	margin: 15px;
	padding: 30px;
	border: 1px solid #d0d0d0;
	background-color: #FFFFFF;
	border-top-width: 5px;
	text-align: center;
	position: relative;
}
.pricing-plans .item:hover {
	border-top-color: #3399cc;
}
.pricing-plans .item:hover .og-btn-grey{
	background: #00cc66;
}
.pricing-plans .title {
	font-weight: 600;
	font-size: 18px;
	color: #50575f;
	margin: 15px 0;
}
.pricing-plans p {
	font-size: 12px;
	letter-spacing: 1px;
	color: #50575f;	
	line-height: 1em;
	
}
.pricing-plans  .amount{
	color: #383d43;
	font-size: 54px;
	font-weight: 600;
}
.pricing-plans .price {
	margin-top: 30px;
	margin-bottom: 15px;
}
.pricing-plans .notice{
	margin-bottom: 35px;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 1.3em;
}
.pricing-plans .og-btn{
	margin-top: auto;
}
.pricing-plans .sale{
	position: absolute;
	top:100%;
	left:-1px;
	right: -1px;
	padding: 5px 10px;
	background: #328cbf;
	color: #fff;
	font-size: 16px;
	font-weight: 500;	
}
.pricing-plans .item:hover .sale{
	display: block;
}
.pricing-plans .sale p {
	color: #fff;
	font-size: 16px;
	line-height: 1.2em;
	padding: 7px;
}
.pricing-plans .sale strong{
	font-weight: 700;
	
}
.pricing-plans .sale:before{
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:  #328cbf;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
}
.og-btn-large {
	padding: 15px 30px;
	font-size: 18px;	
	
}
.og-btn-dark {
	background: #555555;
	color: #fff;
}
.page-banner h1.page-title{
	font-size: 48px;	
	font-weight: 500;
}

/* contact form */
.wpcf7 img.ajax-loader {display: none;}
.wpcf7 .screen-reader-response {display: none;}
.wpcf7-not-valid-tip {display: none;}
.wpcf7-form-control-wrap {width: 100%;display: inline-block;height: auto!important;}
.wpcf7-response-output {
	border: 1px solid #DFF0D8;
	padding:15px;
	font-size: 14px;
	text-align: center;
	background: #DFF0D8;
	margin: 10px 0;	
}
.wpcf7-response-output.wpcf7-display-none{display: none;}
.wpcf7-response-output.wpcf7-validation-errors {
	border-color: #EBCCD1;
	background: #EBCCD1;
	display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid{
	border-color: red!important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	height: 40px;
	border: 1px solid #d8dfe6;
	background: #f2f4f6;
	border-radius: 4px;
	width: 100%;
}
.wpcf7 select{
	height: 40px;
	width: 100%;
	background: #f2f4f6;
	border-radius: 4px;
	border: 1px solid #d8dfe6;
}
.wpcf7 label{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #545e6b;	
	display: block;
	letter-spacing: 1px;
}
.wpcf7 textarea{
	height: 100px;
	background: #f2f4f6;
	border-radius: 4px;
	border: 1px solid #d8dfe6;
	width: 100%;
}
.contact-area {
	margin-bottom: 100px;
	margin-top: 50px;
}
.contact-area form{
	margin: 0 -15px;
}
.contact-area .three-col,
.contact-area .two-three-col{
	padding: 10px 15px;
}
.contact-area .form-action{
	clear: both;
	padding: 8px 15px;
	text-align: right;
}
button.og-btn,
input.og-btn{
	border: none;
	cursor: pointer;
}
.wpcf7  .og-btn{
	border-radius: 4px;
	letter-spacing: 1px;
}
.contact-area .wpcf7-response-output{
	margin-left: 15px;
	margin-right: 15px;
}
.full-with-page {
	padding: 50px 0;
}
.align-center {
	text-align: center;
}
.contact-page .address{
	font-size: 18px;
	font-weight: 700;
}
.blog-list.loading {
	padding-bottom: 35px;
	position: relative;
}
.blog-list.loading:after{
	content: '';
	width: 34px;
	height: 34px;
	display: inline-block;
	background: url('images/isearch-loading.gif') no-repeat center;
	background-size: cover; 
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom:0;
}
.paid-member-page {
	margin-right: 330px;
}
.paid-member-page #pmpro_account_loggedin {
	margin-bottom: 30px;
}
.paid-member-page .wraps{
	float: left;
	width: 100%;
	padding-right: 30px;
}
.sidebar-paid {
	width: 330px;
	float: right;
	margin-right: -330px;
}
.sidebar-paid h3,
.og-paids h2,
.og-paids h3{
	font-size: 30px;
	color: #404954;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.sidebar-paid .plan-box{
	border: 1px solid #d3d3d3;
	border-radius: 4px;
}
.plan-box {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}
.plan-box .plan-details {
    font-size: 18px;
    padding: 15px;
}

.plan-box .plan-change {
    border-top: 1px solid #d3d3d3;
    background: #f1f1f1 none repeat scroll 0 0;
}
.plan-box .plans-list ul{
	padding: 0;
	list-style: none;
}
.plan-box .plans-list ul li {
    border-top: 1px solid #f1f1f1;
}
.plan-box .plans-list ul li:first-child {
    border-top: medium none;
}
.plan-box .plans-list ul li a {
    color: #404954;
    display: block;
    font-size: 14px;
    padding: 10px 15px 10px 50px;
    text-decoration: none;
    position: relative;
}
.plan-box .plans-list ul li a:before{
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #d0d0d0;
	background: #fff;
	border-radius: 50%;
	left:16px;
	top:9px;
}
.plan-box .plans-list ul li.current a:after{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;	
	background: #43aee0;
	border-radius: 50%;
	left:20px;
	top:13px;
}
.plan-box .plan-change .member-change {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #404954;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
}
.plan-box .plan-change .member-change .fa {
    float: right;
}
.plan-box .plan-details {
    font-size: 14px;
}

.plan-box .plan-price {
    border-top: 1px dotted #d3d3d3;
    margin-top: 25px;
    padding-top: 10px;
}
.plan-box p.price{
	font-size: 18px;
}
.plan-box p.price .amount{
	font-weight: 700;
}
.plan-box  .exprice_note{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.plan-box .plans-list{
	max-height: 0;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	overflow: hidden;
}
.plan-box .plans-list.open{
	max-height: 200px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.og-hide {display: none;}
.creat-account-group {
	padding-top: 20px;
	/*background: #f1f1f1;
	border: 1px solid #d3d3d3;*/
	color: #404954;
	font-size: 15px;
	border-radius: 4px;
}
.creat-account-group label{
	display: block;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.creat-account-group label.error{
	color: red;
}
.creat-account-group .form-row {
	margin: -10px;
}
.creat-account-group .form-row>.two-col,
.creat-account-group .form-row>.full-col{
	padding: 10px;
}
.creat-account-group .form-row>.full-col{
	clear: both;
	width: 100%;
}
.creat-account-group input[type="text"],
.creat-account-group input[type="email"],
.creat-account-group input[type="password"]{
	height: auto;
	font-size: 18px;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	width: 100%;
	padding: 13px 15px;
}

@media screen and (min-width: 992px) {
	#pmpro_account .account-update {
		min-height: 60vh;
	}
}

.account-update {
	padding: 25px;
}

.account-update .form-row>*{
	display: table-cell;
	vertical-align: top;
}
.account-update .form-row {
	display: table;
	width: 100%;
	padding: 5px 0;
}
.account-update .form-row>label{
	width: 220px;
	text-align: right;
	font-size: 15px;
	color: #777777;
	line-height: 35px;
}
.account-update .form-row>.form-group{
	padding-left: 20px;
}
.account-update .form-row input[type="text"],
.account-update .form-row input[type="email"],
.account-update .form-row input[type="password"],
.account-update .form-row input[type="tel"]{
	width: 100%;
	border-radius:4px;
	border: 1px solid #e4e4e4;
	background: #f2f4f6;
	color: #777777;
	font-size: 15px;
}
.account-update .form-group .two-col:first-child{
	padding-right: 5px;
}
.account-update .form-group .two-col:last-child{
	padding-left: 5px;
}
.account-update .title{
	font-size: 15px;
	margin-bottom: 10px;
}
.account-update .line{
	height: 1px;
	background: #e4e4e4;
	margin-bottom: 5px;
}
.account-update .form-action{
	text-align: right;
	padding: 5px 0;
}
.account-update .og-btn{
	font-size: 15px;
	width: 245px;
	border-radius: 4px;
}
.my-account-info {
	
}
.my-account-info .wrap {   
    padding-left: 30px;
    margin-left: 260px;
}
.account-title{
	font-size: 26px;
	color: #2d2c2c;
	font-weight: 400;
	line-height: 1.3em;
}
.onego-account {
	padding-top: 30px;
	padding-bottom: 100px;
}
.my-account-info .sidebar{
	float: left;
}
.onego-account .my-account-links {
	padding-top: 30px;
	margin-bottom: 30px;
}
.sidebar .my-account-links li a,
.sidebar .widget_nav_menu .menu li a
{
	padding: 10px;
}
.my-account-links li,
.sidebar .widget_nav_menu .menu li{
	border-bottom: 1px solid #e4e4e4;
}
.my-account-links ul:first-child li:first-child,
.sidebar .widget_nav_menu .menu li:first-child{
	border-top: 1px solid #e4e4e4;
}
.my-account-links li.active a,
.widget_nav_menu .menu li.current-menu-item a{
	background: #fff;
	color: #009BD9;
	color: var(--e-global-color-primary);
}
.register-product-wraps {
	margin-right: 330px;
}
.register-product-wraps .register-product-sidebar{
	float: right;
	margin-right: -330px;
	width: 330px;
	margin-top: 20px;
}
.register-product-wraps .wraps{
	float: left;
	width: 100%;
	padding-right: 30px;
	padding-top: 20px;
}
.register-product-sidebar .register-options{
	border: 1px solid #d3d3d3;
	border-radius: 4px;
}
.register-product-sidebar .register-options a{
	display: block;
	font-size: 14px;
	color: #404954;
	line-height: 1.3em;
	padding: 10px;
	text-decoration: none;
}
.register-product-sidebar .register-options li{
	border-bottom: 1px solid #d3d3d3;
}
.register-product-sidebar .register-options .register-submit{
	padding: 20px 13px 10px 13px;
	text-align: right;
}
.register-product-sidebar .register-options .og-btn{
	border-radius: 4px;
}
.register-product-title {
	font-size: 30px;
	color: #404954;
	font-weight: 500;	
}
.post-project-area {
	padding-top: 40px;
	padding-bottom: 100px;
}
.accordion-single .title {
    border-bottom: 1px solid #d3d3d3;
    color: #404954;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 5px 0;
    text-decoration: none;
}
.accordion-single .title .fa {
    color: #c1c1c1;
    float: right;
    font-size: 14px;
    margin-top: 7px;
}
.accordion-single input[type="text"] {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    width: 100%;
    color: #9a9a9a;
    font-family: inherit;
    font-size: 15px;
    height: 35px;
    padding: 0 10px;
}

.accordion-single label{
	font-size: 15px;
	color: 	#404954;
	display: block;
	margin-bottom: 10px;
}
.accordion-single input[type="text"]{
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
}
.accordion-single textarea{
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	height: 80px;
}
.acco-content .form-row{
	padding: 15px 0;
}
.acco-content .form-row>div{
	position: relative;
}
.accordion-single .form-group label{
	display: inline-block;
	margin-bottom: 0;
	line-height: 35px;
	margin-right: 10px;
	cursor: pointer;
}
.more_group {
	position: relative;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.more_group .more_group_icon{
	position: absolute;
	z-index: 9;
	width: 23px;
	height: 23px;
	right:5px;
	background: red;
	cursor: pointer;
	text-align: center;
	line-height: 23px;
	color: #fff;
	background: #afafaf;
	border-radius: 50%;
	top:13px;
	font-size: 12px;	
}
.more_group.open .item ~ .item{
	display: block;
}

.more_group .more_group_icon .dashicons{
	margin-top: 5px;
}
.more_group .item {
	position: relative;
}
.more_group .item .more_group_icon{	
	top:7px;	
}
.more_group .item:nth-child(2) .more_group_icon{
	display: none;
}
.people_full_detail .more_group .more_group_icon{
	top:7px;	
	right: 10px;
}
.more_group .item .delete_field{
	right: 5px;
}
.form-inline>.two-col:nth-child(2n+1){
	padding-right: 15px;
	clear: both;
}
.form-inline>.two-col:nth-child(2n){
	padding-left: 15px;
}
.form-inline>.two-col:nth-child(n+3) {
	padding-top: 15px;
}
.member-payment-method{
    /*margin-top: 30px;*/
}
.creat-account-form {
	margin-bottom: 30px;
}
.member-payment-method .paid-group-payment{
	/*background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 4px;*/
    color: #404954;
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: none;
}

.member-payment-method ul li .fa{
	margin: 5px;
	font-size: 32px;
	vertical-align: middle;
}
.member-payment-method ul li label{
	display: block;
	cursor: pointer;	
}
#pmpro_payment_information_fields {
	/*background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 4px;*/
    color: #404954;
    font-size: 15px;
    padding-bottom: 20px;
    margin-top: -4px;
    border-top: none;  
    border-top-left-radius:0;
    border-top-right-radius:0;
}
#pmpro_payment_information_fields>h3{
	display: none;
}
#pmpro_payment_information_fields label{
	display: block;
	font-size: 15px;
	padding: 15px 0 5px 0;
}
.pmpro_checkout-fields .StripeElement {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	font-size: 18px;
	height: auto;
	width: 100%;
	padding: 13px 15px;
	background: #fff;
}
.payment-card-field input[type="text"]{
	border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 18px;
    height: auto;
    width: 100%;
    padding: 13px 15px;
}
.payment-card-field input[name="CVV"],
.payment-card-field input#CVV{
	width: 135px;
}

.pmpro_payment-expiration select{	
	width: auto;
	padding: 13px 35px;
	font-size: 18px;
}
input.pmpro_btn {
	background: #00c76b none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;    
    font-size: 18px;
	letter-spacing: 1px;
    /*height: 42px;*/
    padding: 15px 35px;
	margin-bottom: 30px;
	box-shadow:inset 0 -5px rgba(0,0,0,0.15);
}
.pmpro_form .term_accept {
    margin: 20px 0;
    font-size: 12px;
}
.what_is_tabs{
	padding-top: 175px;
}
.what_is_tabs .tab_nav{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.what_is_tabs .tab_nav a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #50575f;
	line-height: 1.2em;
	max-width: 250px;
	padding: 15px;	
	position: relative;
	text-decoration: none;
	font-weight: 500;
	border-style: solid;
	border-width: 5px 1px 1px 1px;
	border-color: transparent;
	margin-bottom: -1px;
}
.what_is_tabs .tab_nav a img{
	position: absolute;
	bottom: 100%;
	left:50%;
	transform: translate3d(-50%,-15px,0);
	-webkit-transform: translate3d(-50%,-15px,0);
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	filter: grayscale(100%); 
	transition: 0.5s all; 
	-webkit-transition: 0.5s all; 
}
.what_is_tabs .tab_nav .ui-tabs-active a{
	border-color: #009ddc #d8dfe6 #FFFFFF #d8dfe6;
}
.what_is_tabs .tab_nav .ui-tabs-active a img{
	-webkit-filter: none; 
	-moz-filter: none;
	filter: none;
}
.what_is_tabs .tab_nav li{
	display: inline-block;
}
.what_is_tabs .tab_nav li:first-child{
	float: left;
}
.what_is_tabs .tab_nav li:last-child{
	float: right;
}
.what_is_tabs .tab-content{
	border: 1px solid #d8dfe6;
	padding: 50px 30px 30px;
	background: #fff;
	font-size: 15px;
	color: #50575f;
}
.what_is_tabs .tab-content .action{
	padding: 35px 0 20px 0;
}
.what_is_tabs .tab-content .action .og-btn{
	width: 360px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 2px;
	max-width: 100%;
}
.what_is_tabs {
	width: 950px;
	margin: auto;
	max-width: 100%;
}
.what_tabs_area {
	margin-right: 315px;
}
.what_tabs_area .listing{
	float: right;
	width: 315px;
	margin-right: -315px;
	font-weight: 600;
}
.what_tabs_area .content{
	float: left;
	padding-right: 45px;
	width: 100%;
	line-height: 1.6;
}
.what_tabs_area .listing li {
	margin: 7px 0;
	padding-left: 20px;
	position: relative;
}
.what_tabs_area .listing li:before{
	width: 14px;
	height: 14px;
	content: '';
	background: #009ddc;
	display: inline-block;
	border-radius: 50%;
	border: 1px dotted #009ddc;
	box-shadow: inset 0 0 0px 3px #fff;
	position: absolute;
	top:1px;
	left:0;
}
.production-feature {
	height: 380px;
}
.clients-feature h2{
	font-weight: 400;
	font-size: 14px;
	color: #a2a1a1;
	padding: 0 10px;	
}
.clients-feature {
	padding-top: 20px; 
	background: #f3f3f3;
}
.clients-feature .clients-list{
	padding: 0 30px;	
}
.clients-list>span,.clients-list>a{
	display: inline-block;
	margin: 25px;
}
.clients-feature .og_cell{
	vertical-align: middle;
}
.clients-feature .og_cell>*{
	display: block;
	padding: 5px;
	/*-webkit-filter: grayscale(100%); */
	/*-moz-filter: grayscale(100%); */
	/*filter: grayscale(100%); */
	/*transition: 0.5s all; */
	/*-webkit-transition: 0.5s all; */
}
.clients-feature .og_cell>*:hover{
	-webkit-filter: none; 
	-moz-filter: none;
	filter: none;
}
.og_table {
	display: table;
	width: 100%;
}
.og_table .og_cell {
	display: table-cell;
	vertical-align: top;
}
.clients-list .og_cell{
	width: 1%;
}
.professional-tools h2{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 35px;
	color: #404954;
	letter-spacing: 1px;
}
.professional-tools li{
	padding-left: 45px;
	position: relative;
	color: #404954;
	padding-top: 7px;
	padding-bottom: 7px;
}
.professional-tools li:first-child{
	padding-top: 0;
}
.professional-tools li:last-child{
	padding-bottom: 0;
}
.professional-tools li:before{
	font-family: FontAwesome;
	content: '\f00c';
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #00c35f;
	background: #f2f4f6;
	position: absolute;
	top:0;
	left:0;
}
.professional-tools li h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}
.professional-tools li p {
	font-size: 14px;
	line-height: 1.3em;
	
}
.professional-tools .box-text {
	width: 520px;
	max-width: 100%;
	padding: 80px 0;
}
.professional-tools {
	background: url('images/tool-background.png') no-repeat right center;
	min-height: 620px;
}
.user-action-popup {
    background: #ffffff none repeat scroll 0 0;
    color: #9a9a9a;    
    font-size: 14px;
    margin: auto;
    max-width: 100%;    
    position: relative;    
    width: 600px;
}
.user-action-popup .form_header{
	background: #d8dfe6;
	color: #545e6b;
	padding: 15px;
	text-align: left;
	
}
.user-action-popup .form_header h2{
	font-size: 18px;
}
.user-action-popup  .form_content{
	width: 350px;
	max-width: 100%;
	margin: auto;
	padding: 15px;
}
.user-action-popup  .form_content input[type="text"],
.user-action-popup  .form_content input[type="email"],
.user-action-popup  .form_content input[type="password"]{
	height: 40px;
	margin-bottom: 15px;
	background: #f2f4f6;
}
.user-action-popup .forgot_pass{
	text-align: right;
}
.user-action-popup .form-inline{
	margin: 10px 0;
}
.user-action-popup  .login-groups label{
	text-transform: uppercase;
	display: block;
	margin: 5px 0;
	font-weight: 600;
}
.user-action-popup .wp-social-login-provider-list {
    padding: 0;
}
.user-action-popup .login-submit{
	margin-top: 35px;
}
.wp-social-login-provider-list a.wp-social-login-provider {
    background: #4963a0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;    
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.wp-social-login-provider-list a.wp-social-login-provider span.icon:before {
  font-family: FontAwesome;
  font-size: 22px;
  border-right: 1px solid #39528c;
}
.wp-social-login-provider-facebook span.icon:before {
  content: '\f09a';
  width: 58px;
  line-height: 60px;
  display: inline-block;
  float: left;
}
#login_area a.wp-social-login-provider span.icon:after {
  content: ' Log In With ';
}
#signup_area a.wp-social-login-provider span.icon:after {
  content: ' Sign Up With ';
}
.user-action-popup .wp-social-login-provider-list {
  padding: 0;
}
.user-action-popup span._or {
  display: block; 
  margin: 20px 0;
  font-size: 14px;
  font-weight: 700;
}
.user-action-popup input[type="submit"] {
  margin-bottom: 20px;
  border-radius: 4px;
}
.user-action-popup p.note {
  line-height: 1.5em;
  margin-bottom: 20px;
}
p.status.error,
.status.pmpro_error,
.pmpro_message.pmpro_error
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    margin-bottom: 15px;
    padding: 15px;
}
div.status {
	margin-top: 15px;
    padding: 15px;
}
div.status.error{
	background-color: #f2dede;
    border-color: #ebccd1;
}
div.status.success{
	background-color: #d9edf7;
    border-color: #bce8f1;
}
p.status.success {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    margin-top: 15px;
    padding: 15px;
}
.og-form input[type="text"], .og-form input[type="email"], .og-form input[type="password"] {
    border: 1px solid #e5e7cf;
    border-radius: 4px;   
    font-size: 15px;
    height: 58px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.og-form .btn{
	border-radius: 4px;
}
.user-menu .notifications .icon{
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.user-menu .notifications .icon .count{
	position: absolute;
	font-size: 10px;
	line-height: 14px;
	min-width: 14px;
	text-align: center;
	border-radius: 7px;
	background: #1ca8dd;
	color: #fff;
	bottom: 4px;
	right: 0px;
	
}
.user-menu .notifications .icon .fa{
	font-size: 22px;
}
.user-menu .account img.avatar{
	width: 30px;
	border-radius:15px;
}
.user-menu li.notifications> a,
.user-menu li.account> a{
	padding: 0; 
	margin: 0px 10px;
}
.user-menu .export_xls_form{
	margin-top: 10px;
	right:0;
}
.upload_content {
	width: 150px;
	margin: auto;
	text-align: center;
}
.upload_content .preview-image {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.upload_content .preview-image img{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
}
.upload_content .og-btn{
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.upload_form .uploadinput {
    display: none;
}
.upload_form .submit_upload {
    display: none;
    margin-top: 20px;
}
.submit_upload {
    border: medium none;
    cursor: pointer;
}
.my-account-info h3{
	color: #404954;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;    
}
.input-group {
	display: inline-table;
	width: 100%;
}
.input-group-addon{
	color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    display: table-cell;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}
.input-group input{
	display: table-cell;
}
.input-group input:not(:last-child),
.input-group-addon:not(:last-child)
{
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group input:not(:first-child),
.input-group-addon:not(:first-child)
{
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:first-child{
	border-right: none; 
}
.input-group-addon:last-child{
	border-left: none; 
}
.acco-content {
	padding: 15px 0;
}
.acco-content>*.form-row:first-child{
	padding-top: 0!important
}
.acco-content>*.form-row:last-child{
	padding-bottom: 0!important;
}
.select select{
	display: none;
}
.select .bootstrap-select {
  position: relative;
}
.select .bootstrap-select button.dropdown-toggle {
  background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #d3d3d3;
	border-radius: 4px;  
  color: #9a9a9a;
  cursor: pointer;
  font-size: 15px;
  height: 36px;
  padding-left: 5px;
  padding-right: 22px;
  position: relative;
  text-align: left;
  z-index: 1;
  width: 100%; 
}
.select .bootstrap-select button.dropdown-toggle.bs-invalid{
	color: red;
}
.select .dropdown-menu li a:hover {
  background: none repeat scroll 0 0 #003d71;
  color: #fff;
}
.select .bootstrap-select > .dropdown-menu {
  background: none repeat scroll 0 0 #fff;
}
.select .bootstrap-select button.dropdown-toggle span.caret {
 	margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}

.select .bootstrap-select button.dropdown-toggle:hover span.caret:before {
  color: red;
}
.select label {
  float: left;
  line-height: 36px;
  font-size: 15px;
  margin-right: 5px;
}
.select label.error{
	display: block;
	line-height: 1em;
	color: red;
}
.select label ~ .bootstrap-select {
  float: right;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
}
.hide {
    display: none !important;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-header {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 3px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.select.have_size .bootstrap-select>.dropdown-menu{
	max-height: none!important;
}
.form-inline {
	display: table;
	width: 100%;
}
.form-inline .form-group {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
}
.people_full_detail .form-group{
	display: block;
}
.people_full_detail {
	position: relative;
}
.people_full_detail .navmenu{
	position: absolute;
	right:8px;
	top:6px;
	margin: 0;	
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	opacity: 1;
	visibility: visible;
}
.people_full_detail:hover .navmenu{
	opacity:1;
	visibility: visible;
}
.people_full_detail .navmenu li{
	float: left;
	margin: 0 2px;
}
.people_full_detail .navmenu li .action{
	display: inline-block;
	font-size: 12px;
	width: 23px;
	text-align: center;
	line-height: 23px;
	background: #afafaf;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;	
}
.people_full_detail .more_group{
	/*display: none;*/
}
.people_full_detail .more_group.open{
	display: block;
}
.people_full_detail .navmenu li  .action.open{
	background: #00b9eb;
}
.roles-list a.remove{
	top: -14px;
}
.contact-list a.remove{
	right:0;
	top:15px;
}
.contact-list .wp-list-table{
	margin-top: 6px;
}
.more_group .add_field{
	display: none!important;
}
.show-more-field .more_group .more_group_icon{
	top: 8px;
}
.roles-list .form-inline .form-group{
	padding: 0 10px;
}
.roles-list .form-inline .form-group:first-child{
	width: 150px;
	padding-left: 0;
}
.roles-list .form-inline .form-group:last-child{	
	padding-right: 0;
}
.form-row>.form-group{
	padding: 5px 0;
}
.form-row>.form-group:first-child{
	padding-top: 0;
}
.form-row>.form-group:last-child{
	padding-bottom: 0;
}
.production-areas h2{
	font-size: 18px;
	color: #5f5f5f;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.production-areas .back {
	margin-bottom: 20px;
}
.production-areas .back a {
	text-decoration: none;
}
.production-areas .back a span {
	transform: scaleY(2);
	display: inline-block;
	font-size: 12px;
	position: relative;
	top: -4px;
}

.production-tool {
	padding: 15px;
	background: #fff;
	border-top: 1px solid #e4e4e4;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.production-tool .tool-details h4{
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.production-tool .tool-details p{
	font-size: 11px;
	color: #626262;
}
.production-tool .tool-details p a{
	text-decoration: none;
}
.production-tool .tool-details{
	float: left;	
}
.production-tool .tool-action{
	float: right;
}
.production-tool .tool-action>ul>li{
	float: left;
	padding: 0 30px;
	position: relative;
	border-left: 1px solid #000;
}
.production-tool .tool-action>ul>li:first-child{
	padding-left: 0;
	border-left: none;
}
.production-tool .production-count{
	text-align: center;
	
	color: #000; 
	text-transform: uppercase;	
}
.production-tool .tool-action a{
	font-size: 14px;
	text-decoration: none;
	line-height: 30px;
	display: block;
	margin: 5px 0;
}
.production-tool .production-count p{
	font-size: 11px;
}
.production-tool .production-count  .count{
	font-size: 22px;
}
.productions-list .item{
	margin: 10px 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #dddddd;
	border-left-width: 5px;
	color: #636262;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	opacity: 1;
}
.productions-list .item.holder{
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}
.productions-list .item.in-production{
	border-left-color: #1acc7a;
}
.productions-list .item.in-pre-production{
	border-left-color: #f0d51e;
}
.productions-list .item.in-post-production{
	border-left-color: #ff864b;
}
.productions-list .item.completed{
	border-left-color: #cbcbcb;
}
.productions-list .pro_header .title,
.productions-list .pro_header p.date{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.productions-list .pro_header .right-side{
	float: right;
}
.productions-list .pro_header .left-side{
	float: left;
}
.productions-list .pro_header p{
	font-size: 12px;
	color: #636262;
}
.align-right{
	text-align: right;
	
}
.align-left{
	text-align: left;
}
.productions-list .contacts ul{
	font-size: 13px;
	padding: 5px 0;
	color: #636262;
}
.productions-list .contacts ul a{
	color: #328cbf;
	text-decoration: none;
}
.productions-list .pro_content{
	font-size: 13px;
	line-height: 1.2em;
	padding: 15px 0;
	color: #636262;
}
.pro_details .roles table{
	width: 350px;
	max-width: 100%;
	font-size: 13px;
	text-align: left;
	float: right;
}
.pro_details table{
	line-height: 1.4em;
}
.pro_details .roles table .role_name{
	color: #b1b1b1;
	text-align: right;	
	padding-right: 5px;
}
.archive-product-list .production-tool{
	margin: 10px 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #dddddd;
	border-left-width: 5px;
	border-left-color: #328cbf;
	color: #636262;
	box-shadow: none;
}
.color_status {
	position: relative;
}
.color_status .status_list {
	position: absolute;
	bottom: 100%;
	left: 50%;
	background: #000;
	border-radius: 4px;
	padding: 10px;
	transform: translate3d(-50%,-5px,0);
	-webkit-transform: translate3d(-50%,-5px,0);
	color: #fff;
	font-size: 11px;
	line-height: 1.5em;
	width: 200px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	opacity:0;
	visibility: hidden;
}
.color_status .status_list.open{
	opacity: 1;
	visibility: visible;
}
.color_status .status_list:after{
	content: '';
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #000;
	top:100%;
	left:50%;
	margin-left: -5px;
	display: inline-block;
	position: absolute;
}
.status_list li:before{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	content: '';
	display: inline-block;
}
.status_list li.in-production:before{
	background: #1acc7a;
}
.status_list li.in-pre-production:before{
	background: #f0d51e;
}
.status_list li.in-post-production:before{
	background: #ff864b;
}
.status_list li.completed:before{
	background: #cbcbcb;
}
.header-list h2{
	float: left;
}
.header-list .color_status{
	float: right;
	padding: 5px 10px;
}
.header-list .color_status a{
	font-size: 13px;
	color: #328cbf;
	text-decoration: none;
	display: block;	
}
.export-icons {
	width: 17px;
	height: 23px;
	background-image:url('images/icon_pdf.svg');
	background-repeat: no-repeat;	
	display: inline-block;
	vertical-align: middle;
}
.export-xls {
	background-position: top right;
}
.export-pdf {
	background-position: top left;
}
.tool-action .export-icons {
	vertical-align: top;
	margin-top: 2px;
	margin-left: 10px;
}
.export_xls_form {
	position: absolute;
	width: 325px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	z-index: 1;
	right: -15px;
	top:100%;
	opacity:0;
	visibility: hidden;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.export_xls_form.open {
	opacity: 1;
	visibility: visible;
}
.export_xls_form:before{
	position: absolute;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #e4e4e4;
	top: -6px;
	right: 15px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-bottom: none;
	border-right: none;
}
.export_xls_form .export-title{
	text-align: center;
	font-size: 13px;
	color: #666565;
	line-height: 1.5em;
	padding: 13px 10px;
}
.export_xls_form ul{
	width: 100%;
	padding: 10px 30px;
	border-top: 1px solid #e4e4e4; 
}
.export_xls_form ul li{
	font-size: 13px;
	color: #666565;
	padding: 5px 0;
	line-height: 1.3em;
}
.export_xls_form ul li input{
	margin-right: 5px;
}
.export_xls_form .export-term_eccept {
	font-size: 11px;
	background: #f2f4f6;
	padding: 10px 30px;
	line-height: 1.5em;
	border-top: 1px solid #e4e4e4; 
}
.export_xls_form .export-term_eccept input{
	margin-right: 5px;
}
.export_xls_form .export-action{
	
	border-top: 1px solid #e4e4e4; 
	text-align: center;
}
.export_xls_form .export-action a.term_link{
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #666565;
	display: block;
	line-height: 1.4em;
	padding: 10px;
	
}
.export_xls_form .export-action input[type="submit"]{
	height: 34px;
	border: none;
	width: 100%;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #46a534;
	cursor: pointer;
}
.export_xls_form .export-action .og_cell{
	width: 50%;
	border-left: 1px solid #e4e4e4;
}
.export_xls_form .export-action .og_cell:first-child{
	border-left: none;
}
.menu-responsive .sub-menu-area {
	position: absolute;
	min-width: 160px;	
	padding-top: 10px;
	right: 0;
	top:100%;
	display: none;
	white-space: nowrap;
}
.menu-responsive li:hover .sub-menu-area {
	display: block;
}
.sub-menu-area ul {
	border: 1px solid #d8dfe6;
	border-radius: 4px;
	background: #fff;
	width: 100%;
	position: relative;
	padding: 5px 0;
}
.sub-menu-area ul:before{
	content: '';
	width: 9px;
	height: 9px;
	position: absolute;
	top:-6px;
	right:17px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-top: 1px solid #d8dfe6;
	border-left: 1px solid #d8dfe6;
	display: inline-block;
	background: #fff;
}
.sub-menu-area li{
	padding: 0 5px;
	margin-bottom: 5px;
}
.sub-menu-area li:last-child{
	margin-bottom: 0;
}
.menu-responsive .sub-menu-area a{
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	line-height: 1.3em;
}
.sub-menu-area a:hover {
	background: #a9e6ff;
}
.sub-menu-area .logout{	
	border-top: 1px solid #e5e5e5;
	padding: 5px 5px 0;
	
}
.transparent-bg.header .menu-responsive .sub-menu-area a{
	color: #000;
}
.transparent-bg.header .fa{
	color: #fff;
}
.pricing-table .item .pricing-title{
	display: none;
}
.blogs-page #page_check{display: none;}
.single-wrap{
	padding: 45px;
}
/* single content style */
.single-content {	
	font-size: 14px;	
	color: #333333;
	color: var(--e-global-color-text);
}
.single-content *{
	max-width: 100%;
}
.single-content p {
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.5em;  
}
.single-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.single-content h2 {
  font-size: 1.28em;
  margin: 0.83em 0; 
  font-style: normal;
  /*text-transform: uppercase;*/
}
.single-content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.single-content h4 {
  margin: 1.33em 0;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: .5px;
}
.single-content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h5,
.single-content b,
.single-content strong{
	font-weight: 600;
	line-height: 1.3em;
}
.single-content blockquote {
  display: inline-block;
  margin: 1em 0;  
  position: relative;
  color: #00a3f7;    
  max-width: 100%;    
  clear: both;
  font-size: 18px;
  padding: 10px 0 10px 35px;
}
.single-content blockquote:before{
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	top:5px;
	left: 0;
	font-size: 24px;
}
.single-content blockquote.quote-right{
	padding: 10px 0 10px 20px;
	float: right;
	margin: 0.3em 0;
	margin-left: 20px;
	border-left: 2px solid #CBCBCB;
	width: 245px;	
}
.single-content blockquote.quote-left{
	padding: 10px 20px 10px 0;
	float: left;
	margin: 0.3em 0;
	margin-right: 20px;
	border-right: 2px solid #CBCBCB;
	width: 245px;
	
}
.single-content blockquote.quote-right:before,
.single-content blockquote.quote-left:before{
	display: none;
}
.single-content blockquote p {
  color: #1D4262;
  margin: 0;
}
.single-content ul {
  display: block;
  list-style: disc;
  margin: 1em 0;
  padding-left: 20px;
}
.single-content a{
	color: #00a3f7;
	color: var(--e-global-color-primary);
	text-decoration: none;
}
.single-content .alignleft {
	float: left;
	max-width: 100%;
	padding-right: 25px;
}
.single-content .alignright {
	float: right;
	max-width: 100%;
	padding-left: 25px;
}
.single-content .aligncenter {
	text-align: center;
	display: block;
	margin: auto;
}
.products_list a{
	color: #00a3f7;
}
.single-content ol {
  display: block;
  list-style: decimal;
  margin: 1em 0;
  padding-left: 20px;
}
.single-content>*:first-child{
	margin-top: 0 !important;
}
.single-content .og-btn{
	color: #fff;
	margin: 0px 0 15px 0;
	border-radius: 4px;
}
h1.single-title{
	border-bottom: 1px solid #e4e4e4;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    padding-bottom: 12px;
    margin-bottom: 5px;
}
.single-wrap p.date{
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.single-wrap p.date a{
	text-decoration: none;
}
.addgroups .remove{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 12px;
	color: red;
	text-decoration: none;
	background: #fff;
	line-height: 16px;	
	padding: 5px 10px;
	right: 5px;
}
.addgroups .additem{
	position: relative;
}
.og-accordons .acco-content {
    display: none;
}

.og-accordons .open .acco-content {
    display: block;
}
.widget_og-subcribe-form .mailchimp-form{
	margin-bottom: 15px;
}
.widget_og-subcribe-form .mailchimp-form .og-btn{
	height: 35px;
}
.widget_og-subcribe-form .mailchimp-form input[type="email"]{
	height: 35px;
	font-size: 13px;
	background: #4b535b;
	border:none;
}
.widget_og-subcribe-form .mailchimp-form input[type="email"]:focus{
	background: #fff;
	color: #000;
}
.widget_og-subcribe-form .widgettitle{
	color: #1acc7a;
}
.widget_og-subcribe-form {
	color: #a6aeb8;
    font-size: 13px;
    line-height: 1.5em;
}
.footer .mailchimp-form p {
	color: #a6aeb8;
    font-size: 13px;
    line-height: 1.5em;
}
.og_pagination {
	text-align: center;
}
.og_pagination>*{
	display: inline-block;
}
.og_pagination a{
	line-height: 30px;
	padding: 0 10px;
	min-width: 30px;
	/*background: ;*/
	/*color: #fff;*/
	text-decoration: none;
}
.og_pagination span{
	/*background: #464E59;*/
	color: #000;
	line-height: 30px;
	min-width: 30px;
	padding: 0 10px;
}
.iconpage {
	width: 14px;
	height: 18px;
	display: inline-block;
	background: url('images/iconsite.png') no-repeat top center;
	background-size: 100% auto; 
	vertical-align: middle;
	margin-left: 10px;
}
.tool-details h4 a{
	display: inline-block;
	vertical-align: middle;	
}
.lostpassword_form {
	width: 480px;
	max-width: 100%;	
	margin: auto;
	text-align: center;	
}
/* loading effect */
div.loading{
	padding-bottom: 35px;
	position: relative;
}
div.loading:after{
	content: '';
	width: 34px;
	height: 34px;
	display: inline-block;
	background: url('images/loading.gif') no-repeat center;
	background-size: cover; 
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom:0;
}
.mobile-loadmore {
	display: none;
}
body.fix_footer{
	position: relative;
	min-height: 100vh;
	background-color:#f2f4f6; 
}
.fix_footer .footer{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
}
.request-member .og-btn{
	margin-top: 35px;
}
.request-member {
	font-size: 14px;
	padding: 35px 0;
}
#pmpro_processing_message{
	float: right;
}
.og-share a{
	display: inline-block;
	line-height: 34px;
	width: 34px;
	text-align: center;
	font-size: 16px;
	background: #373F48;
	color: #fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	padding: 0;
}
.og-share a:hover {
	background: #009CDF;
	
}
.og-share li{
	margin: 2.5px;
	float: left;
}
.og-share {
	margin: 0 -2.5px 25px 0;
}
.process {
	position: relative;
	width: 100%;
	height: 15px;
	background: #464E59;
}
.process .process-bar{
	position: absolute;
	width: 0;
	left:0;
	top:0;
	background: #328CBF;
	height: 100%;
	transition: 2s all;
	-webkit-transition: 2s all;
}
.popup-progress {
	margin: 100px auto;
	
}
.popup-progress .form_content h2{
	font-size: 28px;
	font-weight: 400;
}
.popup-progress .form_content p{
	margin: 15px 0;
}
p.status-password {
	font-weight: 500;
	font-size: 16px;	
}
.status-password.success{
	color: #00C76B;
}
.status-password.error{
	color: red;
}
ul.production-list{
	list-style: none;	
	padding: 0;
	float: left;
	width: 50%;
	margin-top: 0;
}
ul.production-list:after{
	clear: both;
	display: block;
	content: '';
}
ul.production-list li a{
	text-decoration: none;
	font-size: 1.1em;
}
ul.production-list li span{
	font-size: 0.9em;
	margin-left: 5px;
}
.production-content {
	order: 2;
}
@media screen and (min-width: 769px) {
	.production-content {
		padding-right: 5rem;
		order: 1;
	}
}
.production-image {
	order: 1;
	margin-bottom: 20px;
	/*background-color: #DEDEDE;
	border-radius: 40px;*/
	display: flex;
	align-items: center;
	box-sizing: content-box;
}
@media screen and (min-width: 769px) {
	.production-image {
		order: 2;
		margin-bottom: 0px;
	}
}
.production-image img {
	max-width: 100px;
	/*border-radius: 40px;*/
}
@media screen and (min-width: 769px) {
	.production-image img {
		max-width: 200px;
	}
}
.production-title {
	margin-bottom: 30px;
}
.production-title h2{
	font-size: 24px;
	font-weight: 300;
}
.production-title h1{
	font-size: 24px;
	font-weight: 500;
}
.production-title h1 span{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
.production-title p {
	font-size: 12px;
	font-weight: 400;
	color: #636262;
}
table.production-role tr td:first-child{
	color: #999999;
	font-style: italic;
	text-align: right;
}
.single-production {
	color: #000;
}
.production-action{
	margin-top: 15px;
	margin-bottom: 30px;
}
.productions-list .member-notice h2{
	font-size: 24px;
}
.productions-list .member-notice h2 a{
	text-decoration: none;
}
.productions-list .member-notice {
	padding: 30px 0;
}
.alert-popup{
	background: #fff;
	margin: auto;
	padding: 30px;
	border-radius:4px;
	position: relative;
	text-align: center;
	max-width: 390px;
	font-size: 16px;
}
.alert-popup .og-btn{
	margin-top: 15px;
}
.dashboart-alert {
	padding: 15px;
	background: url('images/plane_paper.png') no-repeat right 20px bottom 20px #daeef8;
	border: 1px solid #e4e4e4;
	position: relative;
	font-size: 13px;
	line-height: 1.3em;	
	margin-bottom: 15px;
}
.dashboart-alert .close_ab{
	color: #aebec6;
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}
.dashboart-alert h2{
	color: #454444;
	font-size: 20px;
	margin-bottom: 10px;
}
.dashboart-alert p{
	margin-bottom: 10px;
}
.dashboart-alert .text_alert{
	max-width: 625px;
}
.fade-item .item{
	position: relative;
}
.fade-item .item:after{
	content: '';
	position: absolute;
	right:-1px;
	bottom: -1px;
	top:0;
	left:-5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f4f6+0,f2f4f6+100&0.06+0,0.77+25,1+100 */
background: -moz-linear-gradient(top,  rgba(242,244,246,0.06) 0%, rgba(242,244,246,0.77) 25%, rgba(242,244,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,244,246,0.06) 0%,rgba(242,244,246,0.77) 25%,rgba(242,244,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,244,246,0.06) 0%,rgba(242,244,246,0.77) 25%,rgba(242,244,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ff2f4f6', endColorstr='#f2f4f6',GradientType=0 ); /* IE6-9 */

}

.pricing-plans .og-btn-dark:hover{
	background: #00c76b;
}
.home_video_area{
	background: #fff;
	padding: 8px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    width: 750px;
    max-width: 100%;
    margin: 20px  auto 0;
}
.video{
	position: relative;
	padding-top: 56.25%;
}
.video >*,
.video iframe{
	position: absolute;
	width: 100%;
	top:0;
	height: 100%;
	left:0;
}

.what-is-area {
	padding: 35px 0;	
}
.what-is-area .video_link{
	margin-bottom: 35px;
}
.what-is-area .what-is-content{
	margin: 0 -10px;
	color: #404954;
}
.what-is-area .what-is-content>.two-col{
	padding: 10px;
}
.what-is-area h2{
	font-size: 32px;
	margin-top: 30px;
}
.what-is-area p{
	font-size: 18px;
	line-height: 1.5em;
    margin: 1em 0;
    color: rgba(47, 47, 47, 0.71);
}
.what-is-area li {
	font-size: 19px;
	padding: 10px 10px 10px 30px;
	position: relative;
}
.what-is-area li:before{
	font-family: FontAwesome;
	left: 0;
    position: absolute;
    color: #d6ab00;
    content: '\f00c';
}
.member-payment-method.stripe input[name="gateway"]{
	display: none;
}
.member-payment-method.stripe .payment_ex{
	display: none;
}
.testimonials-area video{
	position: absolute;
	width: 100%;
	left:0;
	top:0;
}
.testimonials-area {
	overflow: hidden;
}
.testimonials-area .bottom_ar_video {
	position: absolute;
	height: 16px;
	width: 100%;
	bottom: 0;
	left:0;
	
}
.testimonials-area .bottom_ar_video:before,
.testimonials-area .bottom_ar_video:after{
	height: 100%;
	width: 50%;
	content: '';
	background: #fff;
	display: inline-block;
	bottom: 0;
	position: absolute;
}
.testimonials-area .bottom_ar_video:before {
	left:-8px;
	transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
}
.testimonials-area .bottom_ar_video:after {	
	right:-8px;
	transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
}
.testimonials_slide_area {
	position: relative;
	padding: 0 50px;
}
.testimonials_slide_area .slick-arrow.slick-prev{
	left: -50px;
}
.testimonials_slide_area .slick-arrow.slick-next{
	right: -50px;
}
.slick-arrow,
.bx-wrapper .bx-controls-direction a{
	display: block;
    outline: medium none;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1000;
    height: 50px;    
    width: 50px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.testimonials_slide_area:hover .slick-arrow,
.bx-wrapper:hover .bx-controls-direction a{
	opacity: 1;
}
.slick-arrow .icon-wrap,
.bx-wrapper .bx-controls-direction a .icon-wrap{
	position: relative;
	display: block;
	margin: 10% 0 0 10%;
	width: 80%;
	height: 80%;
}
.slick-arrow.slick-next .icon-wrap,
.bx-wrapper .bx-controls-direction a.bx-next .icon-wrap{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-arrow .icon-wrap::before,
.slick-arrow .icon-wrap::after,
.bx-wrapper .bx-controls-direction a .icon-wrap::before,
.bx-wrapper .bx-controls-direction a .icon-wrap::after{
	position: absolute;
	left: 25%;
	width: 3px;
	height: 50%;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slick-arrow .icon-wrap::before,
.bx-wrapper .bx-controls-direction a .icon-wrap::before{
	-webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.slick-arrow .icon-wrap::after,
.bx-wrapper .bx-controls-direction a .icon-wrap::after{
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.slick-arrow.slick-next,
.bx-wrapper .bx-controls-direction a.bx-next{
	right: 0;
}
.slick-arrow.slick-prev,
.bx-wrapper .bx-controls-direction a.bx-prev{
	left: 0;
}
.slick-arrow:hover .icon-wrap::before,
.bx-wrapper .bx-controls-direction a:hover .icon-wrap::before{
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.slick-arrow:hover .icon-wrap::after,
.bx-wrapper .bx-controls-direction a:hover .icon-wrap::after{
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
.single-content .pro_details .contacts ul {
    color: #636262;
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
}
.single-content .pro_details{
	color: #636262;
	font-weight: 400;
}
a.tooltip{
	display: inline-block;
	font-size: 18px;
	line-height: 16px;
	color: #d6d6d6;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background: #000;
	color: #fff;
	border-radius: 5px;	
	font-size: 13px;
	text-align: center;
}
.ui-tooltip.highlight{
	background: #fff;
	color: #000;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.ui-tooltip .arrow{
	border-color: transparent;	
    border-width: 10px;    
    left: 50%;
    margin-left: -3px;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;    
}
.ui-tooltip .arrow.top{
	bottom:100%;
}
.ui-tooltip .arrow.bottom{
	top:100%;
}
.ui-tooltip.highlight .arrow.top{
	border-bottom-color: #fff;
}
.ui-tooltip.highlight .arrow.bottom{
	border-top-color: #fff;
}
.production-detail {
	font-size: 15px;
	margin-bottom: 15px;
}
.production-join{
	padding: 10px;
	background: #f0f0f0;	
	margin: 15px 0;
}
.production-join.non-login{
	padding-top: 20px;
}
.production-join.non-login p{
	font-size: 16px;
	font-weight: 500;
}
.production-join.non-login a{
	text-decoration: none;
}
.production-join.member-login p{
	margin: 0;
}
.production-join.member-login h2{
	margin-bottom: 0;
}
.production-join.member-login {
	padding: 20px;
}
.production-join .og_cell{
	vertical-align: middle;
}
.production-join a.nextpost{
	font-size: 46px;
	text-decoration: none;
	line-height: 1em;
}
.production-join a.nextpost .fa{
	font-size: 68px;
	line-height: 46px;
	vertical-align: top;
}
.loginform_show {	
	padding: 0 0 65px;
	background: #f2f4f6;
}
.loginform_show.user-action-popup .form_content input[type="text"], 
.loginform_show.user-action-popup .form_content input[type="email"], 
.loginform_show.user-action-popup .form_content input[type="password"]{
	background: #fffffc;
}
.loginform_show a{
	text-decoration: none;
}
.download-box{
	float: right;
	max-width: 285px;
	width: 50%;
	font-size: 18px;
	font-weight: 400;
}
.download-box img{
	display: block;
	margin: auto;
}
.wp-caption p.wp-caption-text{
	margin: 0;
	font-size: 0.8em;
	margin-top: 0;
}
.pro_details  .fa{
	color: #0083be;
	font-size: 18px;
	
}
.pro_details p{
	margin: auto;
}
.list_person input[type="text"]{
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 2px solid #d3d3d3;
}
.list_person input[type="text"]:focus{
	border-color: #009bd9;
}
#p-role .form-inline .form-group{
	vertical-align: top;
	
}
#p-role .form-inline .form-group a{
	font-size: 12px;
}
.linkedin_icon {
	display: inline-block;
	height: 10px;
	width: 10px;
	background: url('images/linkedin-512.png') no-repeat center;
	background-size: 100%; 
	vertical-align: top;
}
.roles a{
	text-decoration: none;
}
.form-action .wpcf7-form-control-wrap{
	float: left;
	width: auto;
}
.lostpassword_form .g-recaptcha >div{
	margin: auto;
}
.hiddenlist{
	display: none;
}
.my-account-links li a{
	position: relative;
}
.my-account-links li .new-icon{
	position: absolute;
	width: 50px;
	top: -13px;
	right: 10px;
}
.roles .linkedin_icon{
		
}
.none-bg{
	background: none;
}
.lost_reset_password .og-form{
	text-align: left;
}
.lost_reset_password .og-form input[type="text"],
.lost_reset_password .og-form input[type="email"],
.lost_reset_password .og-form input[type="password"]{
	background: #fff;
}
#pmpro_billing_address_fields,
#pmpro_billing_name_fields {
	/*padding: 0 20px;
	background: #f1f1f1;
	border: 1px solid #d3d3d3;
	border-top:none;*/
	margin-top: -4px;
	border-radius: 4px;
}
#pmpro_billing_name_fields {
	border-bottom: none;
}
#pmpro_billing_address_fields .form-row,
#pmpro_billing_name_fields .form-row {
	margin: 0 -5px;
}
#pmpro_billing_address_fields label,
#pmpro_billing_name_fields label {
	display: block;
	font-size: 15px;
	padding: 15px 0 5px 0;
    
}
#pmpro_billing_address_fields .two-col{
	padding: 0 5px;
}
#pmpro_billing_address_fields input[type="text"],
#pmpro_billing_address_fields input[type="email"],
#pmpro_billing_address_fields select,
#pmpro_billing_name_fields input[type="text"],
#pmpro_billing_name_fields input[type="email"] {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 15px;
    height: 44px;
    width: 100%;
	padding: 13px 15px;
}
/*
new user reset */
.newuser-reset{
	padding: 26px 24px 46px;
	width: 320px;
	margin: auto;
	background: #fff;
}
.newuser-reset #pass1{
	
}
.show-password #pass1 {
    display: none;
}
.newuser-reset input[type="text"],
.newuser-reset input[type="password"]{
	background: #fbfbfb;
	width: 100%;
	border: 1px solid #ddd;
}
.newuser-reset input.strong {
    border-color: #83c373;
}
.newuser-reset #pass-strength-result {
    font-weight: 600;
    margin: -1px 5px 16px 0;
    padding: 6px 5px;
    text-align: center;
    width: 100%;
}
#pass-strength-result.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
    opacity: 1;
    font-weight: normal;
}
#pass1-text.short, #pass1.short {
    border-color: #e35b5b;
}
#pass-strength-result.short {
    background-color: #f1adad;
    border-color: #e35b5b;
    opacity: 1;
}
#pass1-text.bad, #pass1.bad {
    border-color: #f78b53;
}
#pass-strength-result.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
    opacity: 1;
}
#pass1-text.good, #pass1.good {
    border-color: #ffc733;
}
#pass-strength-result.good {
    background-color: #ffe399;
    border-color: #ffc733;
    opacity: 1;
}
.wp-pwd #pass1-text{
	display: none;
}
.wp-pwd .show-password #pass1-text{
	display: block;
}
.tooltip .tooltip-content{
	display: none;
	color: #000;
}
div.tooltip {
    display: inline-block;
    font-size: 18px;
    line-height: 16px;
    color: #d6d6d6;
}
div.tooltip .fa{
	font-size: 26px;
}
.paid-group-payment{
	position: relative;
}
.paid-group-payment .tooltip{
	position: absolute;
	top:10px;
	right: 10px;
}
.ui-tooltip.highlight .arrow{
	margin-left: 0;
}
.tool-action .iconpage{
	width: 17px;
	height: 23px;
}
.fromto-icon {
	display: inline-block;
	width: 28px;
	height: 12px;
	background: url("images/start_end_icon.png") no-repeat center;
	margin: 0 5px;
}
.ui-helper-hidden-accessible{
	display: none;
}
.white-popup .get_access_btn{
	margin-top: 15px;
	margin-bottom: 15px;
}
.white-popup p.note{
	margin-top: 15px;
	font-size: 13px;
}
.single-content a.poup_notification .fa{
	color: #0083be;
	font-size: 20px;
}
.blog-content{
	padding-top: 10px;
}
.banner-2col .two-col{
	padding: 15px;
	text-align: left;
}
.banner-2col {
	margin: 0 -15px;
}

.banner-home-2 .home_video_area{
	
}
.banner-home-2 h2 {
	font-size: 44px;
}
.nav-menu .user-menu{
	display: none;
}
.section {
	padding: 50px 0;
}
.uppercase {
	text-transform: uppercase;
}
.btn-button {
	min-width: 15em;
}
.lignt-grey-bg {
	background: #f1f1f1;
}

.blog-grid  .item{
	padding: 15px;
}
.blog-grid {
	margin: auto;
	width: 1045px;
	max-width: 100%;
}
.fix-width2 {
	width: 1500px;
	max-width: 100%;
	padding: 0 15px;
	margin: auto;
}
.section-action {
	padding-top: 15px;
}
.pricing-plans2 .item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 340px;
	flex: 0 1 340px;
	margin: 10px;		
	text-align: center;
	position: relative;
	background: #fff;
}
.pricing-plans2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 30px auto 30px;
}
.pricing-plans2  .title{
	font-size: 32px;
	color: #2797ff;
	padding: 45px 85px 80px;
	background: url("images/plane-icon.png") no-repeat bottom left;
	text-transform: uppercase;
	line-height: 1em
}
.pricing-plans2 .price {
	font-size: 50px;
	font-weight: bold;
	
}
.pricing-plans2 .notice {
	padding: 15px;
	font-size: 16px;
	text-transform: uppercase;
}
.pricing-plans2 .og-btn{
	border-radius:0;
	text-transform: uppercase;
}
.og-btn-lightblue {
	background: #2797ff;
	color: #fff;
}
.og-btn-lightblue:hover{
	background: #0070d5;
}
.pricing-plans2 .og-btn {
    margin-top: auto;
}
.pricing-plans2 .sale{
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.plane-section {
	background-image: url("images/plane-bg.jpg");
}
.plane-section:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(255,255,255,0.85);
}
.start-member-section {
	background-image: url("images/film-and-tv.jpg");
	padding: 110px 0;
}
.start-member-section:before{
	content: '';
	background: rgba(26,148,255,0.6);
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top:0;
}
.footer-bg {
	background-image: url("images/plane-bg.jpg");
}
.footer-bg:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.9);
}
.arrow-image {
	vertical-align: middle;
	height: 52px;
	width: auto;
	margin-right: 10px;
}
.blog-grid .thumbnail *{
	width: 100%;
	
}
.blog-grid .thumbnail {
	margin-bottom: 15px;
}
.blog-grid .thumbnail>a{
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}
.blog-grid .thumbnail>a img{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	
}
.site-details2 {
	margin: 0 auto;
	width: 1000px;
	max-width: 100%;
}
.arrow-icon {
	width: 65px;
	height: 42px;
	background: url("images/arrow.png") no-repeat center;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
}
.arrow-icon-down{
	width: 42px;
	height: 42px;
	background: url("images/arrow-down.png") no-repeat center;
	background-size: cover;
	display: block;
	margin: 0 auto 10px;
}
.creat-account-group .select .bootstrap-select button.dropdown-toggle{
	font-size: 18px;
	height: auto;
	padding: 13px 15px;
}
.og-btn small{
	display: block;
	line-height: 1em;
}
.popup-instant {
	margin: auto;
	width: 800px;
	max-width: 100%;
}
.popup-instant ._header{
	padding-left: 30px;
	padding-right: 30px;
}
.popup-instant ._content{
	padding: 30px;
	background: #fff;
}
.popup-instant .og-btn{
	width: 100%;
	margin: 0;
}
.popup-instant .creat-account-group{
	padding: 0;
	background: none;
	border: none;
}
.popup-instant .instant_image {
	width: 290px;
	float: left;
}
.popup-instant .creat-account-group {
	margin-left: 290px;
	padding-left: 30px;
}
.popup-instant {
	font-size: 14px;
}
.popup-instant  h2{
	font-size: 22px;
	margin-bottom: 10px;
}
.popup-instant form{
	margin-bottom: 15px;
}
.progress-area {
	font-size: 15px;
	padding: 15px 0;	
	color: #50575f;
}
.progress-area label{
	margin-bottom: 15px;
	display: block;
	line-height: 1em;
}
.progress{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6px;
	overflow: hidden;
	font-size: .75rem;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	
}
.progress-bar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	height: inherit;
    border-radius: 6px;    
    overflow: hidden;
	position: relative;
	background: rgb(36, 156, 255);
}
.is-animating {
	background: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    animation: progress-bar-stripes 2.5s linear infinite;
    -webkit-animation:progress-bar-stripes 2.5s linear infinite;
    height: inherit;
    width: 100%;
    position: absolute;
    height: 100%;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: -50px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: -50px 0;
  }
  to {
    background-position: 0 0;
  }
}
.testimonials-grid {
	margin:  0 -15px;
}
.testimonials-grid .two-col{
	padding: 15px;
}
.testimonials-grid .two-col:nth-child(2n+1){
	clear: both;
}
.table-display {
	display: table;
}
.table-display>.table-cell{
	display: table-cell;
	vertical-align: middle;
}
.testimonials-grid .author {
	width: 110px;
}
.testimonials-grid .content{
	padding-left: 15px;
	color: #404954;
}
.testimonials-grid .author .avatar .thumbnail{
	border-radius: 50%;
	overflow: hidden;
}
.testimonials-grid  .name{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2em;
}
.testimonials-grid  .pos{
	font-size: 16px;
	line-height: 1.2em;
}
.testimonials-grid .content {
	font-size: 14px;
	line-height: 1.5em;
}
.testimonials-grid .content .mes{
	font-style: italic;
}
.testimonials-grid .og-rating{
	margin: 5px 0 10px;
}
.og-rating .star{
	font-size: 20px;
	width: 1em;
	height: 1em;
	overflow: hidden;
	float: left;
	margin-left: 5px;
}
.og-rating .star:first-child{
	margin-left: 0;
}
.og-rating .star span{
	font-size: inherit;
	width: 1em;
	height: 1em;
	background: url("images/star-md.png") no-repeat center;
	background-size: cover;
	display: inline-block;
	float: left;
}
.faq-list {	
	font-size: 14px;
	color: #50575f;
	line-height: 1.5em;
	width: 1045px;
	max-width: 100%;
	margin: auto;
}
.faq-list .three-col{
	padding: 15px;
}
.faq-list h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.images-group {
	margin-bottom: -1px;
}
.images-group .item {
	width: 25%;	
	float: left;
	position: relative;
}
.images-group .item .box-cover{
	padding-top: 150%;
}
.adv_production{
	margin-bottom: 35px;
}
.adv_production .item{
	padding: 25px 0;
	border-top: 2px solid #eeeeee;
	display: flex;
	display: -webkit-flex;
	font-size: 13px;
	flex-wrap: wrap;
}
.adv_production p{
	margin: 0;
}
.adv_production .item.label{
	padding: 0 0 2px;
	border-top:0;
	font-size: 11px;
}
.adv_production .item.label p{
	margin: auto;
	font-size: inherit;
}
.adv_production .item.label .locations{
	font-style: normal;
}
.adv_production .item .head {
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
}
.adv_production .item .title{
	color: #009cdf;
	font-weight: 600;
	text-decoration: none;	
	font-size: 16px;
	display: block;
}
.production-status {
	display: inline-block;
}
.adv_production .status:before,
.production-status:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    content: '';
    display: inline-block;
} 
.adv_production .status.in-pre-production:before,
.production-status.in-pre-production:before{
	background: #f0d51e;
}
.adv_production .status.in-production:before,
.production-status.in-production:before{
	background: #1acc7a;
}
.adv_production .status.in-post-production:before,
.production-status.in-post-production:before{
	background: #ff864b;
}
.adv_production .status.completed:before,
.production-status.completed:before{
	background: #cbcbcb;
}
.adv_production .item .title:hover {	
	color: #000;
}
.adv_production .item .title span{
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
}
.adv_production .item .email{
	font-weight: 600;
	color: #000;
	font-size: 15px;
	text-decoration: none;
}
.adv_production .item >*{
	flex-grow: 1;
	padding: 0 10px;
}
.adv_production .item .actions {
	flex: 0 0 100px;
	display: flex;
}
.adv_production .item .actions .fa:not(.fa-question-circle),
.pro_details .item .fa:not(.fa-question-circle){
	line-height: 30px;
	width: 32px;
	border: 2px solid #e6e6e6;
	background: #fbfbfb;
	color: #808080;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.adv_production .item .actions .fa:hover {
	background: #000;
	color: #fff;
}
.adv_production .item .actions .wrap-phone {
	margin-left: 0;
}
.adv_production .item .actions .wrap-email {
	margin-right: 0;
	margin-left: auto;
}
.adv_production .item .locations {
	font-style: italic;	
	display: flex;
	flex-direction: column;
}
.adv_production .item .locations>*{
	margin: auto 0;
}
.adv_production .adv_header {
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.adv_production .adv_header p {
	margin: 1em 0;
}
.adv_production .adv_header  h3{
	font-size: 1em;
	margin: 1em 0;
}
.og-btn-linked {
	display: block;
}
.og-btn-linked img{
	width: 180px;
}
.og-btn-linked .fa{
	display:  inline-block;
	width: 34px;
	text-align: center;
	line-height: 34px;
	margin: -6px 0 -6px -15px;
	margin-right: 5px;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-size: 18px;
}
.company-details {
	font-size: 14px;
	line-height: 1.3em;
	color: #000;
	margin-top: 20px;
}
.company-details .poup_notification .fa{
	font-size: 18px;
}
.company-details .address {
	margin-bottom: 15px;
}
.company-details .contact {
	margin-bottom: 25px; 
}
.company-details .contact a{	
	text-decoration: none;
}
.company-details .contact a:hover {
	color: #3076b0;
}
.production-top {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.production-top {
		flex-wrap: nowrap;
	}
}
.production-title .cats a{
	text-decoration: none;
	color: #000;	
}
.company-projects {
	padding-top: 30px;
	font-size: 14px;
}
.company-projects span{
	font-size: 13px;
}
.company-projects .label{
	vertical-align: top;
	padding-right: 15px;
}
.company-projects .label img{
	vertical-align: bottom;
	width: 16px;
	margin-right: 5px;
}
.company-projects a{
	text-decoration: none;
}
.company-staffs {
	padding-top: 60px;
}
.pro-title {
	color: #000;
	font-weight: 300;
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	letter-spacing: .8px;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.pro-title {
		max-width: 60%;
		/*margin-top: -2rem;*/
	}
}
.pro-title.no_border{
	border-bottom: none;
}
.pro-icons {
	font-size: 18px;
	width:1em;
	height: 1em;
	display: inline-block;
	background: url("images/icons-production.jpg") no-repeat center;
	background-size: auto 1em;
	background-position: top left;
	vertical-align: bottom;
}
.pro-info {
	background-position: -2em 0;
}
.pro-contact {
	background-position: -1em 0;
}
.pro-crew {
	background-position: -0em 0;
}
.pro_details {
	line-height: 1.5;
}
.pro_details .item{
	display: flex;
	padding: 10px 0;
	border-top: 1px solid #e4e4e4; 
}
.pro_details .item:first-child {
	border-top: none; 
}
.pro_details .item .detail {
	flex-grow: 1;
}
.pro_details .action {
	display: flex;
}
.pro_details .action .wrap_d{
	position: relative;
	margin: 5px;
	display: inline-block;
}
.pro_details .action .wrap_d ul{
	position: absolute;
	bottom: 100%;
	left: 50%;
	white-space: nowrap;
	padding: 5px;
	transform: translateX(-50%);
	background: #000;
	border-radius: 4px;
	padding: 10px;
	width: auto;
	color: #fff;
	max-width: none;
	opacity:0;
	visibility: hidden;
	transition: 0.3s all;
	margin: 0;
	list-style: none;
}
.pro_details .action .wrap_d:hover ul{
	opacity:1;
	visibility: visible;
}
.pro_details .action .wrap_d ul a{
	color: inherit;
	display: block;
}
.pro_details .action .wrap_action {
	margin: auto;
}
.wrap_action img{
	vertical-align: top;
}
.pro_details .item .title{
	font-weight: 600;
	font-size: 15px;
	display: block;
	margin: auto;
	text-decoration: none;
}
.pro_details .item .title span{
	font-weight: 400;
}
.pro_details .item .p_mail{
	font-weight: 500;
	color: #000;
	font-size: 14px;
	color: #000;
}
.pro_details .item .p_mail a{
	color: inherit;
}
.pro_details .item .p_mail img{
	vertical-align: middle;
	width: 16px;
	padding-left: 5px;
}
.pro_details .item .p_title {
	font-size: 14px;
	color: #429bda;
}
.pro_details .item p.p_title{
	color: #2d2c2c;
}
.pro_details .item .p_title span{
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #757575;
}
.role-details {
	margin-top: 30px;
	border-top: 1px solid #e4e4e4; 
}
.production-listing .production-list,
.production-listing .download-box{
	display: none;
}
.copy_text{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.copy_text .status{
	position: absolute;
	left: 100%;
	padding-left: 10px;
	top:0;
	color: #636262;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .5px;
	display: none;
	background: #fff;
	z-index: 3;
}
.copy_text.hover .status{
	display: block;
}
.locations_new {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.locations_new>*{
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
}
.acco-content .form-row.new_location {
	padding-top: 5px;
	padding-bottom: 5px;
}
.new_location .remove {
	right: 0;
	top:0;
}
.location_generate {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.location_generate>div{
	flex-grow: 1;
	padding-left: 5px;
	padding-right: 5px;
}
.production_loop_info {
	padding-bottom: 15px;
}
.production_loop_info th{
	color: #000;
	font-size: 13px;
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.production_loop_info td{
	padding-left: 15px;
	vertical-align: top;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.location_generate .hidden_select{
	opacity:0;
	visibility: hidden;
}
.og-archive.og-btn {
	background-image: url("images/lists_icon.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px auto;
	padding-right: 45px;
	margin-top: 15px;
}
.og-archive.og-btn:hover{
	background-image: url("images/lists_icon.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px auto;
}
.tip_wraps {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #f2f4f6;
	display: flex;
	padding-top: 65px;
	display: flex;
	flex-direction: column;
	padding-bottom: 65px;
	transition: 0.5s all;
}
.tip_wraps .fix-width{
	margin: auto;
}
.tip_wraps .tip-box {
	max-width: 480px;
	margin: auto;
}
.tip_wraps .tip-box h2{
	font-size: 24px;
	margin: 0.83em 0;
}
.tip_wraps.hiden{
	opacity:0;
	visibility: hidden;
}
.user-action-popup .button {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-bottom: 20px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all;
	text-align: center;
	padding: 12px 30px;
	border: none;
	cursor: pointer;
	background: #009bd9;
	color:#fff;
}
.user-action-popup .login-submit{
	text-align: center;
}
.user-action-popup .login-remember {
	float: left;
}
.user-action-popup .forgot_pass_link{
	float: right;
}
.user-action-popup p.login-username>label,
.user-action-popup p.login-password>label{
	text-transform: uppercase;
	display: block;
	margin: 5px 0;
	font-weight: 600;
}


/* RCP Plugin */
/* Register */
.paid-member-page #rcp_registration_form input.rcp-button {
	background: #00c76b none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 1px;
	/* height: 42px; */
	padding: 15px 35px;
	margin-bottom: 30px;
	box-shadow: inset 0 -5px rgba(0,0,0,0.15);
	margin-top: 1rem;
}
.paid-member-page .rcp_registration_total {
	margin-top: 2rem;
}
.paid-member-page .rcp_registration_total table {
	text-align: left;
}
.paid-member-page .rcp_registration_total table th,
.paid-member-page .rcp_registration_total table td {
	padding: 5px 0;
}
.paid-member-page .rcp_registration_total table th:first-child,
.paid-member-page .rcp_registration_total table td:first-child {
	padding-right: 15px;
}
.rcp_gateway_stripe_fields .rcp_card_fieldset {
	border: 0;
}
.rcp_gateway_stripe_fields label {
	margin-bottom: 5px;
	display: inline-block;
}
.rcp_gateway_stripe_fields input,
.rcp_gateway_stripe_fields .StripeElement {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	background: #f2f4f6;
	color: #777777;
	font-size: 15px;
	height: 35px;
	padding: 9px 0px 10px 10px;
}

/* Account */
.rcp-account .rcp-table {
	width: 100%;
}
.rcp-account .rcp-table th {
	text-align: left;
	padding-bottom: 5px;
}
.rcp-account .rcp-table th:last-child {
	text-align: center;
}
.rcp-account  fieldset {
	border: 0;
}
#rcp-account-overview {
	margin-bottom: 3rem;
}
#rcp-account-overview a,
#rcp-payment-history a {
	background: #009bd9;
	color: #fff;
	padding: 5px 8px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	margin-bottom: 0.5rem;
	width: 100%;
	text-align: center;
}
#rcp_profile_submit_wrap {
	text-align: right;
	margin-top: 1rem;
}
.rcp-account .rcp-button {
	background: #009bd9;
	color: #fff;
	font-size: 15px;
	min-width: 245px;
	border-radius: 4px;
	letter-spacing: 1px;
	line-height: 1.3em;
	padding: 6px 15px;
	text-decoration: none;
	display: inline-block;
	border: 0;
}

/* Member Billing Page */
.my-account-info.member-billing .pmpro_form,
#pmpro_account.member-billing .pmpro_form {
	margin-top: 2rem;
}
.my-account-info.member-billing  .pmpro_checkout thead th,
#pmpro_account.member-billing  .pmpro_checkout thead th{
	padding-top: 2rem;
}
.my-account-info.member-billing input[type="email"],
#pmpro_account.member-billing input[type="email"] {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	width: 100%;
}
.my-account-info.member-billing #pmpro_payment_information_fields,
#pmpro_account.member-billing #pmpro_payment_information_fields {
	/*margin-bottom: 2rem;*/
}
#pmpro_account.member-billing #pmpro_billing_address_fields {
	margin-bottom: 2rem;
}
#pmpro_account.member-billing #pmpro_billing_address_fields label {
	padding-top: 0;
}
#pmpro_account.member-billing #bzipcode {
	/*margin-bottom: 2rem;*/
}

/* PMP native pages */
.pmp-native-page .sidebar-paid {
	padding-top: 50px;
}
.pmp-native-page .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pmp-native-page .two-col {
	float: none;
	flex-basis: 49%;
	max-width: 49%;
}
.pmp-native-page .pmpro_asterisk {
	display: none;
}
.pmp-native-page #pmpro_tos_fields {
	margin: 20px 0;
}


/* Checkout */
.pmpro_checkout_gateway-stripe #pmpro_billing_name_fields {
	padding-top: 5px;
	padding-bottom: 0 !important;
}
@media screen and (min-width: 993px) {
	#pmpro_payment_information_fields .pmpro_checkout-fields {
		display: flex;
		justify-content: space-between;
	}
	#pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_payment-account-number {
		width: 49%;
	}
	#pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_payment-expiration {
		width: 29%;
	}
	#pmpro_payment_information_fields .pmpro_checkout-fields .pmpro_payment-cvv {
		width: 19%;
	}
}

/* Cancel Page */
.my-account-info.member-cancel {
	display: flex;
}
.my-account-info.member-cancel .wrap {
	padding-left: 30px;
	margin-left: 260px;
	width: 100%;
}
.my-account-info.member-cancel .pmpro_actionlinks,
#pmpro_account.member-cancel .pmpro_actionlinks {
	margin-top: 2.5rem;
}
.my-account-info.member-cancel .pmpro_btn,
#pmpro_account.member-cancel .pmpro_btn {
	padding: 7px 20px;
	background-color: #009BD9;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}
#pmpro_account #pmpro_cancel p {
	margin-bottom: 1.4rem;
}
