/**
 * Custom CSS for VC extends
 *
 * @package themevan shortcodes
 * @since 1.1.2
 */

/* Row: default */
.vc_row{
	padding:20px 0;
	width:1000px;
	margin:auto;
	left:0;
	float:none;
}
.vc_row.vc_row-o-full-height{
	min-height:100px;
}
.vc_row.vc_gitem_row{
	width:auto;
}
.vc_row.vc_inner{
	width:100%;
}
/* Row: Stretch row */
.vc_row[data-vc-full-width]{
	width:100%;
	padding:20px;
	overflow: inherit;
}
/* Row: Stretch row and content */
.vc_row[data-vc-stretch-content]{
	padding:20px 130px;
}
.vc_row[data-vc-parallax]{
	overflow:hidden;
}
/* Row: Stretch row and content (no padding)*/
.vc_row[data-vc-stretch-content].vc_row-no-padding{
	padding:0;
}
.vc_gitem_row.vc_row{
	padding:15px;
}
.entry .vc_row,
.entry-summary .vc_row,
.entry-content .vc_row{
	width:100%;
}
#item-description.entry-content .vc_row{
	width:1000px;
}
#item-description.entry-content .vc_row.vc_inner{
	width:100%;
}
.entry .vc_row.vc_inner,
.entry-summary .vc_row.vc_inner,
.entry-content .vc_row.vc_inner{
	width:auto;
}

.vc_column_container>.vc_column-inner{
	padding:0;
}
.vc_row[class*="vc_column-gap-"]{
	margin:auto;
} 

.vc_row.vc_row_zindex_1{
	z-index:1;
}
.vc_row.vc_row_zindex_2{
	z-index:2;
}
.vc_row.vc_row_zindex_3{
	z-index:3;
}
.vc_row.vc_row_zindex_4{
	z-index:4;
}
.vc_row.vc_row_zindex_5{
	z-index:5;
}
.vc_row.vc_row_zindex_6{
	z-index:6;
}
.vc_row.vc_row_zindex_7{
	z-index:7;
}
.vc_row.vc_row_zindex_8{
	z-index:8;
}
.vc_row.vc_row_zindex_9{
	z-index:9;
}
.vc_row.vc_row_zindex_10{
	z-index:10;
}
.vc_row.vc_row_opacity_0-9{
	opacity:.9;
}
.vc_row.vc_row_opacity_0-8{
	opacity:.8;
}
.vc_row.vc_row_opacity_0-7{
	opacity:.7;
}
.vc_row.vc_row_opacity_0-6{
	opacity:.6;
}

.vc_row.vc_row_opacity_0-5{
	opacity:.5;
}
.vc_row.vc_row_opacity_0-4{
	opacity:.4;
}
.vc_row.vc_row_opacity_0-3{
	opacity:.3;
}
.vc_row.vc_row_opacity_0-2{
	opacity:.2;
}
.vc_row.vc_row_opacity_0-1{
	opacity:.1;
}

/*Custom Heading*/
.vc_custom_heading{
	word-wrap: break-word;
	font-weight:normal;
}
.custom_heading_weight_100{font-weight:100;}
.custom_heading_weight_300{font-weight:300;}
.custom_heading_weight_600{font-weight:600;}
.custom_heading_weight_800{font-weight:800;}
.custom_heading_weight_normal{font-weight:normal;}


/*Search*/
.vc_col-sm-2 #s{width:55%;}
.vc_col-sm-2 #searchsubmit{width:42%;padding:0;}
.vc_col-sm-3 #s{width:68%;}
.vc_col-sm-3 #searchsubmit{width:30%;padding:0;}

/*Toggle Heading*/
.vc_toggle_title > h4{font-size:1.6rem;}

