/**
 * Table of Contents
 *
 * 1.0 - Accordion
 * 2.0 - Alert Messages
 * 3.0 - Blog Posts
 * 4.0 - Buttons
 * 5.0 - Column
 * 6.0 - Contact Form (standard)
  *   6.1 - Contact Form 7 (plugin)
 * 7.0 - Countdown
 * 8.0 - Counter
 * 9.0 - Divider
 * 10.0 - Event
 * 11.0 - Heading
 * 12.0 - Heading Animation
 * 13.0 - Icon
 * 14.0 - Icon Box
  *  14.1 - Icon Box Slider
 * 15.0 - Image Curtons
 * 16.0 - Image Gallery
 * 17.0 - Image Points
 * 18.0 - List
 * 19.0 - Partners
 * 20.0 - Pie Chart
 * 21.0 - Portfolio
 *   21.1 - Filter
 * 22.0 - Pricing Table
 * 23.0 - Progress Bar
 * 24.0 - Single Image
 * 25.0 - Section
 * 26.0 - Tabs
 * 27.0 - Team Member
 * 28.0 - Testimonials
 * 29.0 - Timeline
 * 30.0 - Video Player
 * 31.0 - Text with Frame
 * 32.0 - WooCommerce Categories
 */


/**
 * 0.1 - Empty Space
 */


/**
 * 4.0 - Buttons
 */

.sh-button-container {
	margin: 10px auto;
}

.sh-button {
	position: relative;
	display: inline-block;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
	position: relative;
	-webkit-transform: translateZ(0);
}

.sh-button-icon {
	display: inline-block;
	position: relative;
	z-index: 10;
	margin-top: -3px;
	bottom: -3px;
	margin-right: 10px;
}

.sh-button-icon i {
	font-size: 130%;
}

.sh-button-text {
	position: relative;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.sh-button-icon i {
	font-size: 130%;
}

.sh-button-xsmall .sh-button-icon {
	margin-right: 7px;
}

.sh-button-xsmall .sh-button-text {
	bottom: -1px;
}

.sh-button-tale-bottom {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5e5e5;
}

.sh-button-tale-top {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e5e5e5;
}

/* Button Sizes */
.sh-button-xsmall {
	padding: 8px 21px;
	font-size: 11px;
}

.sh-button-small {
	padding: 10px 26px;
	font-size: 12px;
}

.sh-button-medium {
	padding: 14px 31px;
	font-size: 13px;
}

.sh-button-large {
	padding: 16px 36px;
	font-size: 14px;
}

.sh-button-xlarge {
	padding: 16.5px 41px;
	font-size: 16px;
}

.sh-button-xlarge-small {
	font-size: 13px;
	padding: 19px 41px;
}

/* Button With Icon Padding */
.sh-button-xsmall.sh-button-icon-right .sh-button-icon {
	bottom: -5px;
}

.sh-button-icon-right .sh-button-icon {
	margin-left: 10px;
	margin-right: auto;
	bottom: -4px;
	float: right;
}

.sh-button-icon-right.sh-button-xsmall {
	padding-left: 16px;
}

.sh-button-icon-right.sh-button-small {
	padding-left: 20px;
}

.sh-button-icon-right.sh-button-medium {
	padding-left: 27px;
}

.sh-button-icon-right.sh-button-large {
	padding-left: 33px;
}

.sh-button-icon-right.sh-button-xlarge {
	padding-left: 45px;
}

.sh-button-icon-left.sh-button-xsmall {
	padding-right: 16px;
}

.sh-button-icon-left.sh-button-small {
	padding-right: 20px;
}

.sh-button-icon-left.sh-button-medium {
	padding-right: 27px;
}

.sh-button-icon-left.sh-button-large {
	padding-right: 33px;
}

.sh-button-icon-left.sh-button-xlarge {
	padding-right: 45px;
}

/* Button Style 2 */
.sh-button-style-2 .sh-button {
	overflow: hidden;
}

/* Button Style 2 (right) */
.sh-button-style-2 .sh-button-icon-right:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
}

.sh-button-style-2 .sh-button-icon-right:hover:after {
	width: 120%;
}

/* Button Style 2 (left) */
.sh-button-style-2 .sh-button-icon-left:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	left: -10%;
	top: 0;
	margin: -5px 0 0 -5px;
}

.sh-button-style-2 .sh-button-icon-left:hover:after {
	width: 120%;
}

/* Button Style 2 (without icon) */
.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right) {
	position: relative;
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	right: -10%;
	top: 0;
	margin: -5px 0 0 -5px;
	transition: all 0.3s ease-in-out;
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):hover:after {
	width: 120%;
}

/* Link Button (3) */
.sh-button-style-3 .sh-button {
	padding: 0;
}

/* Button Style 4 */
.sh-button-style-4 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sh-button-style-4 .sh-button {
	display: block;
}

