/*!
Theme Name: Jack's Menswear 2024
Theme URI: https://jacks-menswear.com
Author: Logic Web Media
Author URI: https://logicwebmedia.com
Version: 1
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: logic-web
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: 'Open Sans', sans-serif;font-weight: 300;color:#323335;}

h3,h4,h5{font-family: 'Open Sans', sans-serif;font-weight: 300;color:#151F30;}

h1, h2{font-family: 'Raleway', sans-serif;font-weight: 400;}

h4{font-weight: 600;}

a, a:hover{color:#666;}

.upper{text-transform: uppercase;}
.blue{color:#151F30;}
.dark-blue{color:#151F30;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#666;}
.btn {
display: inline-block;
font-weight: 300;
	text-transform: uppercase;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .75rem 2em;
font-size: .9rem;
line-height: 1.5;
border-radius: 2rem;
letter-spacing: 1px;
border-width: 1px;
border-style: solid;
}

.btn-info, .btn-default{color: #fff;
background-color: #666;
border-radius: 0px;
border-color: #666;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover,.btn-info:active,.btn-default:active,.btn-info:checked,.btn-default:checked{color:#fff; background-color: #666; border-color:  #666;text-decoration: none;}


.btn-blue, .btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue:checked{color: #fff;
background-color:transparent;
border-color: #fff;
	border-radius: 0px;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-decoration: none;}

h2.title-detail, h3.title-detail, h4.title-detail{
display: grid;
grid-template-columns: 50px max-content 50px;
grid-template-rows: 20px 0;
grid-gap: 20px;
align-items: center;
justify-content: center;
}

h2.title-detail:after, h3.title-detail:after, h4.title-detail:after{
content: " ";
display: block;
height:5px;
background: rgb(35,103,169);
background: linear-gradient(90deg, rgba(35,103,169,1) 0%, rgba(255,255,255,0) 100%);
}

h2.title-detail:before, h3.title-detail:before, h4.title-detail:before {
content: " ";
display: block;
height:5px;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(35,103,169,1) 100%);
}

input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}

.large-padding{
	padding-top:150px;
	padding-bottom: 150px;
}
.pad-100{
	padding-top:100px;
	padding-bottom: 100px;
}
.pad-50{
	padding-top:50px;
	padding-bottom: 50px;
}
.pad-25{
	padding-top:25px;
	padding-bottom: 25px;
}
.w-85 {
width: 85%!important;
}

.divider{
	width: 100px;
height: 3px;
background-color: #151F30;
display: table;
margin: 20px auto;
}
.divider.div-left{
margin: 20px 0px;
}

.topText{
	color: #666;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 0px;
font-size: 95%;
}
.topText+h1, .topText+h2, .topText+h3{
margin-top: 5px;
}

/******* Header **********/

.navbar-brand img {
width: 220px;
}

nav#header{
box-shadow: none;
position: absolute;
width: 100%;
padding: 40px 20px;
background-color: #fff;
}

.flexia-sticky-navbar nav#header{
-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
padding: 30px 20px;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-expand-md .navbar-nav .nav-link{
padding: 1.5rem 1.25rem;
}

.navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:active {
color: #F0631D;
}

.navbar-expand-md .navbar-nav li:last-child .nav-link{

}
.dropdown-item.active, .dropdown-item:active {
color: #16181b !important;text-decoration: none;background-color:#f8f9fa!important;
}



nav{background-color: transparent;}

.nav-link {
color: #323335;
font-size: 16px;
letter-spacing: 1px;
}
.nav-link:hover {
color: #666;
}

a.navbar-brand{position: absolute;
/* width: 100%; */
top: 0%;
right: 50%;
transform: translate(50%,-20%);	transition: all .3s ease-in-out;
margin-right:0px;
}

.navbar-brand {
padding-top: 0rem;
}

.navbar-brand img {
position: relative;
	width: 150px;
	transition: all .3s ease-in-out;
}

.flexia-navbar.flexia-sticky-navbar #header .navbar-brand img {
-moz-transform: scale(.5);
-webkit-transform: scale(.5);
-o-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
transform-origin: 50% 36%;
}


.flexia-navbar.flexia-sticky-navbar #header a.navbar-brand{transform: translate(50%,-30%);}

.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