/*Custom Pricetable*/
.custom_price_table{
	max-width:100%;
	min-width:200px;
	margin:0 auto 10px;
	width:auto;
	height:auto;
	overflow: hidden;
	border-radius: 5px;
	background:#fff;
	border:1px solid rgba(0,0,0,.1);
	
}
.custom_price_table header h3{
	height:50px;
	line-height: 50px;
	font-size:20px;
	font-size:1.5rem;
	font-weight:300;
	margin:0px;
	padding:10px 0 60px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	color:#000;
}
.custom_price_table header .price{
	width:100px;
	height:100px;
	text-align: center;
	line-height: 100px;
	background:#fff;
	border:3px solid #e9e9e9;
	border-radius: 200px;
	margin:-55px auto 0;
	font-size: 1.6rem;
	font-weight:400;
}
.custom_price_table.featured header h3,
.custom_price_table.featured header .price{
	color:#1bbff5;
	border-color:#1bbff5;
}
.custom_price_table ul{
	margin:10px 20px 0;
	padding:0;
	list-style:none;
}
.custom_price_table ul li{
	border-bottom: 1px solid #f6f6f6;
	padding:10px 0;
	text-align: center;
	font-size: 14px;
    font-size: .9rem;
}
.custom_price_table footer{
	height:80px;
	line-height:80px;
	text-align: center;
}
.custom_price_table footer .custom_price_table_button{
	padding:15px 30px;
}
.custom_price_table .edd_download_purchase_form{
	text-align:center;
	margin:30px 50px;
}
.custom_price_table.featured .button{
	margin:20px auto;
}
.custom_price_table.featured .edd_download_purchase_form .button,
.custom_price_table.featured .button{
	background:#ff839e;
}

/*Custom Member*/
.custom_team{
	max-width:600px;
	min-width:200px;
	width:auto;
	height:auto;
	margin-bottom:50px;
	overflow: hidden;
	text-align: center;
}
.custom_team .avatar{
	width:150px;
	height:150px;
	border-radius: 200%;
	margin:0 auto 10px;
	overflow: hidden;
}
.custom_team .avatar img{
	width:150%;
	max-width:none;
	height:auto;
}
.custom_team header{
	margin:25px auto 15px;
}
.custom_team .name{
	font-size: 22px;
    font-size: 1.5rem;
}
.custom_team .job{
	display: block;
	margin: 5px auto;
	opacity: .5;
}
.custom_team.white{
	color:#fff;
}
.custom_team.horizontal {
	text-align: left;
}
.custom_team.horizontal .avatar{
	float:left;
	margin-right:20px;
}
.custom_team.horizontal header{
	margin-top:10px;
}

/*Custom product reviews*/
.custom_product_reviews{
	height:180px;
	width:85%;
	margin:auto;
	overflow: hidden;
}
.custom_product_reviews .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.custom_product_reviews .swiper-slide{
	width:100%;
}
.custom_product_reviews .comment_meta{
	float:left;
	min-height:150px;
}
.custom_product_reviews .swiper-slide .avatar{
	border-radius: 200px;
	margin-bottom:5px;
}
.custom_product_reviews .swiper-slide .comment-author-name{
	display: block;
	text-align: center;
}
.custom_product_reviews .swiper-slide .comment-text{
	width:90%;
	font-size:18px;
	font-size:1.5rem;
	margin:auto;
	padding-top:10px;
	line-height: 1.2em;
}
.custom_product_reviews .swiper-slide .comment-post{
	display: block;
	font-size:14px;
	font-size:.9rem;
	margin:10px 0;
	max-width:400px; 
}
.swiper-pagination-bullet{
        background:#000;
        opacity:.5;
}
.swiper-pagination-bullet-active{
	opacity:1;
}
.custom_product_reviews.white{
	color:#fff;
}
.custom_product_reviews.white .swiper-pagination-bullet{
	background:#fff;
}

