/**
Theme Name: josiesque
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: josiesque
Template: astra
*/
 
*, *:before, *:after {}

iframe {
	display: block;
}

.leader_section img {
	background: #FFF;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.elementor-price-table__subheading {
	display: block;
}

.eicon-menu-bar:before {
	color: #555;
}

.hentry p a, .hentry li a {
	text-decoration: underline;
}

.sidebar_posts_nav {
	margin: 0;
	list-style: none;
	text-align: center
}
.sidebar_posts_nav li {
	display: inline-block;
	padding: 6px;
	font-size: 22px;
	margin: 0 !important;
	line-height: 1;
}
.sidebar_posts_nav li a {
	color: #ccc !important;
}
.sidebar_posts_nav li a.active {
	color: #676767 !important;
}
.sidebar_posts_img {
	height: 150px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
.sidebar_posts_title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #191919 !important;
}
.sidebar_posts li {
	list-style: none;
	padding-bottom: 13px !important;
	position: relative;
	margin-bottom: 25px !important;
}
.sidebar_posts li:after {
	content: "";
	position: absolute;
	background: #dadada;
	height: 2px;
	width: 100px;
	bottom: 0;
}
.sidebar_posts {
	margin: 0;
}

#primary li {
	margin-bottom: 10px;
}
#primary li:last-child {
	margin-bottom: 0;
}

#wpforms-81025-field_5-container {
	display: none;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

/* PURE CSS FIX FOR ANCHOR SHIFT */
h1[id]::before, h2[id]::before, h3[id]::before, h4[id]::before, h5[id]::before, h6[id]::before {
  content: '';
  display: block;
  height:      90px;
  margin-top: -90px;
  visibility: hidden;
}

.twentytwenty-handle {
	margin-left: -20px;
}

.payments_form {
	max-width: 700px;
	margin: 0 auto;
	border-radius: 10px;
}
.payments_form table, .payments_form td {
	border: none;
	font-size: 20px;
}

body.ast-single-post .entry-header h1 {
	margin: 60px 0 25px 0;
	border-bottom: 3px solid #F7B432;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	letter-spacing: 3px;
	font-size: 40px;
}

.efmwbdj-isotope-wrap .home {
	display: none !important;
}

.hm_tstm_section:before {
	content: "";
	width: 886px;
	height: 100%;
	background: #328BB7;
	display: block;
	position: absolute;
	left: calc(50% - 443px);
	top: 0;
	border-radius: 10px;
}

/* sticky header */
.logo img {
	max-width: 350px;
	height: auto;
	transition: all 0.5s ease;
}
.elementor-sticky--effects .logo img {
	max-width: 200px;
	height: auto;
}
.elementor-sticky--effects .logo.trans {
	display: none;
}
.elementor-81490.elementor-location-header .sticky_hd:not(.elementor-sticky--effects) .elementor-icon {
	color: #FFF !important;
}
.elementor-81490.elementor-location-header .sticky_hd:not(.elementor-sticky--effects) .elementor-nav-menu--main .elementor-item {
	color: #FFFFFF !important;
}
.elementor-81490.elementor-location-header .sticky_hd:not(.elementor-sticky--effects) .elementor-nav-menu--main .elementor-item:hover {
	color: rgb(255,255,255,0.7) !important;
}
.elementor-81490.elementor-location-header .logo.opaq {
	display: none;
}
.elementor-81490.elementor-location-header .elementor-sticky--effects .logo.opaq {
	display: block;
}
/* end sticky header */


