@charset "UTF-8";@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');@import url('https://fonts.googleapis.com/css?family=PT+Sans:300,400,500,600,700');
/***!  /templates/steven/css/template.css  !***/




body {
	-webkit-text-size-adjust: 100%;
	/* font-family: 'PT Sans', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	background: url(https://www.drstevenshlonsky.com/templates/steven/img/body-bg.png) left 30px repeat-x;
	}

body.pages {
	background: url(https://www.drstevenshlonsky.com/templates/steven/img/body-bg-pages.png) left 30px repeat-x;
	}

p {margin: 10px 0;}

.clr, .clear, .cleared { clear: both; }
/* Top Banner*/ 
.notice a {
    color: #fff;
	}

.notice {
    text-align: center;
    min-height: 20px;
    background-color: #cf000a;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    padding: 10px 2%;
	width: 96%;
	}


.header-social {
    margin-top: 4px !important;
}

.topsocial {
  	display: flex;
    justify-content: end;
	}

.socio {
	margin: 0 0 2px 6px;	
	}

span.toptext {
	font-size: 16px;
    font-weight: 600;
    padding: 3px 0 0 0;
    display: inline-block;
}

.maincontainer {
	margin: 0 auto;
}


.inner-container {
    	display: inline-block;
    	max-width: 1300px;
    	width: 100%;
	margin: 0 auto !Important;

}

#maincontainer {
	width: 100%;
    max-width: 1300px;
    width: 100%;
	margin: 0 auto !Important;
	}

