/*
Theme Name: Hurstville Medical Specialists
Description: A custom wordpress theme
Author: Quicklicks
Author URI: http://www.quicklicks.com.au/
Version: 1.0
*/


/* ==========================================================================
   NORMALIZE: DEFAULT STYLES 
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */

html{
    font-size: 1em;
    line-height: 1.4;
}

body{
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	position: relative;
	word-wrap: break-word;
}

body a{
	color: #66cccc;
	text-decoration: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	opacity: 1;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

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

.mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.holder{
	max-width: 1170px;
	margin: auto;
}
img{
	max-width: 100% !important;
	height: auto !important;
}
.btn1{
	display: inline-block;
	background: none #f26522;
	border: 2px solid #f26522;
	color: #fffefe;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 27px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn2{
	display: inline-block;
	background: none transparent;
	border: 2px solid #f26522;
	color: #f26522;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 27px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
#header{
	background: none transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
	#header .header1{
		font-weight: 300;
		font-size: 16px;
		padding: 15px 0 16px 0;
	}
		#header .header1 .widgettitle{
			display: none;
		}
		#header .header1 p{
			margin: 0;
		}
		#header .header1 a{
			color: #66a1a7;
		}
		#header .header1 .widget .left{
			float: left;
			padding-left: 30px;
		}
		#header .header1 .widget .right{
			float: right;
			padding-right: 30px;
		}
		#header .header1 .widget .icon-address{
			display: inline-block;
			background: url('img/header-icon-address.png') no-repeat 0 2px;
			min-height: 23px;
			padding-left: 25px;
			padding-top: 3px;
		}
		#header .header1 .widget .icon-email{
			background: url('img/header-icon-email.png') no-repeat 0 0;
			display: inline-block;
			min-height: 23px;
			padding-left: 30px;
			padding-top: 1px;
		}
		#header .header1 .widget .icon-tel{
			font-size: 20px;
			display: inline-block;
			background: url('img/header-icon-phone.png') no-repeat 0 0;
			min-height: 24px;
			padding-left: 25px;
			margin-left: 24px;
		}
	#header .header2{
	}
		#header .header2 .holder{
			position: relative;
			background: none #fff;
		}
		#header .header2 #logo{
			float: left;
			padding: 18px 20px 20px 36px;
		}
		#header .header2 #topnav{
			float: right;
			padding-right: 80px;
		}
		#header .header2 #icon-search{
			cursor: pointer;
			display: block;
			width: 18px;
			height: 17px;
			background: url('img/header-icon-search.png') no-repeat;
			position: absolute;
			top: 45px;
			right: 33px;
		}
		#header .header2 #searchbox{
			background: #52d2df none repeat scroll 0 0;
			display: none;
			padding: 10px;
			position: absolute;
			right: 60px;
			top: 29px;
			width: auto;
			z-index: 9999;
		}
			#header .header2 #searchbox input[type="text"],
			#header .header2 #searchbox input[type="search"]{
				width: 160px !important;
				border: 1px solid #cccccc;
				padding: 4px !important;
				font-size: 15px;
			}
			#header .header2 #searchbox input[type="submit"]{
				background: #f26522 none repeat scroll 0 0;
				border: 1px solid #f26522;
				border-radius: 4px;
				color: #fffefe;
				font-size: 15px;
				padding: 4px 8px;
				width: 36px !important;
			}
			
	
	
/* ==========================================================================
   TOPSLIDER STYLES
   ========================================================================== */
