/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------*/

pre, code, tt
{
	font:12px 'andale mono', 'lucida console', monospace;
	line-height:1.5;
	padding: 15px 10px 15px 10px;
	display: block;
	overflow: auto;
	margin-top: 20px;
	margin: 20px 0 20px 0;
	width:92%;
	border: 0;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.clear
{
	clear: both;
}



.ppb_content_half_bg .one_half_bg,
.ppb_contact_half_bg .one_half_bg,
.ppb_content_half_youtube .one_half_bg,
.ppb_content_half_vimeo .one_half_bg
{
	padding: 40px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

.ppb_content_half_youtube .one_half_bg,
.ppb_content_half_vimeo .one_half_bg
{
	position: relative;
	z-index: 2;
}

.ppb_contact_half_bg .one_half_bg .contact_form_wrapper
{
	margin-top: 20px;
}

.one_third_bg
{
	width: 33.3%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.ppb_image_two_third_fullwidth .one_third_bg
{
	padding: 60px;
}

.center_wrapper
{
	display: table;
	width: 100%;
	height: 100%;
}

.center_wrapper .inner_content
{
	display: table-cell;
	vertical-align: middle;
}

.center_wrapper .inner_content .standard_wrapper
{
	position: relative;
	z-index: 2;
}

.one_third_bg.nopadding, .one_half_bg.nopadding
{
	padding: 0;
}

.two_third_bg
{
	width: 66.6%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.two_third_bg.team
{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.one_half_bg.contact_form
{
	padding: 60px;
}

.one_fourth_bg
{
	width: 25%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.one_fifth_bg
{
	width: 20%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.parallax
{
	position: relative;
	clear: both;
	background-size: 100%;
	z-index: 1;
}

.mc4wp-form-fields
{
	margin-top: 10px;
}

.mc4wp-form-fields input
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

/*------------------------------------------------------------------
[10. Portfolio, Gallery and Templates Elements]
*/

.one_half
{
	float: left;
	width: 48%;
	margin-right: 3.5%;
	box-sizing: border-box;
}

.one_half.last
{
	float: right;
	width: 48%;
	margin-right: 0;
	clear: right;
}

.two_cols.gallery .element
{
	width: calc(50% - 15px);
	margin-right: 0;
	margin-bottom: 30px;
	box-sizing: border-box;
	float: left;
}

.two_cols.gallery .element:nth-child(2n)
{
	float: right;
	margin-right: 0;
}

.two_cols.gallery .element:nth-child(2n+1)
{
	clear: both;
}

.two_cols.gallery.wide .element
{
	width: 50%;
	margin: 0;
}

.two_cols.gallery.wide .element img
{
	width: 100%;
	height: auto;
}

.two_cols.gallery .element img
{
	width: 100%;
	height: auto;

	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.one_half.gallery2
{
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	position: relative;

	-webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    animation-duration: .2s;
}

.one_half.gallery2.filterable.portfolio_type
{
	margin: 0;
}

.one_third
{
	width: 30.66%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
	position: relative;
	box-sizing: border-box;
}

.one_third.last
{
	margin-right: 0 !important;
	float: right;
}

#page_content_wrapper .inner .sidebar_content ul, .page_content_wrapper .inner .sidebar_content ul
{
	margin-left: 20px;
}

.gallery_a_title
{
	text-align: center;
}

.three_cols.gallery .element
{
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	float: left;
}

.three_cols.gallery .element:nth-child(3n)
{
	float: right;
	margin-right: 0;
}

.three_cols.gallery .element:nth-child(3n+1)
{
	clear: both;
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element:nth-child(3n)
{
	float: left;
}

.portfolio_mixed_filter_wrapper
{
	width: 100%;
}

.portfolio_mixed_filter_wrapper.contained
{
	width: calc(100% + 30px);
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element.double_size
{
	width: calc(66.66% - 33px);
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element
{
	width: calc(33.33% - 34px);
}

.three_cols.gallery.wide .element
{
	width: 33.33%;
	margin: 0;
}

.portfolio_mixed_filter_wrapper .three_cols.gallery.wide .element
{
	width: calc(33.33% - 0.5px);
}

.three_cols.gallery.wide .element.double_size
{
	width: calc(66.66% - 0.5px);
	margin: 0;
}

.portfolio_mixed_filter_wrapper.three_cols.gallery.wide .element
{
	margin: 0 -1px 0 0;
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element
{
	margin: 0 0 30px 0;
}

.three_cols.gallery .element img
{
	width: 100%;
	height: auto;
}

.classic.gallery .element .portfolio_type img
{
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.grid.gallery .element .grid
{
	border-radius: 5px;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-color: #f9f9f9;
}

.grid.gallery .element .grid:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.49)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
	border-radius: 5px;
}

.grid.gallery .element .grid.gallery3
{
	min-height: 330px;
}

.sidebar_content:not(.full_width) .grid.gallery .element .grid.gallery3
{
	min-height: 270px;
}

.sidebar_content:not(.full_width) .grid.gallery .element .grid.gallery2
{
	min-height: 320px;
}

.grid.gallery .element .grid.gallery2
{
	min-height: 400px;
}

.grid.gallery .element .grid.gallery4
{
	min-height: 230px;
}

.grid.gallery.portrait .element .grid.gallery4
{
	min-height: 300px;
}

.grid.gallery .element .grid .portfolio_info_wrapper
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	z-index: 1;
}

.grid.gallery.portrait .element .grid .portfolio_info_wrapper
{
	bottom: -5px;
}

.grid.gallery .element .grid .portfolio_info_wrapper h3,
.grid.gallery .element .grid .portfolio_info_wrapper h4,
.grid.gallery .element .grid .portfolio_info_wrapper h5
{
	color: #fff;
}

.one_third.gallery3
{
	position: relative;
	width: 100%;
	margin: 0;
}

.classic .portfolio_type
{
	border: 1px solid #dce0e0;
	border-radius: 5px;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.grid .portfolio_type
{
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.classic .portfolio_type:hover,
.grid .portfolio_type:hover
{
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.one_third.gallery3 .one_third_img
{
	position: absolute;
}

.one_third.filterable.gallery3.portfolio_type
{
	margin: 0;
}

.two_third
{
	float: left;
	width: 65.33%;
	margin-right: 4%;
	box-sizing: border-box;
}

.two_third.last
{
	margin-right: 0;
	float: right;
	clear: right;
}

.one_fourth
{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	box-sizing: border-box;
}

.one_fourth.last
{
	width: 23.5%;
	margin-right: 0;
	float: right;
	clear: right;
}

.four_cols.gallery .element
{
	width: calc(25% - 22.5px);
	margin-right: 30px;
	margin-bottom: 25px;
	box-sizing: border-box;
}

.four_cols.gallery .element:nth-child(4n)
{
	float: right;
	margin-right: 0;
}

.four_cols.gallery .element:nth-child(4n+1)
{
	clear: both;
}

.four_cols.gallery.wide .element
{
	width: 25%;
	margin: 0 ;
}

.four_cols.gallery.wide .element img
{
	width: 100%;
	height: auto;
}

.four_cols.gallery .element img
{
	width: 100%;
	height: auto;
	border-radius: 5px;

	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.four_cols.gallery .element:hover img
{
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.one_fourth.gallery4
{
	position: relative;
    width: 100%;
    margin: 0;
}

.one_fourth.gallery4 a
{
	position: relative;
}

.element.classic4_cols
{
	float: left;
}

.one_fourth.portfolio4
{
    margin:0;
}

.one_fourth.gallery4 .one_fourth_img
{
	position: absolute;
}

.one_fifth
{
	width: 18%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.one_sixth.last
{
	margin-right: 0;
}

.image_classic_frame
{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 0;
	border-radius: 5px;
}

.image_classic_frame img
{
	border-radius: 5px;
}

.image_classic_frame.border
{
	border: 1px solid #dce0e0;
}

.image_classic_frame.glow
{
	border: 1px solid #dce0e0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.image_classic_frame.dropshadow
{
	padding:0;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.image_classic_frame.bottomshadow
{
	padding:0;
	position: relative;
}

.image_classic_frame.bottomshadow:before, .image_classic_frame.bottomshadow:after
{
	position: absolute;
	bottom: 15px;
	left: 10px;
	z-index: -1;
	height: 20%;
	width: 60%;
	content: "";
	opacity: 0.7;
	-webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 17px 10px rgba(0,0,0,0.6);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);

	opacity: 0.5;
}

.image_classic_frame.bottomshadow:after
{
	left: auto;
	right: 10px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.image_classic_frame.bottomshadow img
{
	margin: 0;
}

.image_caption, .gallery_image_caption
{
	padding: 30px 0 30px 0;
}

.one_half_bg .image_caption
{
	position: absolute;
	bottom: 15px;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.single_portfolio_gallery
{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	top: -35px;
	background: #f0f0f0;
}

.single_portfolio_gallery i.fa
{
	font-size: 30px;
	position: absolute;
	top: 43%;
	left: 49%;
}

.parallax
{
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.one_half_bg.parallax,
.one_third_bg.parallax,
.two_third_bg.parallax
{
	clear: none;
}

.one.parallax .page_content_wrapper,
.one_half_bg.parallax .page_content_wrapper,
.one_third_bg.parallax .page_content_wrapper,
.two_third_bg.parallax .page_content_wrapper,
.one_fourth_bg.parallax .page_content_wrapper
{
	position: relative;
	z-index: 1;
}

.archive_parallax
{
	height: 80vh;
}

#portfolio_filter_wrapper, .portfolio_filter_wrapper
{
	width: 960px;
	padding-top: 40px;
}

.portfolio_filter_wrapper, body.tax-portfoliosets #portfolio_filter_wrapper, #portfolio_filter_wrapper
{
	padding-top: 0;
}

#portfolio_filter_wrapper.visible, .portfolio_filter_wrapper.visible
{
	visibility: visible;
	opacity: 1;
}

#portfolio_filter_wrapper.gallery, .portfolio_filter_wrapper.gallery
{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	clear: both;
}

#portfolio_filter_wrapper.gallery.two_cols, .portfolio_filter_wrapper.gallery.two_cols, #portfolio_filter_wrapper.gallery.three_cols, .portfolio_filter_wrapper.gallery.three_cols, #portfolio_filter_wrapper.gallery.four_cols, .portfolio_filter_wrapper.gallery.four_cols
{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

#portfolio_filter_wrapper.gallery.wide, .portfolio_filter_wrapper.gallery.wide
{
	width: 100%;
	margin: 0;
}

#portfolio_filter_wrapper.gallery.wide.five_cols, .portfolio_filter_wrapper.gallery.wide.five_cols
{
	width: calc(100% + 5px);
}

#portfolio_filter_wrapper.gallery.wide.five_cols.justified, .portfolio_filter_wrapper.gallery.wide.five_cols.justified
{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}

.page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery, #page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery, .page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery, #page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery
{
	width: 100%;
	box-sizing: border-box;
}

body.single-attachment p.attachment
{
	display: none;
}

.gallery_img
{
	opacity: 0;
	-webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

.one_fourth.withbg .page_content_wrapper, .one_third.withbg .page_content_wrapper, .one_half.withbg .page_content_wrapper, .two_third.withbg .page_content_wrapper
{
	padding: 0 10% 0 10%;
	box-sizing: border-box;
}

.ppb_fullwidth_button h2.title
{
	font-size: 22px;
	display: block;
	float: left;
	line-height: 44px;
}

.ppb_fullwidth_button .button
{
	float: right;
}

.social_share_button_wrapper ul
{
	list-style: none;
	display: inline-block;
	margin-left: 0 !important;
	margin-bottom: 30px;
	padding-left: 20px;
	border-left: 1px solid #e7e7e7;
}

.social_share_button_wrapper ul li
{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.social_share_button_wrapper ul li a
{
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}

body.single-post .post_content_wrapper h1
{
	line-height: 1.3;
}

body.single-speaker #page_caption .speaker_thumbnail
{
	float: left;
	margin-right: 50px;
	line-height: 0;
}

body.single-speaker #page_caption .speaker_thumbnail img
{
	width: 160px;
	height: auto;
	border-radius: 250px;
}

body.single-speaker #page_caption .page_title_inner
{
	float: left;
}

body.single-speaker #page_caption .speaker_website
{
	margin-top: 30px;
	font-weight: 600;
}

.speaker_social
{
	margin-top: 30px;
	margin-bottom: 20px;
}

.speaker_social h4
{
	margin-bottom: 20px;
}

.speaker_grid_link
{
	display: block;
}

.ppb_speaker_grid .element
{
	position: relative;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}

.ppb_speaker_grid .element > a:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.49)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
}

.ppb_speaker_classic .element
{
	padding: 0;
}

.ppb_speaker_grid .element img.bw
{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ppb_speaker_grid .element:hover img
{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ppb_speaker_grid .speaker_info_wrapper
{
	position: absolute;
	padding: 15px 20px 15px 20px;
	bottom: 0;
	left: 0;
	line-height: 1.7;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
}

.ppb_speaker_classic .speaker_info_wrapper
{
	padding: 10px 20px 15px 20px;
	width: 100%;
	box-sizing: border-box;
}

.ppb_speaker_grid .speaker_info_wrapper h3,
.ppb_speaker_grid .speaker_info_wrapper h4
{
	color: #fff;
}

.ppb_speaker_grid .element:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.49)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
}

.ppb_speaker_grid .speaker_desc
{
	margin-top: -5px;
}

.ppb_contact_box.one
{
	padding: 0;
}

.ppb_contact_box .contact_form7_wrapper
{
	margin-top: 30px;
}

.ppb_contact_box .inner_box
{
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
}

.ppb_content_half_map.one,
.ppb_venue_column.one
{
	padding: 0;
}

.ppb_content_half_map .standard_wrapper
{
	position: absolute;
	bottom: 90px;
}

.ppb_content_half_map .one_half_bg
{
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

.ppb_venue_column .venue_image img
{
	border-radius: 5px;
	margin-bottom: 10px;
}

.ppb_venue_column .venue_content_wrapper
{
	float: left;
	width: 100%;
}

.ppb_venue_column .venue_content
{
	float: left;
	width: 70%;
}

.ppb_venue_column .venue_rate
{
	float: right;
	width: 30%;
	text-align: right;
}

.ppb_venue_column .venue_rate_label
{
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.ppb_venue_column .venue_rate_content
{
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0px;
}

.clock_bg
{
	display: inline-block;
	margin: 0 10px 0 10px;
	padding: 30px 30px 25px 30px;
	border-radius: 5px;
}

.clock_bg .clock_counter
{
	font-weight: 600;
	font-size: 70px;
	line-height: 0.8;
	letter-spacing: 0px;
}

.clock_bg .clock_label
{
	font-size: 14px;
}

.scheduleday_wrapper
{
	list-style: none;
	display: block;
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    margin: 20px 0 20px 0;
}

.scheduleday_wrapper.tab_content
{
	margin-top: 0;
}

.sidebar_content .scheduleday_wrapper
{
	margin-left: 0 !important;
	margin-bottom: 40px !important;
	width: 100%;
}

.scheduleday_wrapper.one_half
{
	width: calc(50% - 20px);
}

.scheduleday_wrapper li.scheduleday_title
{
	padding: 25px;
	background: #007bff;
	width: 100%;
    box-sizing: border-box;
}

.scheduleday_wrapper.tab
{
	background: #007bff;
	margin-bottom: 0;
}

.scheduleday_wrapper.tab li.scheduleday_title
{
	display: inline-block;
	border: 0 !important;
	cursor: pointer;
	width: auto;
	margin-right: 0;
}

.scheduleday_wrapper.tab li.scheduleday_title.active
{
	background: #FF2D55;
}

.scheduleday_wrapper li.scheduleday_title h4,
.scheduleday_wrapper li.scheduleday_title
{
	color: #fff;
	margin-right: 10px;
    display: inline-block;
}

.scheduleday_wrapper li
{
	border-top: 1px solid #e1e1e1;
}

.scheduleday_wrapper li:first-child
{
	border: 0;
}

.scheduleday_wrapper li .session_content_wrapper
{
	padding: 25px;
	background: #fff;
}

.scheduleday_wrapper li .session_content_wrapper.session_content_extend
{
	padding-top: 0;
}

.scheduleday_wrapper li h3
{
	line-height: 1;
}

.scheduleday_wrapper li .scheduleday_desc
{
	display: inline-block;
}

.scheduleday_wrapper li .scheduleday_title_icon
{
	font-size: 20px;
	line-height: 26px;
	float: left;
	margin-right: 20px;
}

.scheduleday_wrapper li .scheduleday_title_content
{
	float: left;
}

.scheduleday_wrapper li .session_speaker_thumb
{
	float: left;
	width: 70px;
}

.scheduleday_wrapper li .session_speaker_thumb img
{
	border-radius: 250px;
	width: 50px;
	height: auto;
}

.scheduleday_wrapper li .session_speaker_icon
{
	float: left;
	width: 50px;
	margin-right: 20px;
	text-align: center;
}

.scheduleday_wrapper li .session_speaker_icon span
{
	font-size: 30px;
	line-height: 50px;
}

.scheduleday_wrapper li .session_content
{
	float: right;
	width: 100%;
}

.scheduleday_wrapper li .session_content.has_speaker_thumb
{
	width: calc(100% - 70px);
}

.scheduleday_wrapper li .session_content h6
{
	font-weight: 500;
	letter-spacing: 0;
	margin: 5px 0 5px 0;
}

.scheduleday_wrapper li .session_excerpt
{
	margin: 0 0 15px 0;
}

.scheduleday_wrapper li .session_content_extend.hide
{
	display: none;
}

.scheduleday_wrapper li .expandable
{
	cursor: pointer;
	background: #fff;
}

.scheduleday_wrapper li .session_title_list
{
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	margin: 5px 0 0 0;
}

.scheduleday_wrapper li .session_title_list span,
.scheduleday_wrapper li .session_title_list .session_title_item
{
	margin-right: 10px;
	display: inline-block;
	letter-spacing: 1px;
}

.scheduleday_wrapper li .session_location
{
	border-top: 1px solid #e1e1e1;
	padding: 20px 0 0 0;
	margin-top: 20px;
}

.scheduleday_wrapper li .session_location .session_location_label
{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.scheduleday_wrapper li.hide,
.scheduleday_wrapper.hide
{
	display: none;
}

.session_filters
{
	list-style: none;
	width: 80%;
	display: inline-block;
	margin: 20px 0 20px 0;
}

.sidebar_wrapper .session_filters
{
	width: 100%;
	display: block;
	margin: 20px 0 20px -15px;
}

.session_expand_all
{
	width: 20%;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	box-sizing: border-box;
}

.sidebar_wrapper .session_expand_all
{
	width: 100%;
	text-align: left;
	border-top: 1px dashed #e1e1e1;
	padding-top: 20px;
	margin-bottom: 50px;
	margin-left: -15px;
}

.session_filters li
{
	display: inline-block;
	margin: 10px 2px 10px 2px;
}

.sidebar_wrapper .session_filters li
{
	display: block;
	margin: 0 0 15px 0;
}

.session_filters li a
{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px 10px 15px;
}

.session_filters li a:hover,
.session_filters li a.active
{
	color: #fff !important;
}

.speaker_session_wrapper
{
	border-top: 1px solid #e1e1e1;
	margin-top: 40px;
	padding: 40px 0 0 0;
}

.speaker_session_wrapper h4.title
{
	margin-bottom: 30px;
}

.ppb_content_half_map .one_third_bg
{
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------
[11. Contact Form Captcha]
*/

.map_shortcode_wrapper
{
	max-width: 100%;
}

.map_shadow
{
	width: 100%;
	margin-top: 0;
}

.map_shadow.fullwidth
{
	width: 100%;
	margin-top: 0;
	clear: both;
}

#reponse_msg ul:empty
{
	margin: 0;
}

.ppb_gallery_grid .one_third.gallery3 img,
.ppb_gallery_grid .one_half.gallery2 img,
.ppb_gallery_grid .one_fourth.gallery4 img
{
	max-width: 100%;
    display: block;
    position: relative;
    border-radius: 5px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.ppb_gallery_grid .one_third.gallery3:hover img,
.ppb_gallery_grid .one_half.gallery2:hover img,
.ppb_gallery_grid .one_fourth.gallery4:hover img
{
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok
{
	border-radius: 5px;
	border: 0;
	background: #FFCC00;
	font-size: 13px;
}

div.wpcf7-mail-sent-ok
{
	background: #4CD964;
	color: #fff;
}

.portfolio_info_wrapper
{
	padding: 5px 15px 15px 15px;
}

.portfolio_info_wrapper.center
{
	text-align: center;
}

.ppb_wrapper .contact_form7_wrapper
{
	margin: 20px 0 0 0;
}

.icon-scroll,
.icon-scroll:before
{
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 20px;
  height: 35px;
  margin-left: -10px;
  position: absolute;
  bottom: 20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 25px;
  z-index: 99;
}

.icon-scroll:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 4px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.one.fullwidth.slideronly .icon-scroll
{
	display: none;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }
}

.fancy-gallery
{
	cursor: pointer;
}

.autocomplete
{
    display: none;
    width: 100%;
}

.autocomplete.visible
{
	display: block;
}

@-moz-document url-prefix() {
  .autocomplete {
     margin-top: 20px;
  }
}

/*------------------------------------------------------------------
[12. Woocommerce Elements]
*/

h1.page-title
{
	display: none;
}

.woocommerce ul.products li.product .ajax_add_to_cart, .woocommerce-page ul.products li.product .ajax_add_to_cart
{
	display: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	width: 31.66%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
    background: #fff;
    clear: none;
    border: 1px solid #e1e1e1;
    border-radius: 5px;

    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
	margin-right: 0;
}

.woocommerce .woocommerce-ordering select
{
	font-family: 'Work Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
    border-radius: 5px;
    background: transparent;
}

.woocommerce .woocommerce-result-count
{
	font-family: 'Work Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	font-size: 14px;
}

.woocommerce ul.products li.product .price
{
	font-family: 'Work Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	color: #444;
	font-size: 1.5em;
	font-weight: bold;
}

.woocommerce ul.products li.product .button
{
	background: transparent;
	padding: 0;
	text-transform: none;
	font-size: 12px;
	font-family: 'Work Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	letter-spacing: 0;
	font-weight: 400;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
	outline: 0;
	border: 1px solid #dce0e0 !important;
	height: 36px;
	border-radius: 5px;
	width: 80px;
}

.woocommerce-page div.product form.cart .button
{
	width: auto !important;
	margin-left: 5px;
	padding: .6em 1.5em .6em 1.5em !important;
	border: 0 !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
	box-shadow: 0px 0px 0px black !important;
	width: 100% !important;
	text-align: center !important;
	margin: auto !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title
{
	margin-top: 10px !important;
	padding-bottom: 0;
	float: left;
	font-size: 20px;
	display: block;
}

.woocommerce div.product div.images figure, .woocommerce div.product div.summary figure
{
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
	padding: 5px;
	box-sizing: border-box;
	margin-top: 5px;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
	font-size: 0.9em !important;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
	text-decoration: none;
	font-weight: bold;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
	display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
	width: 45px;
	height: auto;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
	margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
	font-size: 30px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
	font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
	font-size: 16px !important;
	padding-bottom: 0;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
	font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
	font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
	font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
	margin-bottom: 3.8%;
}

.entry-summary div[itemprop="description"]
{
	margin: 10px 0 0 0;
	padding-left: 0 !important;
	font-size: 18px;
}

.review-summary
{
	display: none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	font-size: 14px !important;
	color: #222;
	padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
	background: #444 !important;
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
	-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
	border: 1px solid #444 !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
	text-transform: uppercase !important;
	border: 0 !important;
	padding: 0 !important;
	letter-spacing: 2px !important;
	font-family: 'Work Sans', 'Helvetica Neue', Arial,Verdana,sans-serif !important;
	font-weight: 400 !important;
	position: relative !important;
	background: transparent !important;
	margin-top: 0;
	display: block;
	margin: auto;
	color: #fff !important;
}

.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
	opacity: 1;
}

.woocommerce.columns-4 ul.products li.product a.add_to_cart_button
{
	color: #222 !important;
	font-size: 100% !important;
}

.woocommerce #page_content_wrapper a.button.product_type_variable:before, .woocommerce-page #page_content_wrapper a.button.product_type_variable:before
{
	content: '\f03a';
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover
{
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
	opacity: 1 !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
	font-weight: normal !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
	width: 70px !important;
	float: left !important;
	margin-right: 15px !important;
	margin-left: 0 !important;
	border-radius: 5px;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
	margin-top: 10px;
}

.cart-collaterals .cart_totals table {
	width: 100% !important;
}

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width: 31.66% !important;
	border: 1px solid #e1e1e1;
	border-radius: 5px;

	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
	color: #999 !important;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
	color: #fff !important;
}

body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product
{
	width: 31.2% !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
	margin-right: 0 !important;
}

p.price
{
	padding-top: 0 !important;
	margin-top: -10px !important;
}

p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price
{
	font-weight: bold;
	font-size: 26px;
}

.woocommerce #page_content_wrapper div.product p.price, .woocommerce-page #page_content_wrapper div.product p.price
{
	padding-bottom: 0;
}

p.price del span.amount
{
	color: #ccc !important;
	font-size: 16px;
}

.woocommerce .product_meta
{
	font-weight: 600;
}

.woocommerce .product_meta a
{
	color: #000;
	opacity: 0.5;
	font-weight: 400;
}

span.price del span.amount
{
	font-size: 13px;
}

#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
	display: none;
}

.checkout h3
{
	font-size: 18px;
	margin: 15px 0 15px 0;
}

.related.products h2, .cart_totals h2, .shipping_calcuLator h2, .upsells.products h2, .cross-sells h2
{
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.shipping_calcuLator h2
{
	text-align: left;
}

.related.products
{
	padding-top: 0;
    clear: both;
    float: left;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0px !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before
{
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel
{
	border: 1px solid #dce0e0;
	padding: 25px;
	box-sizing: border-box;
	background: #fff;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li
{
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
	background: transparent !important;
	box-shadow: none !important;
	visibility: visible !important;
	border: 1px solid #dce0e0;
	border-bottom: 0 !important;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child
{
	margin-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
	padding: 10px 30px 9px 30px !important;
	font-weight: normal !important;
	font-size: 14px !important;
	text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
	background: #fff !important;
	color: #222 !important;
	border-radius: 0px !important;
	height: auto !important;
	padding: 0 !important;
	border: 1px solid #dce0e0;
	border-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
	color: #222;
	font-weight: bold !important;
	border-radius: 0px !important;
	letter-spacing: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
	padding-left: 0 !important;
}

.widget_shopping_cart_content a.button
{
	margin-right: 5px !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price
{
	font-size: 1.5em !important;
}

.woocommerce-page div.product p.price ins
{
	text-decoration: none !important;
}

.product_meta > span
{
	clear: both;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
	border: 0 !important;
	box-shadow: 0 0 0;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info
{
	box-shadow: 0 0 0 #222 !important;
	border-radius: 5px;
}

.woocommerce-message
{
	background: #4CD964 !important;
	border-color: #4CD964 !important;
	color: #fff !important;
	text-shadow: none !important;
}

.woocommerce-info
{
	background: #007AFF !important;
	border-color: #007AFF !important;
	color: #fff !important;
	text-shadow: none !important;
}

.woocommerce-error
{
	background: #FF4A52 !important;
	border-color: #FF4A52 !important;
	color: #fff !important;
	text-shadow: none !important;
}

.woocommerce-info a, .woocommerce-message a, .woocommerce-error a
{
	color: #fff !important;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
	box-shadow: none !important;
	top: 0.8em !important;
	color: #fff !important;
}

.woocommerce-info:before
{
	background: #4db2ec !important;
}

.woocommerce-error:before
{
	background: #e62c22 !important;
}

.woocommerce .woocommerce-message a.button
{
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
	margin-bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	text-align: left;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
	border-bottom: 0;
}

.post_carousel.flexslider .slides > li
{
	margin-right: 20px;
}

.woocommerce-page .products .star-rating
{
	float: right;
	margin-top: 28px;
}

.woocommerce-page #page_content_wrapper .inner .sidebar_content .products .star-rating
{
	float: none;
	clear: both;
	margin-top: 10px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	border: 0;
	display: block;
    float: none;
    clear: both;
    margin-bottom: 0;
}

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #FF4A52;
}

.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
	border: 0;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #888;
	background: #fff;
	border: 1px solid #dce0e0;
	margin-right: 10px;
	overflow: hidden;
}

.woocommerce-page nav.woocommerce-pagination ul li a
{
	color: #888;
	line-height: 1.3em;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active
{
	border-color: #dce0e0;
	background: #fcfcfc;
	color: #222 !important;
	font-weight: bold;
	line-height: 1.3em;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
	margin-left: 0 !important;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
	text-align: center;
}

.price_slider_wrapper
{
	margin-top: 30px;
}

.woocommerce-page ul.product_list_widget li .star-rating
{
	display: none;
}

.woocommerce-page ul.product_list_widget li a
{
	font-weight: 600 !important;
}

.woocommerce-page ul.product_list_widget li .amount
{
	font-weight: 600;
	color: #444;
}

.woocommerce-page ul.product_list_widget li del .amount
{
	color: #ccc;
}

.woocommerce-page .price_label
{
	font-weight: 600;
}

.woocommerce-page ul.product_list_widget li ins
{
	background: transparent;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
	float: left !important;
}

ul.product_list_widget li
{
	padding: 10px 0 10px 0 !important;
}

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
	clear: both;
}

.woocommerce .woocommerce-product-rating
{
	line-height: 1.7;
}

.woocommerce-review-link
{
	color: #222 !important;
}

.woocommerce-page div.product form.cart
{
	margin-top: 1em;
	margin-bottom: 3em;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary
{
	margin-top: 20px;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
	display: block;
	clear: none;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
	width: 70px;
	border-radius: 5px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	font-size: 14px;
	padding: 12px 12px 10px 12px;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
	line-height: 1em;
	margin-top: 10px;
}

.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .wc-forward a:after, .wc-forward:after
{
	display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products
{
	margin-left: 0 !important;
	padding: 0;
	box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.left_sidebar ul.products
{
	padding: 0;
}

#page_content_wrapper .inner .sidebar_content .related.products ul.products
{
	padding: 0;
	margin-top: 20px;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td
{
	border-top: 0;
	padding: 15px 12px;
}

.shipping-calcuLator-button
{
	color: #222;
}

.product-subtotal .amount
{
	color: #222;
	font-weight: 600;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
	width: 100%;
	float: none;
}

.woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
	margin-top: 10px;
}

.woocommerce-page table.cart th, table.shop_table thead tr th
{
	border-bottom: 1px solid #dce0e0;
	border-top: 1px solid #dce0e0;
	color: #fff;
	font-weight: 600;
	background: #000;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
	border-radius: 5px;
	border-bottom: 1px solid #dce0e0;
}

.woocommerce table.shop_table.cart,
.woocommerce-page table.shop_table.cart
{
	border-top: 0;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

.woocommerce table.shop_table.cart thead,
.woocommerce-page table.shop_table.cart thead
{
	background: #000;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
	border-bottom: 0 !important;
}

.woocommerce table.cart td.actions .coupon .input-text#coupon_code
{
	width: 200px;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	margin-right: 10px;
	border-color: #dce0e0;
	border-radius: 5px;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th
{
	border-bottom: 0;
}

.woocommerce-page #payment ul.payment_methods label
{
	display: inline-block;
	clear: none;
	width: auto;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
	margin-top: 0;
	border-radius: 5px;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
	border-bottom: 0;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
	border-top: 0;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
	color: #444;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta
{
	font-size: 0.8em;
}

strong[itemprop="author"]
{
	font-size: 16px;
	font-weight: 600;
	color: #222;
	font-family: 'Work Sans', 'Helvetica Neue', Arial,Verdana,sans-serif;
	letter-spacing: 0px;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after
{
	display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text
{
	border: 0 !important;
	padding: 0;
	margin: 0 0 0 80px;
}

.woocommerce #review_form #respond
{
	width: 100%;
}

.woocommerce #reviews h3
{
	text-align: left;
}

h1.product_title
{
	font-weight: 700;;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove
{
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout
{
	padding: 2em 0;
}

.return-to-shop
{
	padding: 0 0 2em 0 !important;
}

.woocommerce-checkout #payment
{
	background: #fff;
}

.woocommerce-checkout #payment ul
{
	margin-left: 0 !important;
	padding: 0 !important;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal
{
	margin-left: 10px;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before
{
	margin-top: 8px;
}

.woocommerce .top_bar.scroll .logo_wrapper img, .woocommerce-page .top_bar.scroll .logo_wrapper img
{
	max-width: 100%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
	background: #222;
}

.woocommerce .products .onsale, .woocommerce ul.products li.product .onsale
{
  	width: 45px;
    height: 45px;
    position: absolute;
    right: 40px;
    top: 40px;
    background: #b13c3c;
    border-radius: 250px;
    text-align: center;
    font-weight: 600;
    line-height: 47px;
    -webkit-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
    box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del
{
	display: inline-block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	font-weight: 500;
	font-size: 14px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	border-radius: 5px;
	padding: .65em .9em;
}

.woocommerce .term-description89
{
	display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table
{
	border-top: 0;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
	font-size: 15px;
	border-radius: 5px;
	margin-bottom: 0;
	display: inline-block;
	padding: .6em 1.5em .7em 1.5em;
	float: right;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_products ul li:last-child,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget_products ul li:last-child,
#footer ul.sidebar_widget li.widget_products ul li:last-child
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar_widget li.widget_products .product-title
{
	font-weight: 700;;
	letter-spacing: 0px;
}

.woocommerce #review_form #respond p.stars
{
	margin-top: -10px;
}

.woocommerce #review_form #respond p.stars a
{
	color: #50E3C2;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.description
{
	margin: 0;
	padding-top: 0;
	padding-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta
{
	margin-bottom: 0;
	    padding-bottom: 0;
    padding-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar
{
	border-radius: 250px;
	border: 0;
	padding:0;
	background: transparent;
	width: 60px;
}

.woocommerce .star-rating
{
	font-size: 12px;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
	color: #50E3C2;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container
{
	border-bottom: 1px dashed #dce0e0;
	margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li:last-child .comment_container
{
	border: 0;
	margin-bottom: 0px;
}

.woocommerce #review_form #respond p
{
	padding-bottom: 0;
}

body.woocommerce-order-received .woocommerce h2,
body.woocommerce-order-received .woocommerce h3
{
	font-size: 18px;
}

body.woocommerce-order-received .woocommerce
{
	margin-bottom: 30px;
}

#page_content_wrapper .inner .sidebar_content ul.woocommerce-thankyou-order-details
{
	margin-left: 0;
}

.woocommerce-ordering {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.woocommerce-ordering select {
    border: 0 !important;
}

.woocommerce-ordering:after {
    content: "\f078";
    font-family: 'FontAwesome';
    top: 7px;
    right: 10px;
    position: relative;
}

.woocommerce-account #page_content_wrapper .inner .sidebar_content.full_width
{
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul
{
	list-style: none;
	margin-left: 0 !important;
}

.woocommerce-MyAccount-navigation ul li
{
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid transparent;
}

.woocommerce-MyAccount-navigation ul li.is-active
{
	border-left: 5px solid #FF4A52;
	color: #FF4A52;
	font-weight: 600;
}

.woocommerce .woocommerce-Message a.button
{
	background: transparent;
	padding: 0;
	border-radius: 0;
}

/*
	13. Grid Rotator Plugin
*/

.ri-grid{
	margin: auto;
	position: relative;
	max-height: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	overflow: hidden;
}

.ri-grid.visible
{
	max-height: 100%;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	left: 100%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

/*
	14. Live Content Builde Elements
*/
.ppb_live_edit_wrapper
{
	float: left;
	width: 100%;
	box-sizing: border-box;
	cursor: default;
	position: relative;
}

.ppb_live_edit_wrapper.loading
{
	opacity: 0.5;
}

.ppb_live_edit_wrapper.hover,
.ppb_live_edit_wrapper:hover
{
	background: rgba(0, 115, 170, 0.1);
}

.ppb_live_edit_wrapper .ppb_live_action
{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -99px;
	z-index: 9;
}

.ppb_live_edit_wrapper .ppb_live_action a
{
	color: #fff;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	background: #23282D;
	text-align: center;
	border-radius: 250px;
	margin: 10px 5px 0 5px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

	-ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);

	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	-webkit-font-smoothing: antialiased;
}

.ppb_live_edit_wrapper .ppb_live_action a.ppb_remove
{
	background: #e62c22;
}

.ppb_live_edit_wrapper:hover .ppb_live_action a
{
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ppb_live_edit_wrapper .ppb_live_action a
{
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.ppb_live_edit_wrapper .ppb_live_action a:hover
{
	-webkit-transform: translate(0px,-5px);
    -moz-transform: translate(0px,-5px);
    transform: translate(0px,-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