.l1 {
	background: url(https://www.drstevenshlonsky.com/templates/steven/img/l1.jpg) center top no-repeat;
	text-align: center;
	position: relative;
	width: 100%;
	height: 162px;
	margin-top: 30px;
	}

.contact {     
  	float: left;
    color: #fff;
    width: 25%;
    padding-top: 15px;
    text-align: left;
    padding-left: 20px;
    font-size: 22px;
	}

.logo {
	width: 50%; 
    display: inline-block;
    vertical-align: middle;
	text-align: center;
    float: left;
    -webkit-transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out;
	}

.logo img { max-width: 521px; width: 100%; }

.phone { color: #fff; width: 20%; float: right; text-align: right; padding-top: 0; padding-right: 20px; }
.phone strong { display: block; font-size: 2em; font-weight: normal; color: #ff0c0c;}
.phone i { color: #000; margin: 5px 5px 0 0; }

.fb-like , .fb-like span , .fb-like span iframe {width:72px !important;}

.fa.fa-navicon { 
  	color: #fff;
  	display: none;
	}

.topmenu {
    display: block;
	width: 100%;
    height: 48px;
	}

.topmenu ul {
    width: 100%;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
	}

.topmenu ul li {
    display: inline-block;
    padding: 0 1%;
	font-size: 1.1em;
	}

.topmenu ul li a { color: #fff; text-decoration: none; padding-bottom: 3px; text-transform: uppercase; text-shadow: 1px 1px 0 #000; border-bottom: 3px solid transparent; }
.topmenu ul li a:hover { color: #bddefd; border-bottom: 3px solid #f6d348; }

.mobile-nav { 
	display: none; 
	color: #fff; 
	font-size: 1.5em; 
	margin: 0 auto 0 auto; 
	cursor: pointer; 
	padding: 5px 10px;
	text-align: center;
    height: 40px;
	color: #fff; 
	text-decoration: none; 
	text-transform: uppercase; 
	text-shadow: 1px 1px 0 #000;
	font-size: 2em;
	}

.mobile-nav a { color: #fff; }

#second {margin: 0; width: 100%; float: left; margin-top: 20px;}

#one {float: left; width: 48%;padding-right:10px;margin-bottom: 20px;}

#two {width: 48%; float: right; margin-bottom: 20px;}

#secondpe {margin: 0; width: 60%; float: none; display: inline-block; position: relative;}

#onepe {float: left; width: 40%;margin-bottom: 0px;}

#twope {margin-bottom: 0px;}

#address {float: left; width: 50%;}
#week {float: left; width: 20%;}
#hours {float:left;width: 30%;}

p img {max-width:100%;height:auto;}

.itemToolbar {display:none;}

.latestItemsCategory a, .content-pages h2, .latestItemTitle {
    color: #c90101;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px 0 20px 0;
    padding-top: 12px;
    text-decoration: none;
	}

.k2FeedIcon {
    padding: 23px 8px;
    float: right;
	}

@media (max-width: 1200px) { 
	.logo { width: 40%; margin-top: 20px; }
	.logo img { max-width: 300px; width: 100%; }
	.phone { width: 30%; }
    #one {float: left; width: 58%; padding-right:10px;}
    #two {width: 40%; float: right; margin-bottom: 20px;}
}

@media (max-width: 1100px) { 
    #secondpe {margin: 0; width: 55%; float: none; display: inline-block; position: relative;}
    #onepe {float: left; width: 50%;margin-bottom: 0px;}
    #twope {margin-bottom: 0px;}
}

@media (max-width: 1000px) { 

	body { background: none; }
	.topmenu { }
	.topmenu ul li { font-size: .95em; }
	.logo { width: 40%; margin-top: 20px; }
	.logo img { max-width: 321px; width: 100%; }
	.phone { width: 30%; }
}

@media (max-width: 950px) {
  
#secondpe {margin: 0; width: 42%; float: none; display: inline-block; position: relative;}
#onepe {float: left; width: 100%;margin-bottom: 0px;}
#twope {margin-bottom: 0px;    float: left;}
}

@media (max-width: 900px) { 
	.phone strong { font-size: 1.5em; }
	.phone { width: 25%; }
	.logo { width: 42%; margin-top: 20px; }
	.logo img { max-width: 221px; width: 100%; }
  	.contact {
    	padding-top: 25px;
   		font-size: 15px;
	}
}

@media (max-width: 800px) {
.topmenu ul li {
	font-size: .9em;
  	}
}

@media only screen and (max-width: 768px) {

  #one {float: left; width: 100%;padding-right:10px;}
  #two {width: 100%; float: right; margin-bottom: 20px;}
  #address {float: left; width: 100%;}
  #week {float: left; width: 40%;margin:20px 0;}
  #hours {float:left;width: 60%;margin:20px 0;}
  
}

@media (max-width: 741px) { 
  p img.pe {float:none!important;text-align:center;}
}


@media (max-width: 700px) { 
	.phone strong { font-size: 1.3em; }
	.topmenu ul li { font-size: .9em; padding: 0 .5%; } 
}



@media (max-width: 640px) { 
	.topmenu { display: none; position: absolute; z-index: 777; margin-top: 38px; }
	.topmenu li { width: 100%; padding: 7px 0 !important; background: url(https://www.drstevenshlonsky.com/templates/steven/img/white-point.png); }
	.topmenu li a { font-size: 1.3em; }
	.mobile-nav { display: block; }
    #onepe, #secondpe, #twope{width: 100%;}
	.contact { font-size: .8em; width: 25%; }
	.logo { width: 38%; }
	.logo img { max-width: 240px; width: 100%; }
	.phone { width: 28%; }
	.phone { font-size: .8em; }
}

@media (max-width: 630px) { 
	.logo { margin: 10px auto 0 ; width: 100%; }
	.logo img { max-width: 300px; }
	.contact { position: absolute; left: 1%; width: 40%; margin-top: 55px; }
	.phone { position: absolute; right: 1%; width: 40%; margin-top: 60px; }
	.l1 {height: 185px;	background-size: cover;}
	.header-social {right: 7%;}
}

/* @media (max-width: 480px) { 
	.logo { margin: 0; width: 100%; }
	.logo img { max-width: 300px; }
	.contact { position: absolute; left: 1%; width: 40%; margin-top: 40px; }
	.phone { position: absolute; right: 1%; width: 40%; margin-top: 40px; }
} */

@media (max-width: 370px) { 
	.logo { margin-top: 5px; }
	.contact, .phone { font-size: .6em; }
	.contact {margin-top: 45px;}
}

.slider-section { 
	background: url(https://www.drstevenshlonsky.com/templates/steven/img/slider-bg.png) center bottom no-repeat;
}
.home-slider { max-width: 1300px; }

.home-slider .item { width: 100%; max-width: 500px; position: absolute; font-size: 2em; color: #000; margin: 5% 0 0 5%; }
.home-slider .item strong { display: block; }
.home-slider .item em { color: #de0000; font-size: 1.2em; margin: 5px 0 0 0px; }


@media (max-width: 700px) { .home-slider .item { font-size: 1.3em; } }
@media (max-width: 480px) { .home-slider .item { font-size: 1em; } }
@media (max-width: 320px) { .home-slider { display: none; } }


.home { max-width: 1300px; margin: 0 auto; color: #454545; font-size: 1.2em; }
.home .col { float: left; }
.home .col-1 { width: 50%; padding: 0 1% 0 1%; }
.home .col-2 { width: 20%; }
.home .col-3 { width: 19%; padding: 0 1% 0 2%;}

.home .col-l { width: 67%; float: left; }
.home .col-r { width: 28%; margin-left: 1%; float: right; color: #000; border: 0px solid red; margin-top: 42px; }
.home .col-r ul li { white-space: nowrap; padding: 0 0 0 10px; background: url(https://www.drstevenshlonsky.com/templates/steven/img/serv-li.png) left 9px no-repeat; margin: 7px 0; }
.home .col-r ul li a { color: #000; text-decoration: none; }
.home .col-r ul li a:hover { color: #101010; text-decoration: underline; }

.home .col-2 .inner { padding: 0 2% 0 5%; border-left: 1px solid #dadada; border-right: 1px solid #dadada; }

.feat-blog {
    width: 67%;
    float: left;
}

.home p { display: block; margin: 14px 0; }
.home ul { list-style: none; margin: 5px 0 0 10px; }
.home ul li { margin: 2px 0; }
.home span { color: #de0000; }
.home strong { color: #292929; font-weight: 600; }

.home { margin-top: 20px; }
.home h1 { color: #c90101; font-size: 1.4em; font-weight: 600; margin: 0 0 0px 0; }
.home .fa { 
	background: #d6d4d1; 
	color: #0e5b9c; 
	font-size: .8em; 
	width: 25px; 
	height: 25px; 
	line-height: 25px; 
	text-align: center; 
	margin: 0 6px 0 0; 
	
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;

	background-size: 25px !important;
}

.home .button {
	background: #256eac;
	color: #fff;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	width: 100px;
	text-align: center;
	padding: 7px 12px;
	font-size: 1em;
	margin: 20px auto 10px auto;
}

.home .button:hover { background: #195b93; }

.home .fa img { max-width: 25px; }


/******** footer ******/
.footer { background: #363636; color: #b8b5b5; text-align: center; padding: 30px 0; }
.footer a { color: #b8b5b5; }

@media (max-width: 1500px) { .home h1 { font-size: 1.3em;  } }
@media (max-width: 1400px) { .home h1 { font-size: 1.2em;  } }
@media (max-width: 1300px) { .home h1 { font-size: 1.1em;  } }

@media (max-width: 1100px) { 
	.home h1 { font-size: 1em; }
	.home { font-size: 1em; }
}


@media (max-width: 900px) { 
	.home .col-l { width: 63%; float: left; }
	.home .col-r { width: 33%; }
	.home .col-2 { width: 21%; }
	.home .col-3 { width: 18%; }
}

@media (max-width: 850px) { 
	.home { font-size: .75em; }
	.home h1 { font-size: 1.2em; }
	.home .fa { 	
		font-size: .7em; 
		width: 15px; 
		height: 15px; 
		line-height: 15px; 
	}

	.home .fa img { max-width: 14px; max-height: 14px; }

	.footer { padding: 15px 0; font-size: .8em; }

}


@media (max-width: 640px) {
	.home h1 { font-size: 1.4em; }
	.home .col { 
		float: none; 
		width: 90% !important; 
		margin: 0 auto; 
		font-size: 1.1em; 
		margin-bottom: 20px; 
		border: 0 !important; 
        	border-bottom: 1px solid #dadada !Important;
	}
	
	.home .col .inner { border: 0; }

	.home .col-l { width: 90%; float: none; border: 0px solid red !important; margin-bottom: 0; }
	.home .col-r { width: 90%; float: none; border: 0px solid red !important; margin-top: -50px; }
	.header-social { position: absolute; right: 2%; }
	.home .button { margin: 0 0 10px 0; }
  	.header-social {
    	margin-top: 0px !important;
	}
}

@media (max-width: 520px) {
.header-social { margin-top: 3px !important ;}

span.toptext {
    font-size: 12px;
	}
}

@media (max-width: 370px) {

	.header-social { border: 0px solid red; right: 1%; width: 150px; }

/*
	.header-social .twitter-follow-button { position: absolute !Important; }
	.header-social .fb-like { 		position: absolute; margin: -30px 10px 0 -50px !Important; border: 1px solid red !important; }
*/

}

/********** rightcolumn *********/
#rightcolumn .blog {  }
#rightcolumn .blog h3 { color: #c90101; font-size: 1.5em; font-weight: 600; margin: 0 0 0px 0; }
#rightcolumn .rmod { margin: 0 0 20px 0; background: #f5f5f5; border: 1px solid #e3e3e3; padding: 10px; }

#rightcolumn ul { margin: 20px 0 0 10px; list-style: none; }
#rightcolumn ul li { white-space: nowrap; padding: 0 0 0 10px; background: url(https://www.drstevenshlonsky.com/templates/steven/img/serv-li.png) left 9px no-repeat; margin: 4px 0; }


.b-footer { 
	background: #e2edf7;
	text-align: center;
	padding: 20px 0;
	text-align: center;
}

.b-footer table { float: left !important; clear: none !important;}

.b-inner { max-width: 390px; margin: 0 auto; }
.f-banner { display: block; float: left; }
.f-banner img { max-height: 85px !important; margin-top: 10px; padding-left: 5px; }

.connect-wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
	}

.b-inner h1 { color: #c90101; font-size: 1.5em; font-weight: 600; margin: 0 0 0px 0; }
.b-inner .fa { 
	background: #d6d4d1; 
	color: #0e5b9c; 
	font-size: .8em; 
	width: 25px; 
	height: 25px; 
	line-height: 25px; 
	text-align: center; 
	margin: 0 6px 0 0; 
	
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;

	background-size: 25px !important;
}


.latestItemView {margin-bottom:35px;}

.latestItemsCategory a, .content-pages h2, .latestItemTitle {
    color: #c90101;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 20px 0;}

.latestItemsCategory a .fa {
    background: #d6d4d1;
    color: #0e5b9c;
    font-size: .8em;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*accesible*/
div.ofc-ada-screen-reader {
    text-align: right;
    font-size: 13px;
    height: 30px;
    background-color: #eef1f5;
    box-shadow: inset 0 0.5px 2px 0 rgba(0,0,0,0.1);
    line-height: 30px;
    position: relative;
    padding-right: 210px;
    z-index: 99999;
}

span.ofc-ada-description {
    color: #3e3e40;
    padding-right: 16px;
}

span.ofc-ada-button {
    background-image: linear-gradient(to bottom,#f8fbff,#dddfe3);
    border: solid .5px #c2c6cc;
    text-align: center;
    color: #313233;
    line-height: 10px!important;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

span.ofc-ada-button a {
    line-height: 28px;
    padding: 0 20px 0 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #de7341;
}

span.ofc-ada-button a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 19px;
    width: 15px;
    height: 20px;
    background: url(https://www.drstevenshlonsky.com/templates/steven/images/acce.png) no-repeat center;
    background-size: 100% auto;
}

#templateswitcher {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    span.ofc-ada-description {
        display: none;
    }

    span.ofc-ada-button {
        width: 100%;
    }
}


.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}