#topslider{
	position: relative;
}
	#topslider .slide-item{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
		height: 750px;
	}
		#topslider .slider-arrows{
			width: 100%;
			position: absolute;
			top: 47%;
			left: 0;
			z-index: 999;
		}
		#topslider .slider-arrows .holder{
			position: relative;
		}
		#topslider .slide-prev{
			border: none;
			background: url('img/slider-icon-prev.png') no-repeat;
			cursor: pointer;
			width: 68px;
			height: 68px;
			text-indent: -9999px;
			position: absolute;
			top: 0;
			left: -90px;
			z-index: 999;
		}
		#topslider .slide-next{
			border: none;
			background: url('img/slider-icon-next.png') no-repeat;
			cursor: pointer;
			width: 68px;
			height: 68px;
			text-indent: -9999px;
			position: absolute;
			top: 0;
			right: -90px;
			z-index: 999;
		}
		#topslider ul.slick-dots{
			margin: 0;
			padding: 0;
			position: absolute;
			bottom: 24px;
			left: 0;
			width: 100%;
			text-align: center;
		}
			#topslider ul.slick-dots li{
				display: inline-block;
				list-style-type: none;
				padding: 0 7px;
			}
			#topslider ul.slick-dots li button{
				display: block;
				border: none;
				background: url('img/slider-dot-default.png') no-repeat;
				width: 14px;
				height: 14px;
				text-indent: -9999px;
			}
			#topslider ul.slick-dots li.slick-active button{
				background: url('img/slider-dot-active.png') no-repeat;
			}
		#topslider .slide-item .slide-text{
		}
		#topslider .slide-item .slide-text-holder{
			max-width: 1140px;
			margin: auto;
			position: relative;
			padding-top: 290px;
		}
			#topslider .slide-item .slide-text-holder > *{
				max-width: 560px;
			}
			#topslider .slide-item .slide-text h2{
				margin: 0;
				font-size: 54px;
				font-weight: 300;
				line-height: 50px;
				padding-bottom: 12px;
			}
				#topslider .slide-item .slide-text h2 strong{
					font-weight: bold;
				}
			#topslider .slide-item .slide-text p{
				margin: 0;
				padding-bottom: 20px;
				font-size: 20px;
				font-weight: normal;
				line-height: 120%;
			}
			#topslider .slide-item .slide-text .btn1{
				margin-right: 6px;
			}

	
	
	
/* ==========================================================================
   TOPBANNER STYLES
   ========================================================================== */
#topbanner{
	background: url('img/banner-general.jpg') no-repeat top center;
	background-size: cover;
	height: 424px;
	position: relative;
}
#toptitle{
	background: url('img/title-bg.png') repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
	#toptitle h1{
		margin: 0;
		padding: 16px 0;
		font-size: 32px;
		font-weight: 300;
		line-height: 100%;
		text-transform: uppercase;
	}
	
	

			
/* ==========================================================================
   HOME STYLES
   ========================================================================== */
#main.home{
	padding: 45px 0 0 0;
}
	#main.home #welcome-text{
	}
		#main.home #welcome-text h1{
			font-size: 34px;
			font-weight: 300;
			line-height: 100%;
			margin-bottom: 20px;
		}
			#main.home #welcome-text h1 strong{
				font-weight: 500;
			}
		#main.home #welcome-text p{
		}
		#main.home #welcome-text .hr-with-icon{
			background: url('img/hr.png') no-repeat top center;
			border: none;
			height: 14px;
			width: auto;
			margin: 3em;
		}
	#main.home #fivecols{
		padding-top: 12px;
		font-size: 15px;
		padding-bottom: 45px;
	}
		#main.home #fivecols h2{
			font-weight: 300;
			font-size: 32px;
			padding-bottom: 20px;
		}
		#main.home #fivecols .vc_col-sm-1{
			display: none;
		}
		#main.home #fivecols .vc_col-sm-2{
			width: 20%;
		}
			#main.home #fivecols .vc_col-sm-2 p{
				line-height: 130%;
				padding: 0 10px;
			}
			#main.home #fivecols .vc_col-sm-2 img{
			}
			#main.home #fivecols .btn1{
				padding-left: 35px;
				padding-right: 35px;
				margin-top: 10px;
			}
	#main.home #our-specialists-title{
		background: none #f9f9f9;
		padding-top: 52px;
		padding-bottom: 5px;
	}
		#main.home #our-specialists-title h2{
			font-size: 32px;
			font-weight: 300;
		}
	#main.home #our-specialists{
		background: none #f9f9f9;
		position: relative;
		font-size: 14px;
		padding-bottom: 30px;
	}
		#main.home #our-specialists .slick-prev{
			background: url('img/carousel-prev.png') no-repeat;
			border: none;
			width: 27px;
			height: 42px;
			text-indent: -9999px;
			position: absolute;
			left: -25px;
			top: 110px;
			z-index: 999;
		}
		#main.home #our-specialists .slick-next{
			background: url('img/carousel-next.png') no-repeat;
			border: none;
			width: 27px;
			height: 42px;
			text-indent: -9999px;
			position: absolute;
			right: -25px;
			top: 110px;
			z-index: 999;
		}
		#main.home #our-specialists .vc_row{
			text-align: center;
		}
		#main.home #our-specialists .vc_row h3{
			font-size: 18px;
			font-weight: 500;
			padding: 0 15px;
		}
		#main.home #our-specialists .vc_row h3 strong{
			font-weight: 500;
		}
		#main.home #our-specialists .vc_row p{
			font-size: 15px;
			padding: 0 10px;
			line-height: 130%;
		}
		#main.home #our-specialists .vc_row img{
			display: block;
			margin: auto;
		}