.dropdown-menu {
padding: 0px;
margin: 0px;
color: #ff5800;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #ff5800;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}

.flexia-navbar.flexia-sticky-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar.flexia-sticky-navbar #header { 
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar {
z-index: 999999;
box-shadow: 0 .15em .35em 0 rgba(0,0,0,.135);
transition: all .3s ease-in-out;
transform: translate3d(0,0,0);
position: relative;
	background-color:#eee;
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}

/******* Carousel **********/

.carousel-caption h2{color:#fff;font-size: 40px;}
.carousel-caption p{font-size: 18px;
margin: 18px 0px;}

.carousel-caption{position:absolute;right:25%;top: 35px;left:25%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}



/******* HOME  **********/


#banner {background-color: #eee;

width: 100%;
overflow: hidden;
position: relative;
z-index: 0;
background-image: url('img/banner.jpg');
background-repeat: no-repeat;
background-size: cover;
}
	


#bannertext {
width: 80%;
position: absolute;
top: 60%;
left: 10%;
padding: 2em 0;
z-index: 99;
}




#bannertext .socList li{
	width: 40px;
height: 40px;
border: 1px solid #fff;
text-align: center;
border-radius: 50%;
line-height: 40px;
margin: 10px 20px 0px 0px;
	color:#fff;
}
#bannertext .socList a, #bannertext .socList a:hover{
	color:#fff;
}

	#banner-img{width: 46%;
position: relative;
right: -28px;
top: 76px;
float: right;
z-index: -1;}

	#bannertext h1{
font-size: 84px;
line-height: 74px;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 0px 4px 4px rgba(0, 0, 0, 0.5);
text-align: center;
}

#bannertext h1 span{
/*	font-family: 'Pinyon Script', cursive;*/
	display: block;
font-size: 44px;
}
	
	#bannertext p{font-size: 1.25rem;
margin: 20px 60px 20px 0px;}


	.shop-top{background-color: #151F30;
padding-top: 50px;
padding-bottom: 33px;position: relative;color:#fff;background-image:url('img/shop-top.png');background-repeat: no-repeat;background-position: right;background-size: contain;}
	.shop-top h1, .shop-top a{color:#fff;}

	
.home-started{background-color: #eee;}

	.home-started img{width: 80%;}

.home-started .table td, .home-started .table th{
padding-left: 0px;
}
	.home-started{position: relative;overflow: hidden;}
	.home-started iframe{
		position: absolute;
		width:44%;
		right:0;
		top:0;
		height:700px;
	}

.home-about{
	background-color: #eee;
	padding-top: 75px;
padding-bottom: 75px;
}

.homeServ{
background-color: #FFf;
}


span.phoneIcon i {
background-color: rgba(240, 99, 29, 0);
color: #666;
width: 24px;
height: 54px;
border-radius: 50%;
margin-right: 0px;
margin-left: 30px;
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: 20px;
line-height: 54px;
}
/******* SUB PAGES  **********/



.pageHeader{
padding-top: 446px;
background-color: #FFF9F2;
background-image: url('img/banner.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.pageHeader h1{
font-size: 50px;line-height: 74px;color: #FFFFFF;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.single-post .pageHeader{
padding-left: 50px;
}
.single-post .pageHeader h1{

}

.page-template-page-contact .content h1{
	margin-top: 0px;
margin-bottom: 50px;
}


.eqHimg {
    display: flex;
  }
  .eqHimg img {
    display: block;
    flex-basis: 0px;
    width: 0px;
    height: auto;
    padding-right:20px;
  }

/******* FOOTER  **********/

#footer h3{
color: #fff;
	margin-bottom: 38px;
}
#footer h4{color: #fff; font-weight: 300;font-family: 'Raleway', sans-serif;}

#footer .fa-brands{}

#footer .list-inline-item:not(:last-child) {
margin-right: 1rem;
}
#footer .fa-brands{color:#222;}

#footer ul.socList li a{width: 30px;
height: 30px;
background-color: #fff;
color: #222;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 30px;}

#footer img{width:70%;
margin-top:30px;}


.footer{
	padding-top: 75px;
	padding-bottom: 75px;
}

.conWrap label {
display: block;
	font-size: 14px;
	color:#252B42;
	font-weight: 500;
}

.conWrap label.error {
font-size: 10px;
font-weight: 400;
margin-bottom: 0px;
}

.conWrap .form-field {
display: inline-block;
margin: 10px 0 10px;
clear: none;
float: left;
width: 100%;
}

.conWrap input, .conWrap textarea{
border: 1px solid #BDBDBD;
display: block;
width: 100%;
font-size: 14px;
border-radius: 0px;
padding: 10px 10px;
color: darkgray;
}

.conWrap input.btn.btn-default{
display: table;
width: auto;
float: right;
color: #fff;
padding: .75rem 3em;
border-radius: .25rem;
}

#footer{
padding-top: 50px;
font-size: 14px;
background-color: #222;
color: #fff;
	font-weight: 300;
}