.sh-button-style-4 .sh-button-hidden {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background: #fff3f9;
	color: #c93a82;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.sh-button-style-4:hover .sh-button,
.sh-button-style-4:focus .sh-button {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	    transform: translateX(100%);
}

.sh-button-style-4:hover .sh-button-hidden,
.sh-button-style-4:focus .sh-button-hidden {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
}

/* Button Style 5 */

.sh-button-style-5 .sh-button .sh-button-text {
	transition: 0.3s letter-spacing ease-in-out;
	letter-spacing: normal;
}

.sh-button-style-5 .sh-button:hover .sh-button-text {
	letter-spacing: 2px;
}

.sh-button-style-5 .sh-button-icon-right .sh-button-icon {
	bottom: -5px;
}


/**
 * 5.0 - Column
 */

.sh-column {
	background-size: cover;
	background-position: 50% 50%;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	transition: all 0.3s ease-in-out!important;
}

.sh-column.animated {
	/*-webkit-animation-fill-mode: none!important;
	        animation-fill-mode: none!important;*/
}

.sh-column-wrapper {
	z-index: 1;
	position: relative;
	transition: all 0.3s ease-in-out!important;
}

.sh-column-wrapper > *:last-child {
	margin-bottom: 0px;
}

@media (max-width: 800px) {

	.sh-column:not(:only-of-type):not(.sh-column-mobile-padding) .sh-column-wrapper > *:last-child {
		margin-bottom: 45px!important;
	}

	.sh-section .fw-row:last-child .sh-column:not(.sh-column-mobile-padding):last-child .sh-column-wrapper > *:last-child {
		margin-bottom: 0!important;
	}

	.sh-section-mobile-alignment-center .sh-text-block,
	.sh-section-mobile-alignment-center .sh-text-block p,
	.sh-section-mobile-alignment-center .sh-text-group,
	.sh-section-mobile-alignment-center .sh-text-group p,
	.sh-section-mobile-alignment-center .sh-heading span,
	.sh-section-mobile-alignment-center .sh-heading-content,
	.sh-section-mobile-alignment-center .sh-button-container,
	.sh-section-mobile-alignment-center .sh-single-image {
		text-align: center!important;
	}

}

.sh-text-block a {
	transition: 0.3s all ease-in-out;
}


/* Text Group */
.text-group-layout2 .text-group-content h1:last-child,
.text-group-layout2 .text-group-content h2:last-child,
.text-group-layout2 .text-group-content h3:last-child,
.text-group-layout2 .text-group-content h4:last-child,
.text-group-layout2 .text-group-content h5:last-child,
.text-group-layout2 .text-group-content h6:last-child {
	margin-bottom: 0;
	line-height: 140%!important;
}


/**
 * 6.0 - Contact Form (standard)
 */

.wrap-forms sup {
	font-size: 0px;
}

.wrap-forms sup:before {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\e080";
    font-size: 14px;
    padding-left: 5px;
}

.wrap-forms input,
.wrap-forms select {
	height: 50px!important;
}

.wrap-forms label {
	margin-bottom: 10px;
}

.wrap-forms textarea {
	padding: 15px 20px;
}

.contact-form input[type="submit"] {
	background-color: #47c9e5;
	color: #fff;
	line-height: 55px;
	height: 55px;
	border-width: 0px;
	padding: 0px 35px;
	font-weight: bold;
}

.contact-form .simpleselect {
	width: 100%;
}

.fw-flash-messages > ul {
	padding: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	text-align: center;
	font-weight: bold;
}

.fw-flash-messages > ul.fw-flash-type-success {
    background-color: #dff4e5;
    color: #36bd5f;
}

.fw-flash-messages ul {
	list-style: none;
	margin-bottom: 0;
}

.fw_form_fw_form .form-error {
	position: relative;
	margin-top: -10px;
	padding-bottom: 10px;
	color: #e54747!important;
}

.fw_form_fw_form > div {
    vertical-align: top;
}

.fw-flash-type-error {
	list-style: none;
	color: #e54747;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.fw-flash-type-success {
	list-style: none;
	color: #40c738;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.fw-form-loading:after {
    content: "\f110";
    font-family: 'FontAwesome';
    height: 80px;
    width: 80px;
    display: table;
    font-size: 80px;
    line-height: 80px;
    margin: 50px auto 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #000;
}


/**
 * 6.1 - Contact Form 7 (plugin)
 */
.cf7-required:after {
	color: #f3bc47;
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\e080";
    font-size: 14px;
    padding-left: 5px;
}

.wpcf7-form p {
	font-weight: bold;
	font-size: 15px;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form span {
	font-weight: normal;
}

.wpcf7-form-control-wrap {
	margin-top: 10px;
	margin-bottom: 20px!important;
	display: block;
}

.wpcf7-form-control-wrap .simpleselect {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
}

.wpcf7-form select {
	height: 56px;
}

.wpcf7-list-item-label {
	padding-right: 6px;
}

.wpcf7-not-valid {
	border-color: #e64f4f!important;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-form .wpcf7-response-output {
	border-width: 0;
	text-align: center;
	background-color: #f4f4f4;
	color: #8d8d8d;
	padding: 20px;
	font-weight: bold;
}

.wpcf7-form > p + .wpcf7-response-output {
	margin-bottom: 0px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #dff4e5;
    color: #36bd5f;
}

.wpcf7-date::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.wpcf7-submit {
	position: relative;
	z-index: 10;
}

.sh-cf7-body {
	width: 100%;
	position: relative;
}

/* Gravity Forms FIX */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper select {
    line-height: inherit !important;
    display: initial !important;
    width: auto !important;
}

.gform_wrapper table th,
.gform_wrapper table td {
    padding: inherit!important;
}

/* CF7 Style - 1 */
.sh-cf7-style1.round input,
.sh-cf7-style1.round textarea,
.sh-cf7-style1.round select,
.sh-cf7-style1.round .SumoSelect .SelectBox {
	border-radius: 26px;
	padding: 0 30px;
}

.sh-cf7-style1.round input[type="file"] {
	padding: 0;
	border-radius: 0;
}

.sh-cf7-style1.round textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	max-height: 180px;
}

.sh-cf7-style1 input::-webkit-input-placeholder,
.sh-cf7-style1 textarea::-webkit-input-placeholder,
.sh-cf7-style1 select::-webkit-input-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input:-moz-placeholder,
.sh-cf7-style1 textarea:-moz-placeholder,
.sh-cf7-style1 select:-moz-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input::-moz-placeholder,
.sh-cf7-style1 textarea::-moz-placeholder,
.sh-cf7-style1 select::-moz-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input:-ms-input-placeholder,
.sh-cf7-style1 textarea:-ms-input-placeholder,
.sh-cf7-style1 select:-ms-input-placeholder {
	font-style: italic;
}


/* CF7 Style - 2 */
.sh-cf7-style2 form input:not(.wpcf7-submit),
.sh-cf7-style2 form textarea {
	border-radius: 100px;
	border: 2px solid #ededed!important;
	line-height: 64px!important;
	padding: 0 45px;
	transition: 0.7s all ease-in-out;
}

.sh-cf7-style2 form .wpcf7-submit {
	border-radius: 100px;
	line-height: 64px!important;
	padding: 0 45px!important;
}

.sh-cf7-style2 form .ajax-loader,
.sh-cf7-style3 form .ajax-loader {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

.sh-cf7 form .wpcf7-submit:hover,
.sh-cf7 form .wpcf7-submit:focus {
	background-position: center center;
}

.sh-cf7-style2 form p input::-webkit-input-placeholder,
.sh-cf7-style3 form p input::-webkit-input-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input:-moz-placeholder,
.sh-cf7-style3 form p input:-moz-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input::-moz-placeholder,
.sh-cf7-style3 form p input::-moz-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input:-ms-input-placeholder,
.sh-cf7-style3 form p input:-ms-input-placeholder {
	color: #a8a8a8;
	font-style: normal;
}


/* CF7 Style - 3 */
.sh-cf7-style3 form p input:not(.wpcf7-submit),
.sh-cf7-style3 form p textarea {
	border-radius: 5px;
	line-height: 64px!important;
	padding: 0 45px;
	transition: 0.7s all ease-in-out;
}

.sh-cf7-style3 form .wpcf7-submit {
	border-radius: 5px!important;
	line-height: 64px!important;
	padding: 0 45px!important;
}

@media (max-width: 1025px) {
	.sh-cf7-style3 form .wpcf7-submit {
		padding: 0 25px!important;
	}
}

.sh-cf7-style3 form p input,
.sh-cf7-style3 form p textarea {
	width: 100%!important;
	text-align: center;
}

.sh-cf7-style3 form p input:not(.wpcf7-submit):focus,
.sh-cf7-style3 form p textarea:focus {
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.2);
}


/* CF7 Style - 4 */
.sh-cf7-style4 form input:not(.wpcf7-submit),
.sh-cf7-style4 form select,
.sh-cf7-style4 .SumoSelect .SelectBox,
.sh-cf7-style4 form textarea {
	border-width: 0px!important;
	border-bottom-width: 1px!important;
	border-radius: 0px;
	line-height: 62px!important;
	padding: 0 26px;
	font-size: 13px;
}

.sh-cf7-style4 form input:not(.wpcf7-submit) {
	transition: 0.3s all ease-in-out;
}

.sh-cf7-style4 form input:not(.wpcf7-submit):focus {
	border-bottom-color: red;
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit {
	background: none!important;
	color: #646464;
	margin-top: 20px;
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit:hover,
.sh-cf7-style4:not(.style6) form .wpcf7-submit:focus {
	background: none!important;
	opacity: 0.7;
}

.sh-cf7-style4.style6 form .wpcf7-submit {
	background-image: none!important;
}

.sh-cf7-style4.style6 form .wpcf7-submit:hover,
.sh-cf7-style4.style6 form .wpcf7-submit:focus {
	background-color: #3f3f3f!important;
}

.sh-cf7-style4.style6 form .wpcf7-submit {
	margin-top: 20px;
}


/* CF7 Style - 5 */
.sh-cf7-style5 form input:not(.wpcf7-submit),
.sh-cf7-style5 form select,
.sh-cf7-style5 .SumoSelect .SelectBox,
.sh-cf7-style5 form textarea {
	border-color: #363636!important;
	border-radius: 0px;
	line-height: 60px!important;
	padding: 0 26px;
	font-size: 14px;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

.sh-cf7-style5 .SumoSelect>.optWrapper,
.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt {
	border-color: #363636!important;
}

.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt label {
	color: #363636!important;
}

.sh-cf7-style5 form textarea {
	line-height: 1.4!important;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 2px;
	font-size: 13px;
	min-height: 210px;
}

.sh-cf7-style5 label {
	display: block;
}

.sh-cf7-style5 .wpcf7-form-control-wrap {
	margin-top: 0px;
}

.sh-cf7-style5 label .wpcf7-form-control-wrap.service {
	max-height: 62px;
}


.sh-cf7-style5 form p input::-webkit-input-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input:-moz-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input::-moz-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input:-ms-input-placeholder {
	color: #363636;
	font-style: normal;
}

.sh-cf7-style5 form .wpcf7-submit {
	margin: 0 auto;
    display: block;
    border-radius: 0px!important;
    border: 1px solid #363636;
    color: #363636;
    background-color: transparent!important;
	background-image: none!important;
	letter-spacing: 2px;
	padding: 5px 60px!important;
}


/* CF7 Layout */
@media (min-width: 800px) {
	.sh-cf7-inline,
	.sh-cf7-layout-inline .sh-cf7-body {
		display: table;
	}

	.sh-cf7-inline-full-width {
		width: 100%;
	}

	.sh-cf7-inline-full-width .sh-cf7-body > *:first-child {
		width: 100%;
	}

	.sh-cf7-layout-inline .ajax-loader {
		position: absolute;
		bottom: -30px;
		left: 0;
	}

	.sh-cf7-inline > * {
		display: table-cell;
		padding: 0 10px;
	}

	.sh-cf7-layout-inline form > p,
	.sh-cf7-layout-inline .sh-cf7-body > * {
		display: table-cell;
		vertical-align: middle;
	}

	.sh-cf7-layout-inline form > p,
	.sh-cf7-layout-inline .sh-cf7-body > p,
	.sh-cf7-wpbakery .sh-cf7-inline .wpcf7-form-control-wrap {
		margin-bottom: 0px!important;
	}

	body .sh-cf7-layout-inline .wpcf7-form-control-wrap {
		margin-bottom: 0px!important;
		margin-top: 0px;
	}

	.sh-cf7-layout-inline label,
	.sh-cf7-layout-inline input,
	.sh-cf7-layout-inline textarea,
	.sh-cf7-layout-inline select {
		margin-bottom: 0!important;
		margin-right: 0;
	}

	.sh-cf7-layout-inline label {
		margin-right: 15px;
	}

	.sh-cf7-inline-no-padding p {
		padding: 0!important;
	}
}

@media (max-width: 800px) {
	.sh-cf7-layout-inline .sh-cf7-body > * {
		display: table;
		margin: 0 auto;
	}
}


/* CF7 - Input Text Alignment */
.sh-cf7-text-align-left input,
.sh-cf7-text-align-left textarea,
.sh-cf7-text-align-left select {
	text-align: left;
}

.sh-cf7-text-align-center input,
.sh-cf7-text-align-center textarea,
.sh-cf7-text-align-center select {
	text-align: center;
}

.sh-cf7-text-align-right input,
.sh-cf7-text-align-right textarea,
.sh-cf7-text-align-right select {
	text-align: right;
}



/* CF7 - Label Text Alignment */
.sh-cf7-text-align-label-left label {
	text-align: left;
}

.sh-cf7-text-align-label-center label {
	text-align: center;
}

.sh-cf7-text-align-label-right label {
	text-align: right;
}



/* CF7 - Submit Button Alignment */
.sh-cf7-submit-align-left .wpcf7-submit {
	display: table;
	margin-left: 0;
	margin-right: auto;
}

.sh-cf7-submit-align-center .wpcf7-submit {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.sh-cf7-submit-align-right .wpcf7-submit {
	display: table;
	margin-left: auto;
	margin-right: 0;
}


/* CF7 - Submit Button Mobile Alignment */
@media (max-width: 800px) {
	.sh-cf7-submit-mobile-align-left .wpcf7-submit {
		display: table;
		margin-left: 0;
		margin-right: auto;
	}

	.sh-cf7-submit-mobile-align-center .wpcf7-submit {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.sh-cf7-submit-mobile-align-right .wpcf7-submit {
		display: table;
		margin-left: auto;
		margin-right: 0;
	}
}


/* CF7 - Submit Button Width */
.sh-cf7-submit-width-inline  form > p {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.sh-cf7-submit-width-inline  form > p:not(:last-child) {
	padding-right: 10px;
}

.sh-cf7-submit-width-inline .wpcf7-submit {
	width: auto;
}

.sh-cf7-submit-width-full .wpcf7-submit {
	width: 100%;
}


/* CF7 Wpbakery page builder */
.sh-cf7-wpbakery label {
	display: block;
}

.sh-cf7-wpbakery textarea {
	max-width: 100%;
}

.sh-cf7-wpbakery .wpcf7-form-control-wrap {
	margin-top: 0px;
	margin-bottom: 30px!important;
}

.sh-cf7-wpbakery form label,
.sh-cf7-wpbakery .wpcf7-form-control-wrap input:not([type="submit"]),
.sh-cf7-wpbakery .wpcf7-form-control-wrap textarea,
.sh-cf7-wpbakery .wpcf7-form-control-wrap select {
	margin-bottom: 0px!important;
}


/**
 * 6.2 - Gravity Forms
 */
.gform_wrapper input.large,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	width: 100% !important;
}

body .ui-datepicker tbody td {
	padding: 0 !important;
}

body .ui-datepicker th {
	padding: 5px 0 !important;
}

body .ui-datepicker-title select {
	line-height: 20px!important;
	margin: 0 !important;
}


/**
 * 7.0 - Countdown
 */
.sh-countdown {
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}

.sh-countdown > div {
	display: inline-block;
	padding: 10px 23px;
	position: relative;
}

.sh-countdown > div:last-child {
	border-right: 0;
}

.sh-countdown > div > span {
	font-size: 66px;
	line-height: 1;
	text-align: center;
}

.sh-countdown > div > div {
	font-size: 28px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}

/* Countdown Sizes */
.sh-countdown-small > div {
	padding: 3px 13px;
}

.sh-countdown-small > div > span {
	font-size: 36px;
	line-height: 1.6;
}

.sh-countdown-small > div > div {
	font-size: 14px;
	padding-top: 0px!important;
}

.sh-countdown-large > div {
	padding: 10px 23px;
}

.sh-countdown-large > div > span {
	font-size: 100px;
}

.sh-countdown-large > div > div {
	font-size: 40px;
	padding-top: 25px!important;
}

.sh-countdown-style2.sh-countdown-small > div > div {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 2px;
}

.sh-countdown-style2.sh-countdown-large > div > div {
	font-size: 21px;
	padding-bottom: 15px;
}

.sh-countdown-style3.sh-countdown-large > .weeks > span,
.sh-countdown-style3.sh-countdown-large > .days > span {
	font-size: 140px;
}

.sh-countdown-style3.sh-countdown-large > .weeks > div,
.sh-countdown-style3.sh-countdown-large > .days > div {
	font-size: 46px;
	padding-top: 15px;
}

.sh-countdown-style3.sh-countdown-large > div > div {
	font-size: 30px;
}

.sh-countdown-style3.sh-countdown-small > .weeks > span,
.sh-countdown-style3.sh-countdown-small > .days > span {
	font-size: 60px;
}

.sh-countdown-style3.sh-countdown-small > .weeks > div,
.sh-countdown-style3.sh-countdown-small > .days > div {
	font-size: 21px;
	margin-top: 5px;
}

.sh-countdown-style3.sh-countdown-small > div > div {
	font-size: 16px;
}

/* Countdown Style1 */
.sh-countdown-style1 > div {
	border-right: 1px solid rgba(0,0,0,0.08);
}

/* Countdown Style2 */
.sh-countdown-style2 > div > div {
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

/* Countdown Style3 */
.sh-countdown-style3 > .weeks > span,
.sh-countdown-style3 > .days > span {
	font-size: 100px;
}

.sh-countdown-style3 > .weeks > div,
.sh-countdown-style3 > .days > div {
	font-size: 36px;
	padding-top: 15px;
}

.sh-countdown-style3 > .weeks {
	border-right: 1px solid rgba(0,0,0,0.08);
}

.sh-countdown-style3 > div > div {
	font-weight: normal;
	font-size: 24px;
}

.sh-coundtdown-container {
	display: none!important;
}

.sh-countdown-style3 .sh-coundtdown-container {
	width: 100%;
	margin-bottom: 0;
	display: block!important;
}

.sh-countdown-alignment-left {
	text-align: left;
}

.sh-countdown-alignment-right {
	text-align: right;
}


.sh-countdown-alignment-right > div:first-child {
	padding-left: 0px;
}

.sh-countdown-alignment-right > div:last-child {
	padding-right: 0px;
}

@media (max-width: 600px) {
	.sh-countdown > div {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}


/**
 * 8.0 - Counter
 */

.sh-counter {
	text-align: center;
	color: #8d8d8d;
	margin: 0px auto 15px auto;
}

.sh-counter-icon {
	font-size: 24px;
	margin-bottom: 10px;
}

.sh-counter-number {
	font-size: 30px;
	padding: 15px 0;
	line-height: 1;
}

.sh-counter-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-counter-subtitle {
	font-size: 13px;
}

.sh-counter-divider {
	width: 26px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: rgba(0,0,0,0.1);
	margin: 0 auto;
	margin-bottom: 10px;
}

.sh-counter-style1 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 2px;
	font-weight: bold;
}

.sh-counter-style1 .sh-counter-topbar {
	text-align: center;
}

.sh-counter-style1 .sh-counter-topbar > * {
	display: inline-block;
}

.sh-counter-style1 .sh-counter-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-counter-style1 .sh-counter-icon i {
	font-size: 30px;
	padding-right: 12px;
	position: relative;
	bottom: -4px;
}

.sh-counter-style1 .sh-counter-subtitle {
	font-size: 14px;
}




.sh-counter-style2 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 0px;
	font-weight: bold;
}

.sh-counter-style2 .sh-counter-title {
	font-size: 16px;
	font-weight: normal;
}

.sh-counter-style2 .sh-counter-subtitle {
	font-size: 14px;
}

.sh-counter-style3 .text-right {
	width: 50%;
	padding-right: 18px;
}

.sh-counter-style3 .text-left {
	width: 50%;
	padding-left: 18px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.sh-counter-style3 .sh-counter-number {
	font-size: 48px;
	font-weight: bold;
	padding: 0px;
}

.sh-counter-style3 .sh-counter-title {
	font-size: 18px;
}

.sh-counter-style3 .sh-counter-subtitle {
	font-size: 18px;
}

.sh-counter-style4 .sh-counter-title {
	font-size: 24px;
	padding-left: 13px;
}

.sh-counter-style4 .sh-counter-subtitle {
	font-size: 16px;
	padding-top: 6px;
}

.sh-counter-style5 .sh-counter-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	border: 2px rgba(0,0,0,0.08) solid;
	margin: 0 auto;
	font-size: 36px;
	margin-bottom: 6px;
}

.sh-counter-style5 .sh-counter-title {
	font-size: 18px;
	font-weight: bold;
}

.sh-counter-style5 .sh-counter-subtitle {
	font-size: 16px;
}

.sh-counter-style6 .sh-counter-number {
	font-size: 48px;
	padding-bottom: 24px;
	font-weight: bold;
}

.sh-counter-style6 .sh-counter-title {
	font-size: 18px;
	font-weight: bold;
}

.sh-counter-style6 .sh-counter-subtitle {
	font-size: 18px;
}

.sh-counter-style6 .sh-counter-divider {
	width: 30px;
}

.sh-counter-style7 .sh-counter-number {
	padding: 0px;
}


/**
 * 9.0 - Divider
 */

.sh-divider-line {
	border-top: 1px solid #e5e5e5;
	margin: 0 auto;
}

.sh-divider-content {
    position: relative;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px;
	margin: 0 auto;
}
.sh-divider-content:before, .sh-divider-content:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '';
    border-top: 0px solid #e5e5e5;
    margin-top: 0px;
}
.sh-divider-content:before {
    margin-left: -50%;
    text-align: right;
}

.sh-divider-icon {
	font-size: 24px;
	padding: 0 25px;
	letter-spacing: 1px;
}

.sh-divider-icon i {
    position: relative;
    bottom: -1px;
}

.sh-divider-icon i.icon-options {
	bottom: -2px;
}

.sh-divider-title {
	padding: 0 15px;
	font-size: 14px;
}

.sh-divider-title * {
	display: inline-block;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
}

.sh-divider-title h1,
.sh-divider-title h2,
.sh-divider-title h3,
.sh-divider-title h4,
.sh-divider-title h5,
.sh-divider-title h6 {
	line-height: 1!important;
	margin-top: -3px!important;
}

.sh-divider-title-box {
	padding: 10px 25px;
	background-color: #f5f5f5;
	font-size: 14px;
	position: relative;
	z-index: 10;
}

.sh-divider-left > div {
	margin: 0;
	text-align: left;
	padding-left: 0;
}

.sh-divider-left .sh-divider-icon,
.sh-divider-left .sh-divider-title {
	padding-left: 0;
}

.sh-divider-left .sh-divider-content:after{
	width: 100%;
}

.sh-divider-right > div {
	margin: 0;
	margin-left: auto;
	text-align: right;
	padding-right: 0;
}

.sh-divider-right .sh-divider-icon,
.sh-divider-right .sh-divider-title {
	padding-right: 0;
}

.sh-divider-right .sh-divider-content:before{
	margin-left: -100%;
	width: 100%;
}


/**
 * 10.0 - Event
 */

.sh-event {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.sh-event-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	border-left: 3px solid #47c9e5;
	padding: 2px 0;
	padding-left: 10px;
}

.sh-event-desc {
	font-size: 16px;
}

.sh-event-button {
	border: 2px solid #e4e4e4;
	line-height: 46px;
	padding: 0px 30px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	border-radius: 100px;
	font-size: 13px;
	color: #505050;
	transition: 0.3s all ease-in-out;
}

.sh-event-button:hover {
	background-color: #47c9e5;
	border-color: #47c9e5;
	color: #fff;
}

@media (max-width: 400px) {

	.sh-event-container > div {
		float: none!important;
	}

	.sh-event-button {
		margin-top: 15px;
	}

}


/**
 * 11.0 - Heading
 */

.sh-heading span {
	display: block;
}

.sh-heading span span {
	display: inline-block;
}

.sh-heading span.sh-heading-animated-typed,
.sh-heading span.typed-cursor,
.sh-heading span.sh-heading-animated-fixed {
	display: inline;
}

.sh-heading .sh-heading-content {
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 0;
}

.sh-heading span.sh-heading-content {
	line-height: normal;
}

.sh-heading-style2 {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.sh-heading-style2 .sh-heading-additional {
	position: absolute;
	left: 0; right: 0; top: 11px; bottom: 0;
	margin-bottom: 0;
}

.sh-heading-style2 .sh-heading-additional-text {
	font-size: 72px;
	line-height: 72px;
	color: #efefef;
	font-style: italic;
	z-index: -1;
	margin-top: 0;
}

.sh-heading-style3 .sh-heading-content {
	display: table;
	padding: 20px 75px;
	margin: 0 auto;
}

.sh-heading-style4 .sh-heading-content {
	display: table;
	padding: 40px 75px;
	margin: 0 auto;
}


/**
 * 12.0 - Heading Animated
 */

.sh-heading-animated-content {
	margin-bottom: 0;
}

.typed-cursor{
    opacity: 1;
    -webkit-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; }
}


/**
 * 13.0 - Icon
 */

.sh-icon {
	display: table!important;
}

.sh-icon-left {
	margin-right: auto;
}

.sh-icon-right {
	margin-left: auto;
}

.sh-icon-center {
	margin: 0 auto;
}

/* Icons */

.sh-icon-group {
	text-align: center;
}

.sh-icon-group-left {
	text-align: left;
}

.sh-icon-group-right {
	text-align: right;
}

.sh-icon-group-item {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 0 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.sh-icon-group-item i {
	font-size: 24px;
	line-height: 60px;
	transition: 0.3s all ease-in-out;
}

.sh-icon-group-style2 .sh-icon-group-item {
	border-radius: 100px;
	border: 1px solid rgba(183, 183, 183, 0.53);
	width: 54px;
	height: 54px;
	text-align: center;
	margin-right: 12px;
	transition: 0.3s all ease-in-out;
}

.sh-icon-group-style2 .sh-icon-group-item i {
	line-height: 53px;
}

.sh-icon-group-style1 .sh-icon-group-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	text-align: center;
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container i {
	color: #505050!important;
}

.sh-icon-group-style3 .sh-icon-group-item i {
	transition: 0.4s all ease-in-out;
}

.sh-icon-group-style3 .sh-icon-group-item:hover i {
	opacity: 0.7;
}

.sh-icon-group-style4 .sh-icon-group-item {
	line-height: normal;
	height: auto;
	padding-left: 0;
    padding-right: 15px;
}

.sh-icon-group-style4 .sh-icon-group-item i {
	line-height: normal;
}


/**
 * 14.0 - Icon box
 */

.sh-iconbox {
	margin: 0px 0 15px 0;
	position: relative;
	text-align: center;
}

.sh-iconbox-icon-shape {
	position: relative;
}

.sh-iconbox-icon {
	font-size: 30px;
	margin-bottom: 20px;
}

.sh-iconbox-title h3 {
	font-size: 16px;
	margin-bottom: 7px;
}

@media (max-width: 800px ) {
	.sh-iconbox.improved-responsiveness {
		max-width: 450px;
		margin: 0 auto;
	}
}

.sh-iconbox-style1 .sh-iconbox-hover,
.sh-iconbox-style2 .sh-iconbox-hover,
.sh-iconbox-style3 .sh-iconbox-hover,
.sh-iconbox-style4 .sh-iconbox-hover,
.sh-iconbox-style5 .sh-iconbox-hover,
.sh-iconbox-style6 .sh-iconbox-hover {
	display: inline-block;
	position: relative;
}

.sh-iconbox-style1:hover .sh-iconbox-hover,
.sh-iconbox-style2:hover .sh-iconbox-hover,
.sh-iconbox-style3:hover .sh-iconbox-hover,
.sh-iconbox-style4:hover .sh-iconbox-hover,
.sh-iconbox-style5:hover .sh-iconbox-hover,
.sh-iconbox-style6:hover .sh-iconbox-hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

/* Iconbox Layout - Left */
.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 55px;
	text-align: left;
}

.sh-iconbox.sh-iconbox-left .sh-iconbox-aside-noicon,
.sh-iconbox.sh-iconbox-right .sh-iconbox-aside-noicon {
	padding-left: 0;
	padding-right: 0;
}

.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 60px;
}

.sh-iconbox-style1.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 160px;
}

.sh-iconbox-style3.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 90px;
}

.sh-iconbox-style7.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 120px;
}

.sh-iconbox-style10.sh-iconbox-left,
.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-top {
	text-align: left;
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-icon {
	position: relative;
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-container > div {
	padding-left: 0px;
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-container > div {
	padding-right: 0px;
}

.sh-iconbox-left .sh-iconbox-seperator {
	margin-left: 0!important;
}

@media (min-width: 1400px) and (max-width: 1650px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		font-size: 30px!important;
		padding-right: 10px;
	}
}

@media (min-width: 800px) and (max-width: 1399px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon {
		display: block;
	}

	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
	}
}


/* Iconbox Layout - Right */
.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
	right: 0;
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 55px;
	text-align: right;
}

.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 60px;
}