/*Custom post slider*/
.custom_post_slider{
	margin-bottom:50px;
}
.custom_post_slider .swiper-slide{
	float:left;
	height:500px;
}
.custom_post_slider .swiper-slide .thumbnail{
    width:100%;
	height:200px;
	overflow: hidden;
	margin-bottom:20px;
	/* Center slide image vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.custom_post_slider .swiper-slide .thumbnail img{
	width:100%;
	height:auto;
}
.custom_post_slider .swiper-slide h3{
	margin-bottom:0px;
	text-align: center;
	line-height: 1.2em;
}
.custom_post_slider .swiper-slide h3 a {
    font-size: 20px;
    font-size: 1.2rem;
    font-weight:bold;
    color:#000;
}
.custom_post_slider .swiper-slide .post_meta,
.custom_post_slider .swiper-slide .post_meta a{
	font-size: 11px;
    font-size: .7rem;
    color: #999;
    text-align: center;
    margin-top:5px;
}
.custom_post_slider .swiper-slide .read-more{
	display: block;
	text-align: center;
	margin-top:15px;
	font-weight:400;
	font-style:italic;
}
.custom_post_slider.white .swiper-slide h3 a,
.custom_post_slider.white .swiper-slide,
.custom_post_slider.white .swiper-slide .post_meta a {
	color:#fff;
}
.custom_post_slider.white .swiper-slide .post_meta a{
	opacity: .8;
}
.custom_post_slider.white .swiper-slide .post_meta,
.custom_post_slider.white .swiper-slide .read-more{
	color:#fff;
	opacity: .5;
}
.custom_post_slider.white .swiper-pagination-bullet{
	background:#fff;
}

/*bevel*/
.custom_beveled,
.custom_beveled_inverse{
	width:100%;
	padding:0;
	margin:0;
}
.custom_beveled_sharp{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid #000;
    border-left: 2000px solid transparent;
    top: -50px;
    left:0;
}
.custom_beveled_inverse_sharp{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid #000;
    border-right: 2000px solid transparent;
    top: -50px;
    left:0;
}

/*Icon*/
.vc_icon_element{
	margin-bottom: 10px;
}
.vc_icon_element-align-left{
	float:left;
	margin-right:1px;
}
.vc_icon_element-align-right{
	float:right;
	margin-left:1px;
}

/*Text*/
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6{
	font-weight: bold;
	line-height: 1.2em;
}
.wpb_text_column h1,.vc_tta-container h2{font-size:32px;font-size:2rem;}
.wpb_text_column h2,.wpb_heading{font-size: 24px;font-size: 1.5rem;}
.wpb_text_column h3{font-size: 22px;font-size: 1.4rem;margin:10px auto;}
.wpb_text_column h4{font-size: 18px;font-size: 1.12rem;line-height: 1.5em;margin:8px auto;}
.wpb_text_column h5{font-size: 16px;font-size: 1rem;line-height: 1.5em;margin:6px auto;}
.wpb_text_column h6{font-size:14px;font-size:.9rem;line-height: 1.5em;margin:5px auto;}
.vc_tta-container h2{text-align: center;}

#content .wpb_text_column p:last-child{
	margin-bottom:10px;
}
#content .wpb_text_column p:first-child{
	margin-top:0;
}

.wpb_text_column blockquote{
	border-left:2px solid #eee;
	padding-left:10px;
	margin-left:10px;
}

/*separator text*/
.vc_separator h4 {
    line-height: 1.5em;
    font-size: 3rem;
}
/*Message Box*/
.vc_message_box>p{
	margin-top:0;
}