.elementor-post__thumbnail, .anwp-pg-post-teaser__thumbnail, .sidebar_posts_img {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.efmwbdj-slick-slider {
	overflow: hidden;
}
.efmwbdj-slick-slider .slick-dots {
	margin-top: -20px;
}
.efmwbdj-slick-slider .slick-dots li button:before {
	font-size: 12px;
	color: #FFF;
}
.efmwbdj-slick-slider .slick-dots li.slick-active button:before {
	color: #FFF;
}
.efmwbdj-slick-slider .pf_item {
	position: relative;
}
.efmwbdj-slick-slider .pf_item_title {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgb(247,180,50, 80%);
	margin: 0;
	height: 100%;
	border-radius: 5px;
	align-items: center;
	display: flex;
	justify-content: center;	
	padding: 20px;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;	
}
.efmwbdj-slick-slider .pf_item:hover .pf_item_title {
	opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;	
}
.efmwbdj-slick-slider .pf_item_title a {
	color: #FFF;
	font-size: 26px;
}
.efmwbdj-slick-slider .slick-list {
	padding-top: 45px;
	padding-bottom: 65px;
}

.navigation > * {
	font-size: 20px;
	padding: 0 8px;
}
.tstm_wrap {
	text-align: center;
	margin-bottom: 50px;
	padding-left: 60px;
	position: relative;
}
.tstm_wrap .cr-quote {
	left: 0;
}
.tstm_body {
	font-size: 18px;
	color: #000000;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 20px;
}
.tstm_body:after {
	left: calc(50% - 5px);
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 10px;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
	bottom: 0;
}
.tstm_client, .tstm_details {
	font-style: italic;
	color: rgba(0,0,0,0.45);
}

.elementor-accordion-item {
	border-left: 0 !important;
	border-right: 0 !important;
}

.wpforms-submit-container {
	text-align: center;
}
#wpforms-form-81161 .wpforms-field {
	margin-bottom: 40px;
}
#wpforms-form-81161 .wpforms-field > label {
	font-family: Poppins;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #000;
	width: 100%;
	display: block;
	padding-bottom: 15px;	
	margin-bottom: 30px;
}

.elementor-widget-text-editor h1, 
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3, 
.elementor-widget-text-editor h4, 
.elementor-widget-text-editor h5, 
.elementor-widget-text-editor h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.isotope-wrap .button-group a {
	font-family: Poppins;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0,0,0, 0.5);
}

.pf_item_title {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	height: 2em;
	line-height: 1.3;
}
.pf_item_title a {
	color: rgb(20, 22, 24);
}
.pf_item_thumb {
	height: 350px;
	overflow: hidden;
	box-shadow: 0px 20px 61px -21px rgb(0 0 0 / 50%);
	border-radius: 5px;
}
.efmwbdj-slick-slider .pf_item_thumb {
	height: 265px;	
}
.pf_item_thumb img {
	width: 100%;
}