.sh-iconbox-style1.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 160px;
}

.sh-iconbox-style3.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 90px;
}

.sh-iconbox-style7.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 120px;
}

.sh-iconbox-right .sh-iconbox-seperator {
	margin-right: 0!important;
}


.sh-iconbox-style10.sh-iconbox-right,
.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-top {
	text-align: right;
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-icon {
	position: relative;
}

/* Iconbox Layout - 1 */
.sh-iconbox-style1 {
	text-align: center;
}

.sh-iconbox-style1 .sh-iconbox-icon-shape {
	border: 2px solid #e6e6e6;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
	position: relative;
}

.sh-iconbox-style1 .sh-iconbox-icon-shape > i {
	line-height: 130px;
}

.sh-iconbox-style1 .sh-iconbox-rhombus {
	width: 110px;
	height: 110px;
	margin-top: 42px;
}

.sh-iconbox-style1 .sh-iconbox-rhombus > i {
	line-height: 110px;
}

.sh-iconbox-style1 .sh-iconbox-icon2 {
	position: absolute;
	right: -23px;
	bottom: -23px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
}

.sh-iconbox-style1 .sh-iconbox-icon2 i {
	line-height: 60px;
	color: #dcdcdc;
	font-size: 24px;
}

.sh-iconbox-style1 .sh-iconbox-circle .sh-iconbox-icon2 {
	right: -14px;
	bottom: -14px;
}

/* Iconbox Layout - 2 */
.sh-iconbox-style2 {
}

.sh-iconbox-style2 .sh-iconbox-icon {
	margin-bottom: 10px;
}

.sh-iconbox-style2:not(.sh-iconbox-left):not(.sh-iconbox-right) .sh-iconbox-title h3 {
	margin-bottom: 20px;
}

.sh-iconbox-style3 .sh-iconbox-icon-shape,
.sh-iconbox-style4 .sh-iconbox-icon-shape,
.sh-iconbox-style5 .sh-iconbox-icon-shape,
.sh-iconbox-style6 .sh-iconbox-icon-shape {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}

/*.sh-iconbox-style3 .sh-iconbox-icon-shape i,*/
.sh-iconbox-style4 .sh-iconbox-icon-shape i,
.sh-iconbox-style5 .sh-iconbox-icon-shape i,
.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	line-height: 60px;
	font-size: 60px;
}