/*Tab*/
.vc_tta-style-flat .vc_tta-tabs-container{
	padding-bottom:2.5em;
}
.vc_tta-tab>a {
    font-size: 1.2rem;
}
.vc_tta.vc_general .vc_tta-tab>a{
	padding:10px 15px;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active>a{
	background:#fefefe;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab{
	margin:0;
}

/*accordion*/
.vc_tta-accordion .vc_tta-panel-title{
	font-size:1.4rem;
}
.vc_tta.vc_general .vc_tta-panel-title{
	line-height:1.5;
}
.vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
    padding: 0;
    margin: 20px auto;
}
.vc_tta.vc_tta-tabs-position-left .vc_tta-panels .vc_tta-panel-body{
	padding-left:20px;
	margin-top:0;
}
.vc_tta.vc_tta-tabs-position-right .vc_tta-panels .vc_tta-panel-body{
	padding-right:20px;
	margin-top:0;
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{
	color:#000!important;
	padding-left:30px;
	line-height: 1.5em;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading{
	border-width:0 0 1px;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover{
	background:transparent;
}

.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
	left:10px;
	color:#000;
}
.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
	left:0;
	top: 31px;
}

/*Call to action*/
.vc_general.vc_cta3 .vc_cta3-content-header h2{
    font-size: 36px;
    font-size: 2.2rem;
    line-height: 1.2em;
    margin-bottom:10px;
}
.vc_general.vc_cta3 .vc_cta3-content-header h4{
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.2em;
}

/*Progress Bar*/
.vc_progress_bar .vc_single_bar,
.vc_progress_bar .vc_single_bar .vc_bar{
	-webkit-box-shadow: none; 
     box-shadow: none; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 10px;
    margin-bottom: 50px;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label, 
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label, 
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label, 
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label,
.vc_progress_bar .vc_single_bar .vc_label{
	padding-top:15px;
	padding-left:0;
	color:#333;
	font-size:16px;
	font-size:1rem;
}

/*Grid Filter*/
.vc_grid-filter{
	margin-bottom: 50px;
}
.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item{
	padding:10px 20px;
}

/*Reduce Image Size*/
.wpb_single_image.reduce_image_size img{
    width:50%;
    height:auto;
    margin:auto;
}

/*Revolution Slider Element*/
.wpb_revslider_element.wpb_content_element{
	margin:-1px auto 0;
}
.wpb_single_image.wpb_content_element{
	margin-bottom:0;
}

/*Map Overlay*/
.custom_map_overlay{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:#fff;
	opacity: 0;
	z-index: 2;
}

/*Counter*/
.custom_counter{
	width:100%;
	height:auto;
	text-align:center;
	border-right:1px solid rgba(0,0,0,.05);
}
.custom_counter.no-border{
	border-width:0;
}
.custom_counter .count{
    display:block;
	font-size:3em;
	font-weight:500;
}
.custom_counter .text{
	font-size:1em;
	display: block;
	font-weight:300;
	margin-top:10px;
}

/* Pagination Navigation	*/
.tmvs_pagenavi{
	text-align:center;
	margin-bottom:2em;
	margin-top: 3em;
}
.tmvs_pagenavi span,
.tmvs_pagenavi a{
	display:inline-block;
	padding:10px 20px;
	color:#000;
	font-size: 1rem;
	margin-right:-5px;
	border: 1px solid #eee;
	background:#fff;
}
.tmvs_pagenavi span{
	color:#fff;
	border-color:#000;
	background:#000;
}

/* Grid*/
.tmvs-grid{
	margin:0;
	padding:0;
	list-style: none;
	width: 101%
}
.tmvs-grid .post{
	width: calc(33.33% - 17px);
	height:auto;
	float:left;
	position: relative;
	margin-bottom:1em;
	background:#fff;
	border-radius: 3px;
	border:1px sold #eee;
	box-shadow: 0 0 5px rgba(0,0,0,.08);
	transition: 0.5s;
	padding:0;
	overflow:inherit;
}
.tmvs-grid.tmvs-picture-grid .post{
	box-shadow:none;
}
.tmvs-grid.tmvs-picture-grid .post img{
	box-shadow: 0 0 5px rgba(0,0,0,.08);
}

.tmvs-grid .post:hover{
	box-shadow:2px 2px 15px rgba(0,0,0,.1);
}
/* 2 Columns */
.tmvs-grid.two-columns .post,
.tmvs-grid.two-columns.tmvs-masonry .post{
	width: calc(50% - 17px);
}
.tmvs-grid .post .image-box img{
	width:100%;
	height:auto;
	max-width: 200%;
	display: block;
}

/* Picture Gallery Masonry & Grid */
.tmvs-grid.tmvs-masonry .post{
	width: calc(33.33%);
	box-shadow:none;
	border:none;
	border-radius:0;
	background:none;
	height:auto;
	margin-bottom:0;
}

/* Grid Title */
.tmvs-grid .post .tmvs-grid-title{
	font-size:18px;
	font-weight: bold;
	display: block;
	margin: 20px 20px 10px;
}
.tmvs-grid .post .tmvs-grid-title a{
	color:#222;
}
.tmvs-grid .post .tmvs-grid-title a:hover{
    color:#34b7ae;
}
.tmvs-grid .post .tmvs-grid-subtitle{
	margin: 0 20px 20px;
	font-size: 13px;
    	line-height: 22px;
}
.tmvs-grid .post .freeLabel{
	width:50px;
	height:50px;
	position: absolute;
	top:-10px;
	right:-10px;
	z-index: 10;
	text-align: center;
	line-height: 50px;
	background:#3ebab2;
	color:#fff;
	border-radius: 200px;
}
.tmvs-grid.tmvs-masonry .post .freeLabel{
	top:10px;
	right:10px;
}
.text-desc{
    position: absolute; 
    left: 0; 
    top: 0; 
    background-color: #fff; 
    height: 100%; 
    opacity: 0; 
    width: 100%; 
    padding-top:16%;
}
.text-desc .edd_price{
	font-size:18px;
	font-size:1.8rem;
}
.text-desc .divider{
	display: block;
	margin:5px auto 20px;
	text-align: center;
	width:10%;
	border-top:1px solid #000;
}
.text-desc .button i{
	margin-right:5px;
}
.text-desc .details,
.text-desc .add_to_cart{
	background:none;
	border:1px solid #000;
	color:#000;
	padding:8px 20px;
}
.text-desc .add_to_cart{
	border-color:#3ebab2;
	color:#3ebab2;
}
.text-desc .add_to_cart:hover{
	background:#3ebab2;
	color:#fff;
	box-shadow:2px 2px 5px rgba(0,0,0,.1);
}
.text-desc .details:hover{
	background:#000;
	color:#fff;
}
.text-desc .title{
	font-size:1.2em;
	color:#000;
}
.text-desc .icon{
	font-size:1.5em;
	color:#000;
}

/* effect-1 css */
.tmvs-grid-item{width: 100%; height:200px; position: relative; overflow: hidden; text-align: center; }
.tmvs-grid.two-columns .tmvs-grid-item{height:300px;}
.tmvs-grid.tmvs-masonry .tmvs-grid-item{height:auto;}
.text-desc{opacity: 0.9; top: -400%; transition: 0.5s; color: #000; }
.text-desc p{margin-top: 40px;display: block;}
.tmvs-grid-item img{transition: 0.5s;}
.tmvs-grid .post:hover .text-desc{top: 0;}
/* effect-1 css end */


.nav-filters {
	padding-left: 0%;
	display: table;
	width: auto;
	margin:20px auto 50px;
	text-align: center;
}
.nav-filters li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom:10px;
	cursor: pointer;
	color: #aaa;
	padding:5px 10px;
	font-size:12px;
	border:1px solid #ddd;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav-filters li a{
	color:#000;
}
.nav-filters li:hover,
.nav-filters li.active {
	color: #fff;
	border:1px solid #34b7ae;
	background:#34b7ae;
}
.nav-filters li a:hover{
	color:#fff;
}


/* Custom Typing */
.custom_typing_text{
	font-size:3em;
	line-height:1.2em;
	margin:20px auto;
}
.custom_typing_text span{
	font-weight:bold;
	font-style:italic;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/* Testimonials*/
.custom_testimonials{
	text-align:center;
	margin-bottom: 30px;
	width:100%;
}
.custom_testimonials .swiper-container{
	width:100%;
	min-height:320px;
	height:auto;
}
.custom_testimonials .swiper-slide{
    
}
.custom_testimonials .avatar{
	width:80px;
	height:80px;
	border-radius: 50%;
	margin-bottom:20px;
}
.testimonial-text{
	font-size:1.5rem;
	line-height: 1.5em;
	margin-bottom:30px;
}
.custom_testimonials.white{
	color:#fff;
}
.custom_testimonials.white .swiper-pagination-bullet{
	background:#fff;
}

/*Custom EDD Search*/
.custom_edd_search{
	width:80%;
	text-align: center;
	margin:auto;
}
.custom_edd_search input[type="text"]{
	width:73%;
	background:#fff;
	padding-left:20px;
	font-weight: 300;
	border:none;
	font-size: 1.5em;
	display: inline-block;
}
.custom_edd_search input[type="submit"]{
    padding:12px;
    font-size: 1.5em;
    font-weight:100;
    display: inline-block;
    margin-left:-5px;
    border-radius: 0 3px 3px 0;
}

.portfolio-back-button{
	position: fixed;
	top:50%;
	left:50px;
	font-size:3em;
	color:#000;
}
.custom_portfolio_post{
	width:100%;
	margin:20px;
}
.custom_portfolio_post .site-title{
	width:10%;
	float:left;
}
.custom_portfolio_post .site-title img{
	width:100%;
	height:auto;
}
.custom_portfolio_post .portfolio-stage{
    width:55%;
    float:left;
    margin:0 0 0 30px;
    text-align: center;
}
.custom_portfolio_post .portfolio-stage img{
	max-width:100%;
	width:100%;
	height:auto;
}
.custom_portfolio_post .post.portfolio{
    width:25%;
    float:left;
    margin-left:30px;
}
.custom_portfolio_post .post.portfolio .entry-content{
	font-size:13px;
	line-height: 1.8em;
}
.custom_portfolio_post .post .portfolio_info{
	margin-top:3em;
}
.custom_portfolio_post .post .portfolio_info strong{
	width:80px;
	display: inline-block;
}
.custom_portfolio_post .post .portfolio_info span{
	border-bottom: 1px solid #ddd;
	display: block;
	padding:5px 0;
}

/* EDD Button */
.edd_download_purchase_form{
	margin:50px auto;
}
.custom_edd_button .edd_price_options{
	margin-bottom:20px;
}
.custom_edd_button .edd_price_options ul{
	margin:0;
	padding:0;
}
.custom_edd_button .edd_price_options ul li{
	list-style:none;
	border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.custom_edd_button.button{
	padding:15px 30px;
	font-weight:bold;
	font-size:1.2rem;
}


@media only screen and (max-width: 360px){
	ul{width: 300px;}
	.tmvs-product-item .tmvs-grid .text-desc{padding: 20px;}
	.tmvs-grid .text-desc{padding: 7px;}
}

/*Responsive*/
@media (max-width: 959px){
  .vc_row{width:100%;}
  .vc_row[data-vc-full-width]{padding:10px;}
  .vc_row[data-vc-stretch-content] .wpb_wrapper{
  	 width:100%;
  	 margin:auto;
  }

  body .vc_custom_heading{
	   margin:15px 0 !important;
  }

  .custom_beveled_sharp{
		border-left-width:959px;
  }

  .custom_beveled_inverse_sharp{
		border-right-width:959px;
  }
} 

@media (max-width: 768px){
  .vc_row[class*=".vc_column-gap-"]{
	margin-left:0;
	margin-right:0;
   } 
   .entry-content .vc_row,
   #item-description.entry-content .vc_row{
   	 width:90%;
   	 margin:auto;
   }
   .vc_separator h4{
	   font-size:1.5rem;
	   line-height: 1em;
   }
   .custom_product_reviews{
	   height:340px;
   }
   .custom_product_reviews .comment_meta{
	   float:none;
	   margin:auto;
	   min-height:100px;
	   text-align: center;
   }
   
   .vc_toggle_title > h4{
	   font-size:1.2rem;
   }
   
   body .vc_custom_heading{
	   margin:10px 0 !important;
	   padding-left:0 !important;
	   padding-right:0 !important;
   }
   
   .tmvs-grid .post,
   .tmvs-grid.two-columns .post,
   .tmvs-grid.tmvs-masonry .post,
   .custom_portfolio_post .site-title
   .custom_portfolio_post .portfolio-stage,
   .custom_portfolio_post .post.portfolio{
   	  width:100%;
   }
   
   .custom_post_slider .swiper-slide{
	   height:550px;
   }
   
   .custom_beveled_sharp{
		border-left-width:768px;
   }

	.custom_beveled_inverse_sharp{
		border-right-width:768px;
	}

	.custom_edd_search{
		width:100%;
	}
	.custom_edd_search input[type="text"]{
		width:60%;
	}

	.custom_counter{
		border-right:none;
		border-bottom:1px solid rgba(0,0,0,.05);
		margin-bottom:30px;
		padding-bottom:20px;
	}
    .tmvs-grid{
    	width:100%;
    	display:block;
        margin:auto;
    }
	.tmvs-grid .post{
		margin:0 0 3em 0;
		float:none;
	}

	.testimonial-text{font-size:1.2rem;}


}
@media (max-width: 480px){
    .custom_beveled_sharp{
		border-left-width:480px;
	}

	.custom_beveled_inverse_sharp{
		border-right-width:480px;
	}
	.custom_edd_search input[type="text"]{
		width:50%;
	}
	.custom_edd_search input[type="text"],
	.custom_edd_search input[type="submit"]{
		font-size:1em;
	}

	.tmvs-grid li .tmvs-grid-item,
	.tmvs-grid li .image-box{
		height:200px;
	}

}