/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
#main{
	padding: 60px 0;
	line-height: 25px;
	font-size: 15px; 
	min-height: 100px;
}
	#main a:hover{
		text-decoration: underline;
	}
	#main img{
		max-width: 100% !important;
		height: auto !important;
	}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
		color: #000;
		font-weight: 300;
		line-height: 1.2em;
		margin: 0 0 0.4em 0;
	}
	#main h1{
		font-size: 34px;
	}
	#main h2{
		font-size: 30px;
	}
	#main h3{
		font-size: 26px;
	}
	#main h4{
		font-size: 24px;
	}
	#main h5{
		font-size: 20px;
	}
	#main h6{
		font-size: 18px;
	}
	#main dl, #main ol, #main p, #main ul{
		margin: 0 0 1.6em;
		font-size: 16px;
	}
	#main ul{
		padding: 0 0 0 17px;
	}
		#main ul li{
			padding-bottom: 1.5em;
		}
		#main ul li:last-child{
			padding-bottom: 0;
		}
		
	#main #contact-info{
	}
		#main #contact-info p{
			padding-right: 15px;
		}
		#main #contact-info p strong{
			font-weight: 500;
			font-size: 18px;
		}
		#main #contact-info p a{
			color: #333;
		}
		#main #contact-info hr{
			margin: 1.8em 0 2.6em 0;
		}
		#main #contact-info .block-address{
			width: 34%;
			float: left;
		}
		#main #contact-info .block-email{
			width: 29%;
			float: left;
		}
		#main #contact-info .block-tel{
			width: 12.33%;
			float: left;
		}
		#main #contact-info .block-mob{
			width: 12.33%;
			float: left;
		}
		#main #contact-info .block-fax{
			width: 12.33%;
			float: left;
		}
	#main #contact-form{
	}
		#main #contact-form .col-left{
			float: left;
			width: 47.5%;
		}
		#main #contact-form .col-right{
			float: right;
			width: 47.5%;
		}
		#main #contact-form p{
			margin: 0;
			padding-bottom: 16px;
		}
		#main #contact-form label{
			display: block;
			padding-bottom: 3px;
		}
		#main #contact-form input[type="text"],
		#main #contact-form input[type="tel"],
		#main #contact-form input[type="email"],
		#main #contact-form textarea{
			display: block;
			border: 1px solid #cccccc;
			padding: 7px 3%;
			width: 94%;
		}
		#main #contact-form .col-left{
		}
		#main #contact-form textarea{
			height: 185px;
			padding: 7px 1.5%;
			width: 96%;
		}
		#main #contact-form input[type="submit"]{
			border: none;
			float: left;
			display: inline-block;
			background: none #f26522;
			border: 2px solid #f26522;
			color: #fffefe;
			font-size: 15px;
			font-weight: normal;
			padding: 10px 40px;
			margin-top: 8px;
			text-transform: uppercase;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
	#main #google-map{
	}
		#main #google-map .wpb_content_element{
			margin: 0;
			padding-bottom: 22px;
		}
		#main #google-map .wpb_gmaps_widget .wpb_wrapper{
			padding: 0;
			background: none transparent;
		}
		#main #google-map .wpb_gmaps_widget iframe{
			width: 100% !important;
			height: 440px !important;
 		}
	#main #contact-info.locations hr{
		margin-top: 3px;
	}
		
		
		
	/*** Blog ****/
	#main.blog{
	}
		#main.blog #maincontent{
			width: 74%;
			float: left;
		}
			#main.blog #maincontent .blogitem{
				border-bottom: 1px solid #ccc;
				padding-bottom: 17px;
			}
			.single #main.blog #maincontent .blogitem{
				border-bottom: none;
			}
				#main.blog #maincontent .blogitem .featuredimg{
					float: right;
					width: 153px;
					border: 1px solid #e6e6e6;
					margin: 45px 0 30px 30px;
					padding: 5px;
				}
				.single #main.blog #maincontent .blogitem .featuredimg,
				.single #main.blog #maincontent .blogitem:first-child .featuredimg{
					width: 358px;
					border: 5px solid #ebebeb;
					padding: 0;
					margin-top: 10px;
				}
				#main.blog #maincontent .blogitem:first-child .featuredimg{
					margin-top: 0;
				}
					#main.blog #maincontent .blogitem .featuredimg img{
						display: block;
						width: 100% !important;
						height: auto !important;
					}
				#main.blog #maincontent .blogitem .blogtitle{
					font-size: 26px;
					line-height: 120%;
					margin: 0;
					padding-bottom: 6px;
					padding-top: 32px;
					text-transform: uppercase;
				}
				#main.blog #maincontent .blogitem:first-child .blogtitle{
					padding-top: 0;
				}
					#main #maincontent .blogitem .blogtitle a:hover{
						text-decoration: underline;
					}
				#main.blog #maincontent .blogitem .meta{
					color: #c3c3c3;
					font-size: 14px;
					padding-bottom: 3px;
				}
				#main #maincontent .blogitem .blogexcerpt{
					font-size: 18px;
				}
					#main #maincontent .blogitem .blogexcerpt p{
						margin-bottom: 15px;
					}
			#main.blog #maincontent .postsnavigation{
				padding-top: 42px;
				padding-bottom: 45px;
				text-align: right;
			}
				#main.blog #maincontent .postsnavigation .pages{
					display: none !important;
				}
				#main.blog #maincontent .postsnavigation .wp-pagenavi a{
					background: none #0dabcf;
					border: none;
					color: #fff;
					font-weight: bold;
					padding: 8px 18px;
					margin: 0 0 0 10px;
				}
				#main.blog #maincontent .postsnavigation .wp-pagenavi span,
				#main.blog #maincontent .postsnavigation .wp-pagenavi a:hover{
					text-decoration: none;
					background: none #ff3333;
					border: none;
					color: #fff;
					font-weight: bold;
					padding: 8px 18px;
					margin: 0 0 0 10px;
				}
		#main.blog #sidebar{
			padding-top: 30px;
			width: 23%;
			float: right;
		}
			#main.blog #sidebar .widget{
				padding-bottom: 40px;
			}
			#main.blog #sidebar .widget:last-child{
				padding-bottom: 0;
			}
			#main.blog #sidebar .widgettitle{
				font-size: 22px;
				color: #333;
				border-bottom: 1px solid #e8e8e8;
				margin: 0;
				line-height: 120%;
				padding: 0px 10px 9px;
				text-transform: uppercase;
			}
			#main.blog #sidebar ul{
				margin: 0;
				padding: 0;
			}
				#main.blog #sidebar ul li{
					font-size: 15px;
					border-bottom: 1px solid #e8e8e8;
					list-style-type: none;
					padding: 10px;
				}



	