.sh-iconbox-style4 .sh-iconbox-seperator {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 5px;
	background-color: #ebebeb;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 30px;
}

.sh-iconbox-style5 .sh-iconbox-title {
	color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	text-shadow: -3px 2px rgba(141, 141, 141, 0.3);
}

.sh-iconbox-style7 .sh-iconbox-icon-shape,
.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i,
.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	line-height: 90px;
	font-size: 40px;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape {
	width: 100px;
	height: 100px;
	border: 2px solid #8d8d8d;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i {
	color: #8d8d8d;
	line-height: 100px;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	background-color: #8d8d8d;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	color: #fff;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px; bottom: 2px; left: 2px; right: 2px;
	border: 2px solid #fff;
}

.sh-iconbox-style8 .sh-iconbox-circle:after {
	border-radius: 50%;
}

.sh-iconbox-style10 .sh-iconbox-top {
	text-align: center;
	padding-bottom: 15px!important;
}

.sh-iconbox-style10 .sh-iconbox-icon i {
	padding-right: 15px;
	position: relative;
	bottom: -1px;
	vertical-align: middle;
}

@media (max-width: 1024px) {
	.sh-iconbox-style10 .sh-iconbox-icon i {
		padding-left: 15px;
	}
}

.sh-iconbox-style10 .sh-iconbox-top > div {
	display: inline-block;
	line-height: normal;
}

.sh-iconbox-style10 .sh-iconbox-container > div {
	padding: 10px;
}

.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-top {
	padding-top: 0;
}

.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-bottom {
	padding-bottom: 0;
	padding-top: 15px!important;
}

.sh-iconbox-style10 .sh-iconbox-top {
	border-bottom: 1px solid #e8e8e8;
}

