/**
 * Custom CSS for VC extends
 *
 * @package Focux
 * @since 1.0
 */

.vc_row{
	padding:20px 0;
	width:1000px;
	margin:auto;
	left:0;
	float:none;
}
.vc_row.vc_inner{
	width:100%;
}
.vc_row[data-vc-stretch-content]{
	padding:20px 130px;
}
.vc_row[data-vc-full-width]{
	width:100%;
	overflow: inherit;
}
.vc_row[data-vc-parallax]{
	overflow:hidden;
}
.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%;
}

.vc_custom_heading{
	word-wrap: break-word;
}

/*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 10px;
	padding:0;
	list-style:none;
}
.custom_price_table ul li{
	border-bottom: 1px solid #eee;
	padding:10px 0;
	text-align: center;
	font-size: 14px;
    font-size: .9rem;
}
.custom_price_table footer{
	height:60px;
	text-align: center;
}
.custom_price_table footer .custom_price_table_button{
	padding:10px 30px;
}

/*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-bottom:15px;
}
.custom_team .name{
	font-size:16px;
	font-size:1rem;
}
.custom_team .job{
	display: block;
	margin:auto;
	opacity: .8;
}
.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-active{
	background:#1bbff5;
}
.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;
	padding-left:30px;
}
.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;
}

/*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{
	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;
}

/*Responsive*/
@media (max-width: 959px){
  .vc_row{width:100%;}
  .vc_row[data-vc-full-width]{padding:10px;}
  body .vc_custom_heading{
	   margin:15px 0 !important;
   }
} 

@media (max-width: 768px){
  .vc_row.vc_column-gap-1,
  .vc_row.vc_column-gap-2,
  .vc_row.vc_column-gap-3,
  .vc_row.vc_column-gap-4,
  .vc_row.vc_column-gap-5,
  .vc_row.vc_column-gap-10,
  .vc_row.vc_column-gap-15,
  .vc_row.vc_column-gap-20,
  .vc_row.vc_column-gap-25,
  .vc_row.vc_column-gap-30,
  .vc_row.vc_column-gap-35{
	margin-left:0;
	margin-right:0;
   } 
   
   .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;
   }
   
   /*div[class*='vc_column-inner vc_custom_']{
	   padding:30px !important;
   }*/
   
   .custom_post_slider .swiper-slide{
	   height:550px;
   }
   
}
@media (max-width: 480px){


}