.pf_adtl {
	margin-top: 60px;
}
.pf_share {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 30px;
	padding-top: 20px
}
.efmwbdj-single {
	font-size: 20px;
}
.pf_client .lbl, .pf_link .lbl, .pf_share .lbl {
	font-weight: 700;

}
.pf_single_descr {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.pf_single_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.single-efmwbdj .entry-content {
	padding-top: 70px;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	font-size: 22px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #f7b532;
	color: #FFF;
	padding: 13px 31px;
	border: none;
	transition: background-color 200ms linear;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	font-size: 22px;
	font-weight: bold;
	border-radius: 3px;
	background-color: rgb(0, 120, 170);;
	color: #FFF;
	padding: 13px 31px;
	border: none;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.elementor-widget-text-editor > .elementor-widget-container p:last-child {
	margin-bottom: 0;
}

/* Website Support Services */
#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
        
.wss_wrap abbr {
	border: none;
}
.service_name {
    display: none;
    margin-bottom: 10px;
}
.wss_wrap .fa {
	display: inline-block;
	min-width: 20px;
}
.wss_wrap .fa-check {
	color: #39a040;
}
.wss_wrap .fa-close {
	color: rgba(0, 0, 0, 0.2);
}
.wss_wrap div[class^='row_'], .wss_wrap div[class*=' row_'] {
    align-items: center;
    padding: 10px 10px;
    display: flex;
    width: 100%;
}
.wss_wrap .col:not(.wss_service_col) div[class^='row_'], 
.wss_wrap .col:not(.wss_service_col) div[class*=' row_'],
.wss_wrap div[class^='row_'].col_title, 
.wss_wrap div[class*=' row_'].col_title {
    justify-content: center;
}
.col_title a {
	color: #ffffffd4 !important;
	display: block;
	width: 100%;
}
.col_title a:hover, .col_title a:focus {
	color: #FFF !important;
}
.wss_basic_col .col_title {
	background: rgb(41, 143, 185) !important;
}
.wss_wrap .col.wss_basic_col > *:nth-child(2n + 3) {
	background: rgba(41, 143, 185, 0.1);
}
.wss_wrap .col.wss_basic_col > *:nth-child(2n + 2) {
	background: rgba(41, 143, 185, 0.2);
}
.wss_advanced_col .col_title {
	background: rgb(255, 181, 51) !important;
}
.wss_wrap .col.wss_advanced_col > *:nth-child(2n + 3) {
	background: rgba(255, 181, 51, 0.1);
}
.wss_wrap .col.wss_advanced_col > *:nth-child(2n + 2) {
	background: rgba(255, 181, 51, 0.2);
}
.wss_premium_col .col_title {
	background: rgb(18, 78, 120) !important;
}
.wss_wrap .col.wss_premium_col > *:nth-child(2n + 3) {
	background: rgba(18, 78, 120, 0.1);
}
.wss_wrap .col.wss_premium_col > *:nth-child(2n + 2) {
	background: rgba(18, 78, 120, 0.2);
}
.col_title {
	font-size: 28px;
	text-align: center;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
}
.wss_service_col .col_title {
	color: inherit;
	font-weight: normal;
	background: #fdfdfd;
}
.col_title .pricing {
	font-size: 21px;
	font-weight: normal;
}
.wss_wrap {
	font-size: 16px;
	opacity: 0;
}
.wss_wrap .col:not(.wss_service_col) {
	width: calc(33.333% - 100px);
	text-align: center;
	transition: box-shadow 0.3s ease-in-out;
}
/*.wss_wrap .col:not(.wss_service_col):hover, */.wss_wrap .col.highlight {
	box-shadow: 0px 0px 24px rgba(0,0,0,0.5);
	position: relative;
}
.wss_service_col {
	width: 300px;
	font-size: 18px;
}
.wss_wrap .col {
	float: left;
}
.wss_wrap .col > *:nth-child(2n + 3) {
	background: #fdfdfd;
}
.wss_wrap .col > *:nth-child(2n + 2) {
	background: #f1f1f1;
}
@media (max-width: 920px) {
	.service_name {
		display: block;	
	}	
	.wss_service_col, .wss_wrap .wss_service_col div[class^='row_'], .wss_wrap .wss_service_col div[class*=' row_'] {
		display: none;
		height: 0;
	}
	.wss_wrap .col:not(.wss_service_col) {
		width: calc(33.3333%);
		margin-bottom: 40px;
	}
}
@media (max-width: 600px) {
	.wss_wrap .col:not(.wss_service_col) {
		float: none;
		width: 100%;
	}
}
/* END Website Support Services */

/* Testimonials */
.cr-quote {
	position: absolute;
}
.cr-quote:before {
	content: "\201C";
	font-size: 80px;
	position: absolute;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 0.9;
	font-weight: bold;
	opacity: 0.4;
	display: block;
}
/* End Testimonials */

@media only screen and (min-width: 768px) {
	.hd_col1 {
		width: 370px !important;
	}
	.hd_col2 {
		width: calc(100% - 370px) !important;
	}	
	.efmwbdj-slick-slider .slick-list {
		margin-left: -275px;
	    margin-right: -275px;
	}
}
@media only screen and (max-width: 1000px) {
	.hm_tstm_section:before {
		width: 100%;
		border-radius: 0;
		left: 0;
	}
}
@media only screen and (max-width: 768px) {
	.pf_item_thumb, .efmwbdj-slick-slider .pf_item_thumb {
		height: auto;
	}
	.pf_item_title {
		font-size: 14px;
		line-height: 1.4;
	}
	body div.wpforms-container-full .wpforms-form button[type=submit] {
        font-size: 16px;
	}
	.efmwbdj-isotope .grid-sizer, .efmwbdj-isotope .grid-item {
		width: 200px !important;
	}
}
@media only screen and (max-width: 600px) {
	body.ast-single-post .entry-header h1 {
		font-size: 32px;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-third {
		width: 100%;
		float: none;
		margin: 0;
	}
}
@media only screen and (max-width: 480px) {
	div.wpforms-container-full .wpforms-form .wpforms-one-half {
		width: 100%;
		float: none;
		margin: 0;
	}
    .tstm_body {
        font-size: 16px;
    }
}