.sh-iconbox-style10 h3,
.sh-iconbox-style10 .sh-iconbox-icon {
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-container {
	padding: 0 30px;
	margin-top: -10px;
}

.sh-iconbox-style11 .sh-iconbox-top {
	position: relative;
	padding: 40px 0;
}

.sh-iconbox-style11 .sh-iconbox-title {
	background-color: #fff;
    display: table;
    margin: 0 auto;
}

.sh-iconbox-style11 .sh-iconbox-title h3 {
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-icon-shape {
	margin-bottom: -10px;
}

.sh-iconbox-style11 .sh-iconbox-icon i {
	font-size: 72px;
	color: #f1f1f1;
}

.sh-iconbox-style12 {
	transition: 0.3s left ease-in-out;
	left: 0;
	right: 0;
}

.sh-iconbox-style12.sh-iconbox-left:hover {
	left: 15px;
}

.sh-iconbox-style12.sh-iconbox-right:hover {
	right: 15px;
}

.sh-iconbox-style12:not(.sh-iconbox-left):not(.sh-iconbox-right):hover {
	top: 15px;
}

/* IconBox - Shapes */
.sh-iconbox-none {
	border: none!important;
}

.sh-iconbox-none {
	line-height: normal;
}

.sh-iconbox-circle {
	border-radius: 50%;
}

.sh-iconbox-rounded {
	border-radius: 10px;
}

.sh-iconbox-rhombus {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sh-iconbox-rhombus i {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: relative;
}


/**
 * 14.1 - Icon Box Slider
 */

.sh-iconbox-slider-content {
	display: none;
}

.sh-iconbox-slider-content.slick-initialized {
	display: block;
}

.sh-iconbox-slider-item {
	height: 600px;
	background-color: #fafafa;
	text-align: center;
}

.sh-iconbox-slider-item-content {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 125px;
}

.sh-iconbox-slider-tabs {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	position: relative;
	margin-top: -125px;
	z-index: 100;
}

.sh-iconbox-slider-tabs .slick-list {
	padding: 0!important;
}

@media (min-width: 601px) {
	.sh-iconbox-slider-tabs.sh-iconbox-slider-lock .slick-track {
		transform: translate3d(0px, 0px, 0px)!important;
	}
}

.sh-iconbox-slider-tab {
	width: 250px;
	height: 250px!important;
	text-align: center;
	background-color: transparent;
	position: relative;
	float: left;
	overflow: hidden;
}

.sh-iconbox-slider-tab:hover h5 {
	font-weight: bold;
}

.sh-iconbox-slider-tab-container {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 20px; bottom: 20px; left: 0; right: 0;
}

.sh-iconbox-slider-tabs .sh-iconbox-slider-tab.slick-center:last-child .sh-iconbox-slider-tab-container {
	border-right-width: 0px
}

.sh-iconbox-slider-tab-content {
    position: relative;
    z-index: 100;
}

.sh-iconbox-slider-item-content-container {
    max-width: 930px;
    margin: 0 auto;
}

.sh-iconbox-slider-tab-content i {
	font-size: 36px;
	padding-bottom: 30px;
	display: block;
	color: #cacaca;
}

.sh-iconbox-slider-tab-content h5 {
	font-size: 13px;
	font-weight: normal;
}

.sh-iconbox-slider-tab-icon {
	position: absolute;
	right: -70px; bottom: -70px;
	font-size: 200px;
	color: #f1f1f1;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-icon {
	opacity: 1;
	right: -50px; bottom: -50px;
}

.sh-iconbox-slider-tab.slick-current:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 5px;
    border-radius: 5px;
    background-color: #47c9e5;
    z-index: 100;
    transition: 0.3s all ease-in-out;
}

.sh-iconbox-slider-tab.slick-current h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-content i {
	color: #47c9e5;
}

.sh-iconbox-slider-tab:not(.slick-current) h5 {
	color: #8d8d8d;
	text-transform: uppercase;
}

.sh-iconbox-slider-tab:not(.slick-current) {
	cursor: pointer;
}

/* Slider Content */
.sh-iconbox-slider .sh-iconbox-slider-item {
	height: 600px;
	background-color: #423f3c;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

.sh-iconbox-slider .sh-iconbox-slider-item * {
	color: #fff;
}

.sh-iconbox-slider .sh-iconbox-slider-item p {
	font-size: 16px;
	opacity: 0.7;
}

/* Slider Arrows */
.sh-iconbox-slider-content .slick-prev,
.sh-iconbox-slider-content .slick-next {
    width: 60px;
    height: 60px;
    margin-top: -92px;
    font-size: 30px;
    border: none;
    color: #fff;
    background-color: transparent;
    padding: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.sh-iconbox-slider-content:hover .slick-prev,
.sh-iconbox-slider-content:hover .slick-next {
	opacity: 1;
}

.sh-iconbox-slider-content .slick-prev:hover,
.sh-iconbox-slider-content .slick-next:hover {
    opacity: 0.5;
}

.sh-iconbox-slider-content .slick-prev {
	left: 50px;
}

.sh-iconbox-slider-content .slick-next {
	right: 50px;
}

@media (max-width: 1250px) {

	/* Page Container */
	.sh-iconbox-slider-content .slick-prev,
	.sh-iconbox-slider-content .slick-next {
		display: none!important;
	}

}

/* Dynamic width */
@media (min-width: 1250px) {
	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tabs {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tab {
		width: 250px!important;
	}
}

/**
 * 18.0 - List
 */

.sh-list {
	margin: 0 0 15px 0;
	list-style: none;
	padding-left: 0;
}

.sh-list-vc {
	margin-bottom: 0;
}

.sh-list-item {
	padding: 3px 0;
	display: flex;
	align-items: center;
}

.sh-list-icon {
	padding-right: 9px;
	padding-left: 1px;
	position: relative;
}

.sh-list-icon i {
	font-size: 17px;
}

.sh-list-item img.sh-list-image {
	margin-bottom: 0!important;
}

.sh-list-style2 {
	font-weight: bold;
}

.sh-list-style3 .sh-list-item {
	border-bottom: 1px solid rgba( 0,0,0,0.1 );
	padding: 4px 0;
}

.sh-list-style3 .sh-list-item:last-child {
	border-bottom: 0px;
}

.sh-list-style4 .sh-list-item {
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
}

.sh-list-style4 .sh-list-icon {
	padding-right: 5px;
}


/**
 * 19.0 - Partners
 */

.sh-partners {
	text-align: center;
}

.sh-partners-item {
	padding: 0 2%;
	min-width: 150px;
	margin-bottom: 0px;
	display: inline-block;
	margin-right: -4px;
}

@media (max-width: 400px) {
	.sh-partners:not(.sh-carousel) .sh-partners-item {
		width: 100%!important;
	}
}

.sh-partners-carousel .slick-slide a:hover img {
	opacity: 0.75;
}

.sh-partners-image {
	max-width: 280px;
	line-height: 110px;
	display: table;
	margin: 0 auto;
}

.sh-partners-image img {
	max-width: 100%;
	max-height: 110px;
	vertical-align: middle;
}

.sh-partners-carousel {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: 0.3s opacity ease-in-out;
}

.sh-partners-carousel .slick-slide {
	margin-right: 0;
    padding: 0 15px;
	overflow: hidden;
}

.sh-partners-carousel-item-content {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
	width: 100%;
	height: 100%;
}

.sh-partners-carousel .slick-slide a {
	display: block;
	width: 100%;
}

.sh-partners-carousel .slick-slide img {
	min-width: 1px;
	max-width: 100%;
	display: table;
	margin: 0px auto;
}

.fw-row .sh-partners-carousel-additional-padding .slick-slide {
	padding: 100px 0;
}

.vc_row .sh-partners-carousel-additional-padding .slick-slide {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sh-partners-carousel-additional-horizontal-padding-remove .slick-slide {
	padding-left: 0px;
	padding-right: 0px;
}

.sh-partners-carousel-additional-padding,
.sh-partners-carousel-additional-padding .slick-slide,
.sh-partners-carousel-additional-padding .sh-partners-image {
	max-height: 310px!important;
}

/**
 * 24.0 - Single Image
 */

.sh-single-image {
	position: relative;
	line-height: 0;
}

.sh-single-image-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	z-index: 1;
	max-width: 100%;
}

.sh-single-image-container-lazy {
	display: block;
}

.sh-single-image-container img.sh-image-url {
	margin-bottom: 0px;
}

.sh-single-image-container img.sh-image-hover {
	transition: 0.3s all ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.sh-single-image-has-hover .sh-single-image-container:hover .sh-image-hover {
	opacity: 1;
}

.sh-single-image-shadow1 .sh-single-image-container,
.sh-single-image-shadow1 .slick-list {
	box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.10);
}

.sh-single-image-shadow2 .sh-single-image-container,
.sh-single-image-shadow2 .slick-list {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-single-image-shadow3 .sh-single-image-container,
.sh-single-image-shadow3 .slick-list {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.25);
}

.sh-single-image-shadow4 .sh-single-image-container {
	background-color: transparent;
	overflow: visible;
}

.sh-single-image-shadow4 .sh-single-image-container:after {
	content: " ";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    height: 20px;
    z-index: -1;
    box-shadow: 0 8px 41px rgba(0,0,0,0.35);
}

.sh-single-image-shadow4 .slick-list {
    box-shadow: 0 8px 41px rgba(0,0,0,0.35);
}

.sh-single-image .sh-single-image-overlay:hover {
	opacity: 1;
}

.sh-single-image:hover .sh-custom-button-preset1 {
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.24);
}

.sh-single-image-has-overlay1 .sh-single-image-overlay img {
	transition: 0.3s all ease-in-out;
	-webkit-transform: translate3d(0,0,0) scale(1.0, 1.0);
	        transform: translate3d(0,0,0) scale(1.0, 1.0);
}

.sh-single-image-has-overlay1 .sh-single-image-overlay:hover img {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-single-image-overlay {
	display: block;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0; right: -1px; left: -1px; bottom: 0;
	background-color: rgba(71, 201, 229, 0.8);
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sh-image-gallery-nozoom .post-meta-thumb:hover img {
	transform: translate3d(0,0,0) scale(1,1);
}

.sh-custom-button-preset1 {
	transition: 0.6s all ease-in-out;
	line-height: 50px;
	background-color: #fff;
	padding: 0 30px;
	border-radius: 100px;
	font-weight: bold;
	box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.05);
	font-size: 13px;
	color: #4E4E4E;
	display: table;
	margin: 0 auto;
}

.sh-custom-button-preset1 i {
	padding-left: 7px;
	position: relative;
	bottom: -1px;
}


/**
 * 25.0 - Section
 */

.fw-page-builder-content {
	/* overflow: hidden; - Caused issue, when at the bottom of builder section negative margin didn't work */
}

.sh-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
}

@media (min-width: 800px) {
	.sh-section-extra-white-space .sh-column:not(:first-child) {
		border-left: 15px solid #fff;
	}

	.sh-section-extra-white-space .sh-column:not(:last-child) {
		border-right: 15px solid #fff;
	}
}

.sh-section-extra-white-space .sh-column {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.sh-section-container {
	position: relative;
	z-index: 100;
}

@media (min-width: 800px) {
	.section-justify-height-full .sh-column {
		min-height: 100vh;
	}

	.section-justify-height:not(.section-justify-height-only) .sh-column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-direction: column;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media (min-width: 800px) {

	.sh-section-visibility-desktop {
		display: block;
	}

	.sh-section-visibility-mobile {
		display: none;
	}

}

@media (max-width: 800px) {

	.sh-section-visibility-desktop {
		display: none;
	}

	.sh-section-visibility-mobile {
		display: block;
	}

}

@media (min-width: 800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child > .sh-column-wrapper {
		margin-left: calc(100% - 100vw/2 + 22px);
	}

	.sh-section-strech-edge-left .sh-image-gallery .slick-list {
		border-top-left-radius: 0px!important;
		border-bottom-left-radius: 0px!important;
	}
}

@media (max-width: 800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child > .sh-column-wrapper {
		margin-left: calc(100% - 100vw + 22px);
	}
}

@media (min-width: 800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child > .sh-column-wrapper {
		margin-right: calc(100% - 100vw/2 + 22px);
	}
	.sh-section-strech-edge-right .sh-image-gallery .slick-list {
		border-top-right-radius: 0px!important;
		border-bottom-right-radius: 0px!important;
	}
}

@media (max-width: 800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child > .sh-column-wrapper {
		margin-right: calc(100% - 100vw + 22px);
	}
}

/**
 * 26.0 - Tabs
 */

.sh-tabs-filter {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.sh-tabs-filter li {
	border-bottom: 1px solid #eeeeee;
}

.sh-tabs-filter li a {
	display: inline-block;
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 15px 10px;
	cursor: pointer;
	background-color: transparent!important;
	border: 0!important;
	border-bottom-width: 1px!important;
	font-weight: bold;
	font-size: 13px;
	transition: 0.3s all ease-in-out;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	line-height: inherit;
}

.sh-tabs-filter li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.sh-tabs-filter li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.sh-tabs-filter li.active a {
	color: #47c9e5!important;
	transition: 0s all ease-in-out;
}

.sh-tabs-filter li:first-child a {
	padding-left: 0;
}

.sh-tabs-filter li:first-child a:after {
	left: 0px;
}

.sh-tabs-filter li:last-child a {
	padding-right: 0;
}

.sh-tabs-filter li:last-child a:after {
	right: 0px;
}

.sh-tabs-icon {
	font-size: 16px;
	padding-right: 8px;
	position: relative;
	bottom: -1px;
}

.sh-tabs-style2 .sh-tabs-filter {
	display: table;
	margin: 0 auto 30px auto;
}

.sh-tabs-style2 .sh-tabs-filter li {
	text-align: center;
}

.sh-tabs-style2 .sh-tabs-icon {
	display: block;
	text-align: center;
	font-size: 36px;
	padding-right: 0;
	margin-bottom: 15px;
}

.sh-tabs-style1 .sh-tabs-icon {
	font-size: 24px;
	position: relative;
	bottom: -5px;
}

.sh-tabs-style3 .sh-tabs-filter {
	display: table;
	margin-left: 0px;
}

/* Tabs - Style 4 */
.sh-tabs-style4 .nav-tabs {
	border-right: 1px solid #f3f3f3 !important
}

.sh-tabs-style4 .nav-tabs > li {
	float: none;
	width: 100%;
	text-align: right;
	border-bottom-width: 0px;
}

.sh-tabs-filter li a {
	padding-top: 9px;
	padding-bottom: 9px;
}

.sh-tabs-style4 .nav-tabs li.active a {
	font-size: 16px;
}

.sh-tabs-style4 .nav-tabs i {
	padding-left: 12px;
    font-size: 18px;
    bottom: -2px;
    position: relative;
}

.sh-tabs-style4 .nav-tabs li.active i {
    font-size: 24px;
}

.sh-tabs-style4 .sh-tabs-filter {
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

.sh-tabs-style4 .sh-tabs-filter li a {
	padding-right: 15px;
	padding-left: 15px;
}

.sh-tabs-style4 .sh-tabs-filter li a:after {
	width: 6px;
	height: auto;
	left: auto;
	right: -3px;
	top: 0;
	bottom: 0;
}

.sh-tabs-style4 .tab-content,
.sh-tabs-style4 .tab-content p {
	line-height: 195%;
}


@media (min-width: 992px) {
	.sh-tabs-style4:after {
		display: block;
		content: "";
		clear: both;
	}

	.sh-tabs-style4 > * {
		float: left;
	}

	.sh-tabs-style4 .nav-tabs {
		width: 33.33333333%;
	}

	.sh-tabs-style4 .tab-content {
		width: 66.66666667%;
		padding-left: 45px;
		padding-top: 36px;
	}

	.sh-tabs-style4 .sh-tabs-filter li a {
		padding-right: 30px;
		transition: 0.3s color ease-in-out;
	}
}

@media (max-width: 991px) {
	.sh-tabs-style4 .nav-tabs {
		border-left: 1px solid #f3f3f3 !important;
		border-right-width: 0px!important;
	}

	.sh-tabs-style4 .nav-tabs li {
		text-align: left;
	}

	.sh-tabs-style4 .nav-tabs .sh-tabs-icon {
		float: left;
		padding-left: 0px;
		padding-right: 12px;
	}

	.sh-tabs-style4 .nav-tabs li a:after {
		left: -4px;
	}

	.sh-tabs-style4 .tab-content {
		padding-left: 28px;
		   padding-top: 30px;
	}
}


/**
 * 27.0 - Team Members
 */

.sh-team {
	text-align: center;
	margin-bottom: 20px;
}

.sh-team-name h3,
.sh-team-role {
	margin-bottom: 7px;
}

.sh-team-name h3 {
	font-size: 16px;
}

.sh-team-role {
	text-transform: uppercase;
	color: #b1b1b1;
	font-size: 24px;
}

@media (max-width: 1000px) {

	.sh-team-role {
		font-size: 18px;
	}

}

@media (max-width: 800px) {

	.sh-team-role {
		font-size: 14px;
	}

}

.sh-team-image {
	display: block;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	max-height: 600px;
}

.sh-team-image .sh-team-container {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.sh-team-image-shape {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;
	z-index: 50;
}

.sh-team-image img {
	max-width: 101%;
	width: 100%;
}

.sh-team-top {
	padding-bottom: 6px;
}

.sh-team-icons {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0 10px 0;
}

.sh-team-icon {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 3px;
}

.sh-team-icon i {
	font-size: 16px;
}

.sh-team-icons-container {
	position: relative;
}

.sh-team-icon i {
	line-height: 50px;
}

.sh-team-style3{
	display: table;
	text-align: left;
}

.sh-team-style3 .sh-team-image-container,
.sh-team-style3 .sh-team-aside {
	display: table-cell;
	vertical-align: top;
}

.sh-team-style3 .sh-team-image-container {
	width: 50%;
}

.sh-team-style3 .sh-team-aside {
	width: 50%;
	padding-left: 30px;
	padding-top: 0px;
}

.sh-team-style3 .sh-team-aside .sh-team-icons {
	text-align: left;
	display: block;
}

.sh-team-style4 {
	text-align: left;
}

.sh-team-style4 .sh-team-icons {
	margin: 0;
}

.sh-team-style4 .sh-team-icon:first-child {
	margin-left: 0px!important;
}

.sh-team-style4.sh-team-social-standard .sh-team-icon {
	background-color: transparent!important;
	font-size: 16px!important;
	padding: 0px 9px;
	padding-left: 0;
	width: auto!important;
	height: auto!important;
}

.sh-team-style4.sh-team-social-standard .sh-team-icon:hover {
	background-color: transparent!important;
}

.sh-team-style4 .sh-team-role {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px;
}

.sh-team-style4 .sh-team-name h3 {
	margin-bottom: 12px;
}

.sh-team-style4 .sh-team-icon i {
	line-height: 0!important;
}

.sh-team-style4 .sh-team-description {
	margin-bottom: 8px;
}

.sh-team-social-standard .sh-team-icon {
    margin: 0 5px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    color: #8d8d8d;
    background-color: #f4f4f4;
    font-size: 18px;
    border-radius: 50px;
}

.sh-team-social-standard .sh-team-icon i {
	line-height: 50px;
	font-size: 19px;
}

/* Overlay 1 */
.sh-team-social-overlay .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0)
}

.sh-team-social-overlay:hover .sh-team-image .sh-team-image-position {
	-webkit-transform: translate3d(0,-45px,0);
	        transform: translate3d(0,-45px,0)
}

.sh-team-social-overlay:hover .sh-team-overlay {
	opacity: 1;
	bottom: 0px;
}

.sh-team-social-overlay .sh-team-overlay {
	width: 100%;
	opacity: 1;
	bottom: -60px;
	position: absolute;
	z-index: 30;
}

.sh-team-overlay .sh-team-icon {
	height: 60px;
	background-color: transparent;
}

.sh-team-overlay .sh-team-icons {
	width: 101%;
	margin: 0px;
	padding: 0;
}

.sh-team-overlay .sh-team-icons-container {
	display: table;
	width: 100%;
	margin-right: -1px;
}

.sh-team-overlay .sh-team-icon i {
	line-height: 60px;
	color: #fff;
	font-size: 19px;
}

.sh-team-overlay .sh-team-icon {
	display: table-cell;
	position: relative;
}

.sh-team-overlay .sh-team-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(255,255,255,0.05);
	opacity: 0;
}

.sh-team-overlay .sh-team-icon:hover:before {
	opacity: 1;
}

/* Overlay 2 */
.sh-team-social-overlay2 .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0) scale(1.0, 1.0);
	        transform: translate3d(0,0,0) scale(1.0, 1.0);
	transition: 0.3s all ease-in-out;
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-image-position {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2 {
	background-color: rgba(71, 201, 229, 0.8);
}

.sh-team-overlay2 {
	position: absolute;
	top: 0; bottom: 0; right: -1px; left: 0;
	opacity: 1;
	z-index: 30;
	transition: 0.3s all ease-in-out;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.sh-team-overlay2 .sh-team-icons {
	width: 100%;
}

.sh-team-overlay2 .sh-team-icons-container {
	display: table;
	width: 80%;
	margin: 0px auto;
	padding: 0;
	height: 60px;
	text-align: center;
	opacity: 0;
	transition: 0.5s all;
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-icons-container {
	opacity: 1;
	bottom: 0px;
}

.sh-team-overlay2 .sh-team-icon {
	display: table-cell;
	position: relative;
	text-align: center;
}

.sh-team-overlay2 .sh-team-icon-container-container,
.sh-team-overlay2 .sh-team-icon {
	text-align: center;
	margin-bottom: 60px;
	height: 60px;
}

.sh-team-overlay2 .sh-team-icon-container i {
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	transition: 0.5s all;
}

.sh-team-overlay2 .sh-team-icon {
	margin: 0 auto;
}

.sh-team-overlay2 .sh-team-icon-container {
	transition: 0.5s all;
	width: 60px;
	margin: 0 auto;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	z-index: 200;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container i {
	color: #505050;
}

@-webkit-keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}

@keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}


/**
 * 28.0 - Testimonials
 */

.sh-testimonials {
	text-align: center;
}

.sh-testimonials-item {
	display: none;
}

.sh-testimonials-image {
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-testimonials-name h3 {
	margin-top: 5px;
	margin-bottom: 2px;
}

.sh-testimonials-job {
	margin-bottom: 15px;
}

.sh-testimonials-top {
	position: relative;
	background-color: #3ec1bf;
	padding: 0px;
	text-align: left;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
}

.sh-testimonials-top > div {
	display: table-cell;
	max-height: 92px;
	vertical-align: middle;
}

.sh-testimonials-top-aside {
	padding-left: 15px;
}

.sh-testimonials-top-aside .sh-testimonials-job {
	margin-bottom: 0;
}

.sh-testimonials-top .sh-testimonials-name h3 {
	color: #fff;
}

.sh-testimonials-name h3 {
	font-size: 16px;
}

.sh-testimonials-top .sh-testimonials-job {
	color: rgba(255,255,255,0.6);
}

.sh-testimonials-icon {
	position: absolute;
	top: 13px;
	right: 13px;
}

.sh-testimonials-icon i {
	font-size: 24px;
	color: #fff;
}

.sh-testimonials-quote-off .sh-testimonials-quote-icon,
.sh-testimonials-quote-off .sh-testimonials-icon {
	display: none;
}

.sh-testimonials-switch {
	display: table;
	margin: 0 auto;
	margin-top: 15px;
	opacity: 0;
}

.sh-testimonials-switch > div {
	padding: 0 6px;
	margin: 0 1.5px;
	cursor: pointer;
}

.sh-testimonials-switch i {
	font-size: 28px;
	color: #8d8d8d;
	line-height: 36px;
	transition: 0.3s all ease-in-out;
}

.sh-testimonials-switch i:hover {
	filter: contrast(300%);
	-webkit-filter: contrast(300%);
	-moz-filter: contrast(300%);
	-o-filter: contrast(300%);
	-ms-filter: contrast(300%);
}

.sh-testimonials .slick-prev,
.sh-testimonials .slick-next {
	display: none!important;
}

.sh-testimonials .slick-list {
	height: auto!important;
}

.sh-testimonials-table .sh-testimonials-switch {
	margin-top: 0;
}

.sh-testimonials-style1 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
}

.sh-testimonials-style1 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px;
}

.sh-testimonials-style1 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1;
}

.sh-testimonials-style1 .sh-testimonials-quote-icon i {
	bottom: -6px;
	position: relative;
}

.sh-testimonials-style6 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08), 0 5px 20px rgba(0,0,0,0.08);
}

.sh-testimonials-style6 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px;
}

.sh-testimonials-style6 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1;
}

.sh-testimonials-style6 .sh-testimonials-switch-left {
	margin-left: 0;
}

.sh-testimonials-style6 .sh-testimonials-switch-right {
	margin-right: 0;
}

.sh-testimonials-style6 .sh-testimonials-center {
	position: relative;
}

.sh-testimonials-style6 .sh-testimonials-quote-icon-container {
	background-color: #47c9e5 ;
	color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -0px;
	right: -20px;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08), 0 5px 20px rgba(0,0,0,0.08);
}