#footer p {
font-size: 11px;
}


#footer nav{
	margin-top: 10px;
margin-bottom: 1rem;
	background-color: transparent;
}

ul.list-unstyled.nav-list a, ul.list-unstyled.nav-list a:hover{
color: #fff;
}

ul.list-unstyled.nav-list li{
margin-bottom:15px;
}

ul.list-unstyled.nav-list li i{
margin-right: 5px;
}

#footer a, #footer a:hover{
color:#fff;
	text-decoration: none;
}

.app-store-con {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 200px;
padding-right: 0px;
padding-left: 0px;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
position: fixed;
right: 0;
bottom: 0;
width: 350px;
z-index: 9999;
}
	.app-img{
		padding: 0px 0px 0px 40px;
	}
	.app-store-con img {
vertical-align: middle;
display: inline-block;
max-width: 100%;
border-radius: 6px;
}
	
	.app-store-wrapper {
display: -ms-grid;
display: grid;
padding-right: 20px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1.75fr 1fr;
grid-template-columns: 1.75fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.app-link {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
display: block;
}
	.app-link + .app-link {
margin-bottom: 10px;
}


/******* SINGLE **********/


.post-navigation a.btn.btn-lg{
font-size: 0.5rem;
letter-spacing: .5px;
}

.post-navigation a.btn.btn-lg:hover{
text-decoration: none;
}

.card {
background-color: #fafafa;
border: 1px solid rgba(0,0,0,.1);
-webkit-box-shadow: 1px 1px 15px 1px rgba(0,0,0,.2);
box-shadow: 1px 1px 15px 1px rgba(0,0,0,.2);
}

.card-header a, .card-header a:hover, .card-header a:visited{
	color: #323335;
}

.card h2.card-title{
font-family: 'Raleway', sans-serif;
font-weight: 700;
margin-top: 0;
min-height: 50px;
margin-bottom: 0px;
	
font-size: 16px;
}

.subAbout .card h2.card-title{
		line-height: 75px;
	font-size: 20px;
}

.card h2 a{
	color:#142247;
}
.card h2 a:hover{
text-decoration: none;
}


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.patientTop{
	background-image: url('img/about-top.jpg');
background-repeat: no-repeat;
background-size: 36%;
background-position: right bottom;
padding-top: 200px;
	padding-bottom: 150px;
}
.aboutTop{
background-image: url('img/mob-top.png');
background-repeat: no-repeat;
background-size: 50%;
background-position: right bottom;
padding-top: 200px;
padding-bottom: 100px;
}


.page-template-page-about .aboutTop{
background-position: 110% 100%;
}

.patientTop .form-control{
	border-top: none;
border-left: none;
border-right: none;
border-radius: 0px;
	font-size: .75rem;
	padding: .375rem .75rem .375rem 0rem;
}

.patientTop label{
display: none;
}


.aboutMid, .patientMid{
padding-top: 100px;
	padding-bottom: 100px;
	color:#fff;
	background-color: #152047;
}
.aboutMid h2, .patientMid h2{
	color:#fff;
}

.about-list li{
	padding:10px 10px 10px 40px;
}
.about-list li::before{
position: absolute;
left: 18px;
font-family: "Font Awesome 6 Pro";
font-weight: 100;
content: "\f00c";
font-size: 1.25em;
line-height: 1.2em;
}

p.sub-title{
	text-transform: uppercase;
font-size: .75rem;
letter-spacing: 2px;
font-weight: 600;
}


.provTop{
	background-image: url('img/prov-top.png');
background-repeat: no-repeat;
background-size: 36%;
background-position: right bottom;
padding-top: 200px;
	padding-bottom: 150px;
	background-color: #ecf2fe;
}

.provBot h2{
	font-size: 50px;
}

.subAbout iframe{
	margin-bottom:15px;
}

		.appBar {
background-color: #111;
color: #fff;
padding-top: 10px;
padding-bottom: 8px;
font-size: 12px;
letter-spacing: 1px;
border-bottom: none;
font-weight: 400;
}
		.appBar a, .appBar a:hover{color:#fff;text-decoration: none;}
.appBar p{margin:0px;}


ul.sideList{
	background-color: #eee;padding:10px 20px;border:1px solid #bbb;
}
ul.sideList li{
	margin-bottom: 10px;border-bottom: 1px solid #bbb;padding-bottom: 10px;
}