/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
#footer{
	color: #909299;
	background: none #363636;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 43px;
	padding-bottom: 55px;
}
	#footer a{
		color: #909299;
	}
	#footer a:hover{
		opacity: 0.8;
	}
	#footer .footer-left{
		float: left;
	}
		#footer .footer-left .footer-logo{
			float: left;
			padding-right: 30px;
		}
			#footer .footer-left .footer-logo p{
				margin: 0;
			}
		#footer .footer-left .footer-copyright{
			float: left;
			padding-top: 35px;
		}
			#footer .footer-left .footer-copyright p{
				margin: 0;
			}
	#footer .footer-right{
		float: right;
	}
		#footer .footer-right .widgettitle{
			display: none;
		}
		#footer .footer-right .footer-socials{
			padding-top: 30px;
		}
		#footer .footer-right .footer-socials p{
			margin: 0;
		}
		#footer .footer-right .footer-socials p img{
			margin-left: 2px;
		}


	
/* ==========================================================================
   SUPERFISH STYLES
   ========================================================================== */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
	background: #fff;
}
.sf-menu > li {
	list-style-type: none;
	line-height: 100%;
	float: left;
}
.sf-menu li > ul{
	display: block;
	margin: 0;
	padding: 0;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu {
	line-height: 100%;
	text-align: center;
	padding: 0;
}
.sf-menu .sub-menu{
	display: none;
}
.sf-menu ul {
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	font-weight: 500;
	font-size: 17px;
	color: #000;
	padding: 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	background: none transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li {
	margin: 0;
	padding: 0 16px;
	position: relative;
}
.sf-menu > li  > a{
	display: block;
	border-top: 5px solid transparent;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 39px 2px 41px 2px;
	line-height: 100%;
	position: relative;
	height: 18px;
}
.sf-menu > li:first-child{
	padding-left: 0;
}
	.sf-menu > li:first-child a{
	}
.sf-menu > li:last-child{
	padding-right: 0;
}
	.sf-menu > li:last-child a{
		margin-right: 0;
	}
.sf-menu > li  > a:hover,
.sf-menu > li:hover  > a,
.sf-menu > li.sfHover  > a,
.sf-menu > li.current-menu-item  > a,
.sf-menu > li.current-page-ancestor  > a,
.sf-menu > li.current_page_parent > a{
	color: #52d2df;
	border-top: solid 5px #52d2df;
}
.sf-menu ul li {
	border: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li li a{
	border-bottom: 1px solid #eee;
    padding: 10px 30px 10px 18px !important;
    text-align: left;
	color: #000 !important;
	-webkit-transition: color 0s ease-in 0s;
    -moz-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}
.sf-menu li li a:hover,
.sf-menu li.current-menu-item > a:hover{
	text-decoration: none;
}
.sf-menu li li a:hover{
	background: none #52d2df;
}
.sf-menu li li:last-child a{
	border-bottom: none;
}




	
/* ==========================================================================
   MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media only screen 
and (min-width : 1171px) {
	.mobile-nav-icon, #mobile-menu-container, #mobile-nav{
		display: none !important;
	}
	#main-nav{
		display: block !important;
	}
}

@media only screen 
and (max-width : 1360px) {
	#topslider .slide-next{
		background-size: contain;
		width: 38px;
		height: 38px;
		right: -28px;
	}
	#topslider .slide-prev{
		background-size: contain;
		height: 38px;
		left: -28px;
		width: 38px;
	}
}

@media only screen 
and (max-width : 1240px) {
	#topslider .slide-item .slide-text-holder{
		max-width: 1080px;
	}
	#topslider .slide-prev{
		left: 2px;
	}
	#topslider .slide-next{
		right: 2px;
	}
}

@media only screen 
and (max-width : 1170px) {
	body{
		overflow-x: hidden;
	}
	button, input[type="text"], input[type="email"], select, textarea{
		max-width: 100%;
		width: 100%;
	}
	.holder{
		width: 95% !important;
		margin: auto !important;
	}
	
	.mobile-nav-icon {
		background: rgba(0, 0, 0, 0) url("img/nav-icon.png") no-repeat scroll 0 0;
		cursor: pointer;
		display: block;
		height: 34px;
		margin: 0;
		position: absolute;
		right: 2.5%;
		top: 95px;
		width: 44px;
		z-index: 9999;
	}
	#mobile-menu-container{
		background: #b0dfe5 none repeat scroll 0 0;
		display: none;
		position: absolute;
		right: 2.5%;
		top: 145px;
		width: auto;
		min-width: 200px;
		z-index: 9999;
	}
		#mobile-menu-container ul#mobile-nav{
			background: none #fff;
			padding: 0;
		}
		#mobile-menu-container ul{
			margin: 0;
			padding: 0;
		}
			#mobile-menu-container ul li{
				list-style-type: none;
				border-bottom: 1px solid #ccc;
			}
			#mobile-menu-container ul li li{
				border-bottom: none;
			}
			#mobile-menu-container ul li ul{
				display: none;
				padding-bottom: 20px;
				margin-top: 0;
			}
			#mobile-menu-container ul li a{
				color: #333;
				display: block;
				font-weight: 300;
				font-size: 15px;
				font-weight: normal;
				padding: 10px 15px;
				text-transform: uppercase;
				text-decoration: none;
			}
			#mobile-menu-container ul li li a{
				padding: 5px 10px 5px 25px;
			}
			#mobile-menu-container ul li li li a{
				padding-left: 35px;
			}
			#mobile-menu-container ul li.current-menu-item > a,
			#mobile-menu-container ul li a:hover{
				background: none #52d2df;
				color: #fff;
			}
	.mobile-nav-icon{
		right: 66px;
		top: 37px;
	}
	#mobile-menu-container{
		right: 66px;
		top: 85px;
	}
	#main-nav{
		display: none !important;
	}
	#header .header1 .widget p,
	#header .header1 .widget .icon-tel{
		font-size: 14px;
	}
	#header .header1 .widget .icon-tel{
	}
	#header .header2 #logo{
		float: left;
		padding: 18px 20px 20px 20px;
		width: 175px;
	}
	#header .header2 #topnav{
		padding-right: 20px;
		float: right;
		width: 200px;
	}

	#topslider .slide-item{
		height: 650px;
	}
	#topslider .slide-item .slide-text-holder{
		max-width: 100%;
	}
	#topslider .slide-item .slide-text-holder > *{
		padding-left: 50px;
	}
	#topslider .slide-next{
		right: -22px;
		top: 50px;
	}
	#topslider .slide-prev{
		left: -22px;
		top: 50px;
	}
	#topslider .slide-item .slide-text h2{
		font-size: 44px;
		line-height: 100%;
	}
	#main #contact-info .block-address, #main #contact-info .block-email{
		width: 47%;
		display: inline-block;
		float: none;
	}
	#main #contact-info .block-tel, #main #contact-info .block-mob, #main #contact-info .block-fax{
		width: 30%;
		display: inline-block;
		float: none;
	}
	#footer .footer-left {
		float: none;
		text-align: center;
	}
		#footer .footer-left .footer-logo{
			float: none;
			padding-right: 0;
		}
		#footer .footer-left .footer-copyright {
			float: none;
			padding-top: 24px;
		}
	#footer .footer-right {
		float: none;
		text-align: center;
	}
}

@media only screen 
and (max-width : 1024px) {
	#header .header1 .widget .left {
		float: none;
		padding-left: 0;
		padding-bottom: 8px;
		text-align: center;
	}
	#header .header1 .widget .right{
		float: none;
		padding-left: 0;
		text-align: center;
	}
	#topslider .slide-item{
		height: 570px;
	}
	#topslider .slide-prev{
		left: -1.7%;
	}
	#topslider .slide-next{
		right: -1.7%;
	}
	#topslider .slide-item .slide-text-holder{
		padding-top: 270px;
	}
	#topslider .slide-item .slide-text h2{
		font-size: 36px;
	}
	#topslider .slide-item .slide-text p{
		font-size: 17px;
	}
	#topslider .slide-item .slide-text .btn1,
	#topslider .slide-item .slide-text .btn2{
		font-size: 13px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#topbanner{
		height: 390px;
	}
	#toptitle h1{
		font-size: 28px;
	}
	#main.home #our-specialists .slick-prev{
		left: 0;
	}
	#main.home #our-specialists .slick-next{
		right: 0;
	}
}

@media only screen 
and (max-width : 767px) {
	.mobile-nav-icon{
		top: 23px;
		right: 54px;
	}
	#mobile-menu-container {
		right: 54px;
		top: 70px;
	}
	#header .header2 #searchbox{
		right: 47px;
		top: 16px;
	}
	#header .header2 #icon-search{
		right: 20px;
		top: 26px;
	}
	#header .header2 #logo{
		width: 115px;
	}
	#topslider .slide-item{
		height: 500px;
	}
		#topslider .slide-item .slide-text-holder{
			padding-top: 240px;
		}
		#topslider .slide-prev, #topslider .slide-next{
			top: 48px;
		}
		
		#topslider .slide-item .slide-text-holder > *{
			padding-right: 20%;
		}
		#topslider .slide-item .slide-text h2 {
			font-size: 25px;
		}
		#topslider .slide-item .slide-text p {
			font-size: 14px;
		}
		#topslider .slide-item .slide-text .btn1, #topslider .slide-item .slide-text .btn2{
			font-size: 12px;
			padding: 9px 16px;
		}
	#topbanner{
		height: 320px;
	}
	#toptitle h1 {
		font-size: 23px;
	}
	#main.home #fivecols .vc_col-sm-2{
		margin: auto;
		max-width: 400px;
		width: auto;
		padding-bottom: 30px;
	}
	#main.blog #maincontent{
		float: none;
		width: auto;
		padding-bottom: 20px;
	}
	#main.blog #sidebar{
		float: none;
		padding-top: 10px;
		width: auto;
		padding-bottom: 55px;
	}
	#main #google-map .wpb_gmaps_widget iframe{
		height: 340px !important;
 	}
}

@media only screen 
and (max-width : 640px) {
	#header .header1{
		padding-bottom: 9px;
	}
	#header .header1 .widget p, #header .header1 .widget .icon-tel{
		font-size: 11px;
	}
	#header .header1 .widget .icon-email{
		padding-top: 4px;
	}
	#header .header1 .widget .icon-tel{
		padding-top: 4px;
	}
	#topslider .slide-item{
		height: 450px;
	}
		#topslider .slide-item .slide-text h2{
			font-size: 20px;
		}
		#topslider .slide-item .slide-text-holder{
			padding-top: 210px;
		}
		#topslider .slide-prev, #topslider .slide-next{
			top: 19px;
		}
		#topslider .slide-item .slide-text .btn1, #topslider .slide-item .slide-text .btn2{
			font-size: 10px;
			padding: 7px 14px;
		}
	#main.blog #maincontent .blogitem .featuredimg{
		margin-bottom: 12px;
		margin-right: 15px;
		max-width: 50%;
	}
}

@media only screen 
and (max-width : 600px) {
	html #wpadminbar{
		top: -46px !important;
	}
}

@media only screen 
and (max-width : 480px) {
	.mobile-nav-icon{
		top: 18px;
	}
	#mobile-menu-container{
		top: 63px;
	}
	#header .header2 #logo{
		width: 105px;
		padding: 15px 17px;
	}
	#header .header1 .widget .left{
		display: none;
	}
	#topslider .slide-item{
		height: 400px;
	}
		#topslider .slide-prev, #topslider .slide-next{
			top: 38px;
		}
		#topslider .slide-item .slide-text-holder{
			padding-top: 190px;
		}
		#topslider .slide-item .slide-text h2{
			font-size: 17px;
		}
		#topslider .slide-item .slide-text p {
			font-size: 12px;
			padding-bottom: 12px;
		}
		#topslider .slide-prev, #topslider .slide-next{
			width: 25px;
			height: 25px;
		}
		#topslider .slide-item .slide-text-holder > *{
			padding-left: 35px;
		}
		#topslider .slide-item .slide-text .btn1, #topslider .slide-item .slide-text .btn2{
			font-size: 9px;
			padding: 6px 13px;
		}
	#topbanner{
		height: 240px;
	}
	#toptitle h1 {
		font-size: 20px;
	}
	#header .header1 .widget p, #header .header1 .widget .icon-tel{
		font-size: 10px;
	}
	#main #contact-form .col-left,
	#main #contact-form .col-right{
		float: none;
		width: auto;
	}
	#main #contact-info .block-address, #main #contact-info .block-email, #main #contact-info .block-tel, #main #contact-info .block-mob, #main #contact-info .block-fax{
		float: none;
		display: block;
		width: auto;
	}
	#main.blog #maincontent .blogitem .featuredimg ,
	.single #main.blog #maincontent .blogitem:first-child .featuredimg{
		float: none;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		width: auto;
	}
}

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




/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