.sh-testimonials-style6 .sh-testimonials-quote-icon i {
	position: relative;
	line-height: 44px;
	font-size: 21px;
}

.sh-testimonials-style2 .sh-testimonials-quote {
	position: relative;
	padding: 0 50px;
	padding-top: 17px;
}

.sh-testimonials-style2 .sh-testimonials-quote:after,
.sh-testimonials-style2 .sh-testimonials-quote:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}

.sh-testimonials-style2 .sh-testimonials-quote:before {
	left: 0;
	content: "\e67f";
}

.sh-testimonials-style2 .sh-testimonials-quote:after {
	right: 0;
	content: "\e67e";
}

.sh-testimonials-style2 .sh-testimonials-switch {
	margin-top: 40px;
}

.sh-testimonials-style3 .sh-testimonials-quote-icon {
	text-align: left;
}

.sh-testimonials-style3 .sh-testimonials-quote-icon i {
	font-size: 24px;
}

.sh-testimonials-style3 .sh-testimonials-item-container {
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.sh-testimonials-style3 .sh-testimonials-table-icon {
	min-width: 50px;
}

.sh-testimonials-style3 .sh-testimonials-table-image {
	min-width: 92px;
	padding-right: 15px;
}

.sh-testimonials-style3 .sh-testimonials-table-name {
	width: 20%;
	min-width: 150px;
}

.sh-testimonials-style3 .sh-testimonials-table-quote {
	width: 80%;
}

.sh-testimonials-style4 {
	height: 100%;
}

.sh-testimonials-style4 .sh-testimonials-item-container {
	background-color: #707070;
	margin: 15px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 240px;
	padding-bottom: 100px;
	text-align: left;
	height: 100%;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
}

.sh-testimonials-style4 .sh-testimonials-item-container h3 {
	color: #fff;
}

.sh-testimonials-style4 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px;
	color: #adadad;
}

.sh-testimonials-style4 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px;
}

.sh-testimonials-style4 .sh-testimonials-switch i {
	color: #fff;
}

.sh-testimonials-style4 .sh-testimonials-item-top {
	margin-left: 63px;
}

.sh-testimonials-style4 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.sh-testimonials-style4 .sh-testimonials-table-icon i {
	font-size: 30px;
}

.sh-testimonials-style4 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px;
}

.sh-testimonials-style5 {
	height: 100%;
}

.sh-testimonials-style5 .sh-testimonials-item-container {
	margin: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.sh-testimonials-style5 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px;
}

.sh-testimonials-style5 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px;
}

.sh-testimonials-style5 .sh-testimonials-item-top {
	margin-left: 63px;
}

.sh-testimonials-style5 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid #eaeaea;
}

.sh-testimonials-style5 .sh-testimonials-table-icon i {
	font-size: 30px;
	color: #c7c7c7;
}

.sh-testimonials-style5 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sh-testimonials-style3,
.sh-testimonials-style4,
.sh-testimonials-style5 {
	width: 100%;
}


/**
 * 30.0 - Video Player
 */

.sh-video-player {
	overflow: hidden;
}

.sh-video-player-container {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.sh-video-player-4_3 .sh-video-player-container {
	padding-bottom: 75%;
}

.sh-video-player-content {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.sh-video-player iframe {
	width: 100%;
	height: 100%;
}

.sh-video-player-image {
	display: none;
}

.sh-video-player-image img {
	margin-bottom: 0!important;
}

.sh-video-player-image-placeholder .sh-video-player-image,
.sh-video-player-image-placeholder .sh-video-player-image-play {
	display: block;
}

.sh-video-player-image-placeholder .sh-video-player-container {
	display: none;
}

.sh-video-player-image-container {
	position: relative;
	transition: 0.5s all ease-in-out;
}

.sh-video-player-image-play {
	width: 70px;
	height: 70px;
	background-color: #51cce2;
	border-radius: 100px;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	cursor: pointer;
	border: 6px solid #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	display: none;
}

.sh-video-player-image-play i {
	color: #fff;
	font-size: 30px;
	line-height: 61px;
	position: relative;
	right: -2px;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container {
	cursor: pointer;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container:hover {
	opacity: 0.75;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-play {
	display: none;
}

/* Video Plater - Style 2 */
.sh-video-player-style2 .sh-video-player-image-play {
	width: 60px;
	height: 60px;
	margin-top: -30px;
    margin-left: -30px;
}

.sh-video-player-style2 .sh-video-player-image-play {
	background-color: #fff;
	border-width: 0px;
}

.sh-video-player-style2 .sh-video-player-image-play:hover i,
.sh-video-player-style2 .sh-video-player-image-play:focus i {
	color: #fff;
}

.sh-video-player-style2 .sh-video-player-image-play i {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 60px;
}


/**
 * 31.0 - Text with Frame
 */

.sh-text-with-frame-container {
	display: table;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,.0);
	padding: 35px;
	max-width: 100%;
}

.sh-text-with-frame-container * {
	margin-bottom: 0;
}

.sh-text-with-frame-container p,
.sh-text-with-frame-container h1,
.sh-text-with-frame-container h2,
.sh-text-with-frame-container h3,
.sh-text-with-frame-container h4,
.sh-text-with-frame-container h5,
.sh-text-with-frame-container h6 {
	line-height: 1!important;
}

@media (max-width: 320px) {

	.sh-text-with-frame-container {
		display: block;
	}

}

/**
 * 33.0 - Footer Builder
 */
/*body:not(.compose-mode) .sh-footer-template {
	position: relative;
	overflow-x: hidden;
}*/

.sh-footer-template {
	position: relative;
}


/**
 * 33.0 - Header Builder
 */

/* Header Builder - General */
body.single-shufflehound_header {
	overflow-x: hidden;
	min-height: 100vh;
}

body.single-shufflehound_header .vc_row[data-vc-full-width] {
	overflow: visible;
}

.sh-header-builder,
.sh-header-template {
	position: relative;
}

.sh-header-template .vc_row {
	width: auto!important;
	left: auto!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.sh-header-template {
	margin-top: -1px;
}

.sh-header-template .vc_row[data-vc-full-width] {
	overflow: visible;
}

.sh-header-builder-edit {
	display: block;
	position: absolute;
	padding: 0 12px;
	top: 5px;
	right: 5px;
	opacity: 0.5;
	color: #7d7d7d;
	transition: 0.3s all ease-in;
	z-index: 260;
	font-weight: bold;
	font-size: 11px;
	border-radius: 50px;
	line-height: 29px;
	height: 28px;
}

.sh-header-builder-edit i {
	padding-right: 3px;
	font-size: 12px;
}

.sh-header-builder-edit:hover {
	opacity: 1;
	background-color: #337ab7;
	color: #fff;
}

@media (max-width: 800px) {
	.sh-header-builder-edit {
		display: none;
	}
}

.sh-header-builder-topbar-container,
.sh-header-builder-main-container {
	width: 100%;
}


/* Header Builder - Main */
.sh-header-builder-main-container {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 20px;
}

.sh-header-builder-main .header-logo {
	display: block;
	padding: 0;
}

.sh-header-builder-main img {
	margin-bottom: 0;
}

body:not(.compose-mode) .sh-header-builder-main-above-content,
body.page.compose-mode .sh-header-builder-main-above-content {
	position: absolute;
	top: 0;
	left: 0; right: 0;
	z-index: 240;
}

.sh-header-template > p {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
X.sh-header-builder-mobile-sticky-fixed {
	position: fixed;
	top: 0;
	left: 0; right: 0;
	z-index: 250;
}

body.compose-mode .sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
Xbody.compose-mode .sh-header-builder-mobile-sticky-fixed {
	top: 0px!important;
}

.sh-header-builder-main-element-navigation ul.sh-nav > li > a,
.sh-header-builder-main i.sh-header-builder-main-element-icon {
	transition: 0.5s color, opacity ease;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-element-navigation ul.sh-nav > li > a {
	min-height: 80px!important;
	line-height: 80px!important;
}


/* Header Builder - Logos */
.sh-header-builder-logo-standard {
	display: block;
}

.sh-header-builder-logo-sticky {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-standard,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-standard {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-sticky,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-sticky {
	display: block;
}


/* Header Builder - Main Search */
.sh-header-builder-main .sh-header-search {
	z-index: 270;
	bottom: 0;
}

.sh-header-builder-main .sh-header-search .sh-header-search-input {
	margin-left: 0px;
    font-size: 135%;
}

.sh-header-builder-main .sh-header-search i {
    font-size: inherit;
}


/* Header Builder - Buttons */
.sh-header-builder-main-element-button-item {
	display: inline-block;
	padding: 0 10px;
	background-color: #3e3e3e;
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.sh-header-builder-main-element-button-item i {
	font-size: 120%;
	margin-right: 8px;
	position: relative;
	bottom: -2px;
}


/* Header Builder - Main Layouts */
.sh-header-builder-main-content {
	position: relative;
}

.sh-header-builder-main-content .sh-nav-container {
	position: static;
}

.sh-header-builder-main-navigation-alignment {
	display: flex;
	align-items: center;
}

.sh-header-builder-main-navigation ul.sh-nav {
	float: none;
}

.sh-header-builder-layout1 .sh-header-builder-main-content,
.sh-header-builder-layout2 .sh-header-builder-main-content,
.sh-header-builder-layout4 .sh-header-builder-main-content,
.sh-header-builder-layout5 .sh-header-builder-main-content,
.sh-header-builder-layout6 .sh-header-builder-main-content,
.sh-header-builder-layout8 .sh-header-builder-main-content {
	display: flex;
	align-items: center;
}


/* Header Builder - Main Layout 1 */
.sh-header-builder-layout1 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout1 .sh-header-builder-main-content-right .sh-header-builder-main-element:last-child {
	margin-right: 0;
}

.sh-header-builder-layout1 .sh-header-builder-main-navigation {
	display: table;
	margin-left: auto;
}

.sh-header-builder-layout1 .sh-nav > li.menu-item:last-child {
	padding-right: 0px;
}



/* Header Builder - Main Layout 2 */
.sh-header-builder-layout2 .sh-header-builder-main-content-left {
	flex: 1;
}

.sh-header-builder-layout2 .sh-header-builder-main-logo {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout2 .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}


/* Header Builder - Main Layout 3 */
.sh-header-builder-layout3 .sh-header-builder-main-logo,
.sh-header-builder-layout3 .sh-header-builder-main-navigation {
	display: table;
	margin: 0 auto;
}

.sh-header-builder-layout3 .sh-header-builder-main-logo {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-logo {
	margin-top: 15px;
	margin-bottom: 0px;
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-element-navigation ul.sh-nav > li > a {
	min-height: 60px!important;
	line-height: 60px!important;
}


/* Header Builder - Main Layout 4 */
.sh-header-builder-layout4 .sh-header-builder-main-content-left,
.sh-header-builder-layout4 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout4 .sh-header-builder-main-content-left .sh-header-builder-main-navigation {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout4 .sh-header-builder-main-content-center {
	padding: 0 15px;
}

.sh-header-builder-layout4 .sh-nav > li.menu-item:last-child {
	padding-right: 15px;
}


/* Header Builder - Main Layout 5 */
.sh-header-builder-layout5 .sh-header-builder-main-logo {
	padding-right: 15px;
}


/* Header Builder - Main Layout 6 */
.sh-header-builder-layout6 .sh-header-builder-main-content-left,
.sh-header-builder-layout6 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-header-builder-main-navigation {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-center {
	padding: 0 15px;
}

.sh-header-builder-layout6 .sh-nav > li.menu-item:last-child {
	padding-right: 15px;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-left .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-nav > li.menu-item:last-child {
	padding-right: 0px;
}


/* Header Builder - Main Layout 7 */
.sh-header-builder-layout7 .sh-header-builder-main-logo {
	margin-bottom: 15px;
	padding-top: 15px;
}

.sh-header-builder-layout7 .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}


/* Header Builder - Main Layout 8 */
.sh-header-builder-layout8 .sh-header-builder-main-content-left,
.sh-header-builder-layout8 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout8 .sh-header-builder-main-elements {
	margin-left: auto;
    display: table;
}


/* Header Builder - Main Navigation */
.sh-header-builder-main-element {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.sh-header-builder-main-element:not(:last-child) {
	margin-right: 1.2em;
}

.sh-header-builder-main-element > a {
	display: block;
	line-height: 40px;
	height: 40px;
}

.sh-header-builder-main-navigation .sh-nav > li.menu-item  {
	padding: 0em 1.2em;
}

.sh-header-builder-main-navigation .sh-nav > li.menu-item > a {
	position: relative;
	font-size: inherit;
}

.sh-header-builder-main-element-search .sh-nav > li.menu-item,
.sh-header-builder-main-element-cart .sh-nav > li.menu-item,
.sh-header-builder-main-element-language .sh-nav > li.menu-item {
	padding-left: 0;
	padding-right: 0;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item {
	display: inline-block;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item a {
	text-transform: uppercase;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item:not(:last-child) a {
	margin-right: 6px;
}

.sh-header-builder-main i.sh-header-builder-main-element-icon {
	font-size: 140%;
	line-height: inherit;
	color: #7e7e7e;
	bottom: 0;
}

.sh-header-builder-main .sh-nav-cart-content .cart-icon {
	position: absolute;
    top: 0.2em;
    right: -0.5em;
    display: inline-block;
    letter-spacing: 0;
}

.sh-header-builder-main-icons-small .sh-nav-cart-content {
	letter-spacing: normal;
}

.sh-header-builder-main-icons-small .sh-nav-cart-content .cart-icon {
	top: 0.5em;
    right: -1.1em;
}


/* Header Builder - Main Elements */
.sh-header-builder-main-spacing-small .sh-header-builder-main-element:not(:last-child) {
	margin-right: 0.8em;
}

.sh-header-builder-main-spacing-large .sh-header-builder-main-element:not(:last-child) {
	margin-right: 1.6em;
}

.sh-header-builder-main-spacing-xlarge .sh-header-builder-main-element:not(:last-child) {
	margin-right: 2.4em;
}

.sh-header-builder-main-spacing-xxlarge .sh-header-builder-main-element:not(:last-child) {
	margin-right: 3.2em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:not(:first-child):not(:last-child) {
	padding: 0em 0.8em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:first-child {
	padding-right: 0.8em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:last-child {
	padding-left: 0.8em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:not(:first-child):not(:last-child) {
	padding: 0em 1.6em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:first-child {
	padding-right: 1.6em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:last-child {
	padding-left: 1.6em;
}


/* Header Builder - Shadows */
.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xsmall .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xsmall .sh-header-builder-main-container {
	box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.12);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-small .sh-header-builder-main-container,
.sh-header-builder-main-shadow-small .sh-header-builder-main-container {
	box-shadow: 0px 4px 13px 1px rgba(0,0,0,0.11);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-medium .sh-header-builder-main-container,
.sh-header-builder-main-shadow-medium .sh-header-builder-main-container {
	box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.10);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-large .sh-header-builder-main-container,
.sh-header-builder-main-shadow-large .sh-header-builder-main-container {
	box-shadow: 0px 10px 35px -5px rgba(0,0,0,0.15);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xlarge .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xlarge .sh-header-builder-main-container {
	box-shadow: 0px 18px 45px -9px rgba(0,0,0,0.15);
}



/* Header Builder - Topbar */
.sh-header-builder-topbar {
	display: flex;
	align-items: center;
	line-height: 250%;
}

@media (max-width: 800px) {
	.sh-header-builder-topbar-mobile-hidden {
		display: none;
	}
}

.sh-header-builder-topbar-group {
	display: inline-block;
	vertical-align: middle;
}

.sh-header-builder-topbar-left .sh-header-builder-topbar-group {
	margin-right: 15px;
}

.sh-header-builder-topbar-right .sh-header-builder-topbar-group {
	margin-left: 15px;
}


/* Header Builder - Topbar Contacts and Social Icons */
.sh-header-builder-contacts {
	display: flex;
}

.sh-header-builder-contacts > div {
	display: flex;
	align-items: center;
}

.sh-header-builder-contacts > *:not(:first-child) {
	margin-left: 1em;
}

.sh-header-builder-contacts div i {
	position: relative;
	margin-right: 0.7em;
	transition: 0.3s all ease-in;
}

.sh-header-builder-contacts-icons-hidden i {
	display: none;
}

.sh-header-builder-social a {
	display: flex;
	align-items: center;
}


/* Header Builder - Topbar Buttons */
.sh-header-builder-buttons a {
	display: inline-block;
	padding: 0 1em;
	transition: 0.3s all ease-in;
}

.sh-header-builder-buttons-style-dark a {
	background-color: #fafafa;
	color: #3f3f3f;
}

.sh-header-builder-buttons-style-dark a:hover,
.sh-header-builder-buttons-style-dark a:focus {
	background-color: #ececec;
}

.sh-header-builder-buttons-style-light a {
	background-color: #3f3f3f;
	color: #fafafa;
}

.sh-header-builder-buttons-style-light a:hover,
.sh-header-builder-buttons-style-light a:focus {
	background-color: #2d2d2d;
}


/* Header Builder - Topbar Navigation */
.sh-topbar-nav ul,
ul.sh-topbar-nav {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.sh-topbar-nav ul li,
ul.sh-topbar-nav li {
	display: inline-block;
	margin-left: 1em;
}

.sh-topbar-nav ul li a,
ul.sh-topbar-nav li a {
	transition: 0.3s all ease-in;
}

.sh-text-uppercase a {
	text-transform: uppercase;
}


/* Header Builder - Mobile */
.sh-header-builder-mobile {
	font-size: 14px;
	display: none;
}

@media (max-width: 1025px) {
	.sh-header-builder-main {
		display: none;
	}

	.sh-header-builder-mobile {
		display: block;
	}
}

@media (max-width: 600px) {
	.sh-header-builder-contacts,
	.sh-header-builder-contacts > div,
	.sh-header-builder-social a {
		display: inline-block;
	}

	.sh-header-builder-topbar-content {
		display: block!important;
		padding: 10px 0;
	}

	.sh-header-builder-topbar-left {
		margin-bottom: 5px;
	}

	.sh-header-builder-topbar-right {
		text-align: left!important;
	}

	.sh-header-builder-topbar-content ul.sh-topbar-nav li {
		margin-left: 0;
		margin-right: 1em;
	}
}


.sh-header-builder-mobile-element {
	display: inline-block;
	vertical-align: middle;
}

.sh-header-builder-mobile .header-logo {
	padding: 0;
}

.sh-header-builder-mobile-menu i.sh-header-builder-mobile-element-icon {
	font-size: 19px;
}

.sh-header-builder-mobile-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.sh-header-builder-mobile .c-hamburger {
	top: 0;
}


/* Header Builder - Mobile Layout 1 */
.sh-header-builder-layout1 .sh-header-builder-mobile-content-right {
	flex: 1;
	text-align: right;
}


/* Header Builder - Mobile Layout 2 */
.sh-header-builder-layout2 .sh-header-builder-mobile-content-left {
	flex: 1;
}

.sh-header-builder-layout2 .sh-header-builder-mobile-logo {
	margin-left: auto;
	display: table;
}


/* Header Builder - Mobile Layout 3 */
.sh-header-builder-layout3 .sh-header-builder-mobile-content-right {
	flex: 1;
	text-align: right;
}

.sh-header-builder-layout3 .sh-header-builder-mobile-content-left {
	flex: 1;
}


/* Header Builder - Mobile Layout 4 */
.sh-header-builder-layout4 .sh-header-builder-mobile-content-left {
	flex: 1;
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-left .sh-nav > li.menu-item {
	padding-left: 0px;
	padding-right: 0px;
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-right {
	flex: 1; text-align: right;
}

.sh-header-builder-mobile .sh-header-mobile-dropdown {
	position: absolute;
	left: 0; right: 0;
}


/**
** WooCommerce Basic Elements
*/
@media (max-width: 800px) {
	.wpb_wrapper > .woocommerce.columns-3 ul.products,
	.wpb_wrapper > .woocommerce.columns-4 ul.products {
		margin: 0 -15px;
	}

	.wpb_wrapper > .woocommerce.columns-3 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-4 ul.products li.product {
		width: 50%;
	    min-width: 50%;
	    display: inline-block;
	    margin-right: -4px;
	    float: none;
	    padding: 0 15px;
	}
}

@media (max-width: 560px) {
	.wpb_wrapper > .woocommerce.columns-3 ul.products,
	.wpb_wrapper > .woocommerce.columns-4 ul.products {
		margin: 0px 0px;
	}

	.wpb_wrapper > .woocommerce.columns-2 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-3 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-4 ul.products li.product {
		width: 100%;
		min-width: 100%;
		padding: 0;
	}
}
