/*

Theme Name: Dr Indran WP Theme

Description: A custom wordpress theme

Author: Quikclicks

Author URI: http://www.quikclicks.com.au/

Version: 1.0

*/





/* ==========================================================================

  DEFAULTS

   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
html {
	font-size: 1em;
	line-height: 1.2em;
}
body {
	background: none #000;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
}
body a {
	color: #bd9b37;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in 0s;
	-moz-transition: color 0.2s ease-in 0s;
	-o-transition: color 0.2s ease-in 0s;
	transition: color 0.2s ease-in 0s;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #dddddd;
	margin: 2.2em 0;
	padding: 0;
}
audio,  canvas,  iframe,  img,  svg,  video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}



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

   GLOBAL STYLES

   ========================================================================== */

#container {
	position: relative;
}
a.owl {
	display: block;
	width: 51px;
	height: 82px;
	background: url('img/logo.gif') no-repeat;
	margin: 0 auto;
	padding: 0;
}
a.owl:hover {
	background-position: bottom;
}
/*#main a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}


  position: relative;

}

#main a:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: #bd9b37 solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}
#main a:hover:before, #main a:focus:before, #main a:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}*/

.borderfx img {
	 text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;    
    width: auto;
    transition: 0.5s ease;
    white-space: nowrap;
    height: 25px;

  /* transition: box-shadow 0.2s; */
}
.borderfx img:hover{
	 border-bottom: 3px solid #bd9b37;
	 border-top: 3px solid #bd9b37;
	 border-left: 3px solid #bd9b37;
	 border-right: 3px solid #bd9b37;
    width: auto;

}

#main .caption {border: 5px solid #bd9b37;
    bottom: -20px;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    max-width: 230px;
    padding: 18px 84px;
    text-align: center;}
    
#main .overlap .caption {
    margin-left: -95px;
    margin-top: 130px;
    float: left;
    }
    

/* ==========================================================================

  SECTION-MENU

   ========================================================================== */

#section-menu {
	position: relative;
	background: none #000;
	width: 10%;
	height: 100%;
	float: left;
}
#section-menu .mobile-nav-icon {
	cursor: pointer;
	position: absolute;
	top: 80px;
	right: 30px;
	z-index: 99;
}
#section-menu .mobile-menu-container {
	background: #000;
	width: 262px;
	padding: 0 14px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -310px;
	z-index: 999;
}
#section-menu .mobile-menu-container .mobile-logo {
	padding-top: 80px;
	padding-bottom: 20px;
}
#section-menu .mobile-menu-container .mobile-logo img {
	width: 100%;
}
#section-menu .mobile-menu-container ul {
	margin: 0;
	padding: 0;
}
#section-menu .mobile-menu-container ul li {
	list-style-type: none;
}
#section-menu .mobile-menu-container ul li a {
	border-bottom: 1px solid #333333;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 13px 5px;
	text-align: center;
	text-transform: uppercase;
}
#section-menu .mobile-menu-container ul li.current-menu-item a,  #section-menu .mobile-menu-container ul li a:hover {
	color: #bd9b37;
}
#section-menu .mobile-menu-container ul li ul {
	display: none;
}
#section-menu .mobile-menu-container ul > li.current_page_parent,  #section-menu .mobile-menu-container ul > li.current_page_item {
	border-bottom: 1px solid #333333;
}
#section-menu .mobile-menu-container ul > li.current_page_parent li.current_page_item {
	border-bottom: none;
}
#section-menu .mobile-menu-container ul > li.current_page_parent ul,  #section-menu .mobile-menu-container ul > li.current_page_item ul {
	display: block;
	padding-bottom: 9px;
}
#section-menu .mobile-menu-container ul > li.current_page_parent > a,  #section-menu .mobile-menu-container ul li.current_page_item > a {
	border-bottom: none;
	color: #bd9b37;
	padding-bottom: 9px;
}
#section-menu .mobile-menu-container ul > li.current_page_parent ul li a,  #section-menu .mobile-menu-container ul > li.current_page_item ul li a {
	border-bottom: none;
	color: #bd9b37;
	text-transform: none;
	padding: 7px 5px;
	font-size: 13px;
}
#section-menu .mobile-menu-container ul > li.current_page_parent ul li.current-menu-item a,  #section-menu .mobile-menu-container ul > li.current_page_parent ul li a:hover,  #section-menu .mobile-menu-container ul > li.current_page_item ul li.current-menu-item a,  #section-menu .mobile-menu-container ul > li.current_page_item ul li a:hover {
	color: #fff;
	border-bottom: none;
}
#section-menu .logo {
	position: absolute;
	bottom: 82px;
	right: 33px;
	z-index: 99999;
}
#section-menu.open-menu .logo {
	right: -179px;
	text-align: center;
	width: 290px;
}
#section-menu .close-menu {
	cursor: pointer;
	width: 30px;
	background: #000 none repeat scroll 0 0;
	display: none;
	position: absolute;
	right: -15px;
	top: 247px;
	z-index: 999999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}
#section-menu .close-menu img {
	width: 100%;
}
#section-menu.open-menu .close-menu {
	display: none;
}
/* ==========================================================================

   SECTION-CONTENT

   ========================================================================== */

#section-content {
	background: none #fff;
	position: relative;
	width: 90%;
	float: left;
}
#topslider {
	height: 1200px;
	width: 100%;
}
#topslider .slides-pagination {
	display: none;
}
#topslider .text {
	bottom: 30px;
	color: #fff;
	left: 0;
	margin: 0;
	max-width: 68%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 99999;
}
#topslider .text-holder {
	display: inline-block;
	position: relative;
}
#topslider .text h2 {
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 100%;
	margin: 0;
}
#topslider .text p {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 16px;
	line-height: 100%;
	margin: 0 0 0 16px;
	padding-top: 10px;
	text-align: center;
}
#topbanner {
	background-color: #fff;
	background-image: url('img/banner-general.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#topbanner .toptitle {
	padding-top: 125px;
	margin: 0 60px 0 60px;
	position: relative;
}
#topbanner h1 {
	margin: 0;
	font-weight: 900;
	font-size: 45px;
	color: #fff;
	padding-bottom: 27px;
	line-height: 100%;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
#topbanner .line {
	display: block;
	width: 100%;
	height: 10px;
	background: url('img/top-bar.gif') no-repeat;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#main {
	background: red;
	max-width: 1110px;
	min-height: 300px;
	line-height: 23px;
	background: none #fff;
	font-size: 13px;
	font-weight: normal;
	background: none #fff;
}
#main #main-content {
	padding: 60px;
}
#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 {
	line-height: 100%;
	font-weight: 300;
	margin: 1em 0 0.6em 0;
	font-family: 'Roboto', sans-serif;
}
#main h1 {
	font-size: 40px;
}
#main h2 {
	font-size: 35px;
}
#main h3 {
	font-size: 30px;
}
#main h4 {
	font-size: 20px;
}
#main h5 {
	font-size: 22px;
}
#main h6 {
	font-size: 20px;
}
#main p {
	margin: 0 0 1.6em 0;
}
#main #main-content ul {
	margin: 0;
	padding: 0;
}
#main #main-content ul li {
	list-style-type: none;
	padding-left: 10px;
	background: url('img/li-bullet1.png') no-repeat 0 9px;
	padding-bottom: 14px;
}
#main #main-content ul li ul {
	padding-left: 20px;
	margin: 12px 0 4px 0;
}
#main #main-content ul li ul li {
	background: url('img/li-bullet2.png') no-repeat 0 8px;
}
#main #main-content ul li ul.gray-bg {
	background: none #f0f0f0;
	padding: 16px 0;
}
#main #main-content ul li ul.gray-bg li {
	background: none transparent;
	padding: 4px 4%;
	width: 20%;
	display: inline-block;
}
#main .content-style1 {
}
#main .content-style1 .vc_col-sm-3 {
	text-align: right;
}
#main .content-style1 .wpb_text_column {
	margin-bottom: 5px;
}
#main .content-style1 .vc_col-sm-3 h4 {
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#main .content-style1 .vc_col-sm-3 h3 {
	font-size: 25px;
	font-weight: 300;
	line-height: 29px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#main .content-style1 .vc_col-sm-3 h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
#main .content-style1 .vc_col-sm-3 hr {
	margin: 0;
	border: none;
	display: inline-block;
	background: none #bd9b37;
	height: 10px;
	width: 98px;
}
#main .content-style1.vc_col-sm-9 {
}
#main .content-style2 {
	padding-top: 67px;
	position: relative;
}
#main .content-style2 .vc_col-sm-4 {
	position: relative;
}
#main .content-style2 .vc_col-sm-4 img {
	top: -57px;
	left: 0;
	max-width: none !important;
	position: absolute;
	width: 127% !important;
}
#main .content-style2 .vc_col-sm-8 {
	border: 5px solid #bd9b37;
	padding: 15px 20px 15px 9%;
}
#main .content-style2 .vc_col-sm-8 .wpb_text_column {
	margin-bottom: 0;
}
#main .content-style3 {
	padding-top: 67px;
	position: relative;
}
#main .content-style3 .vc_col-sm-4 {
	position: relative;
}
#main .content-style3 .vc_col-sm-4 img {
	left: -22%;
	max-width: none !important;
	position: absolute;
	top: -72px;
	width: 127% !important;
}
#main .content-style3 .vc_col-sm-8 {
	border: 5px solid #bd9b37;
	padding: 15px 9% 15px 20px;
	z-index: 99;
}
#main .content-style3 .vc_col-sm-8 .wpb_text_column {
	margin-bottom: 0;
}
#main .content-style2 h2, #main .content-style3 h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding-bottom: 11px;
}
#main .content-style2 p, #main .content-style3 p {
	margin: 0;
	padding-bottom: 7px;
}
#main .content-style2 .readmore, #main .content-style3 .readmore {
	display: block;
	padding-left: 71px;
	position: relative;
}
#main .content-style2 .readmore i, #main .content-style3 .readmore i {
	background: #bd9b37 none repeat scroll 0 0;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 62px;
}
#main .team-toptext {
	position: relative;
}
#main .team-toptext .wpb_content_element {
	margin-bottom: 0;
}
#main .team-toptext img {
}
#main .team-toptext p {
	position: relative;
}
#main .team-toptext p.img {
	display: inline-block;
	margin-bottom: 45px;
}
#main .team-toptext p .caption {
	border: 5px solid #00bebc;
	bottom: -20px;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	margin: 0;
	max-width: 230px;
	padding: 18px 84px;
	position: absolute;
	right: -85%;
	text-align: center;
}
/*** BLOG ***/

#main.blog {
}
#main.blog .blogitem {
	padding-bottom: 30px;
}
#main.blog .blogitem:last-child {
	padding-bottom: 0;
}
#main.blog .blogitem .featuredimg {
	padding-right: 30px;
	padding-bottom: 20px;
	float: left;
}
#main.blog .blogitem .blogtitle {
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 120%;
	margin: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}
#main.blog .blogitem .excerpt {
}
#main.blog .blogitem .excerpt p {
	margin: 0;
}
#main.blog .blogitem .readmore {
	margin: 0;
	padding-bottom: 20px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 20px;
}
/*** FOOTER ***/

#footer {
	color: #4d4d4d;
	font-size: 13px;
}
#footer a {
	color: #4d4d4d;
}
#footer a:hover {
	color: #bd9b37;
}
#footer .footersection1 {
	border-top: 1px solid #f6f6f6;
	padding: 40px 0 30px;
}
#footer .footersection1 p {
	margin: 0;
}
#footer .footersection1 p img {
	margin: 10px 16px 0px 70px;
}
#footer .footersection2 {
	padding: 40px 0 60px;
	background: none #f6f6f6;
}
#footer .footersection2 .holder {
	padding-left: 60px;
	padding-right: 60px;
}
#footer .footersection2 p {
	margin: 0;
	padding-top: 10px;
}
#footer .footersection2 p.socials {
	padding-top: 5px;
	padding-bottom: 15px;
}
#footer .footersection2 hr {
	width: 197px;
	border-color: #bd9b37;
	margin: 40px 0 10px 0;
}
#footer .footersection2 ul {
	margin: 0;
	padding: 0;
}
#footer .footersection2 ul li {
	background: rgba(0, 0, 0, 0) url("img/li-bullet-footer.png") no-repeat scroll 0 7px;
	display: inline-block;
	padding-bottom: 4px;
	padding-left: 15px;
	vertical-align: top;
	width: 26%;
}
#footer .footersection2 ul li ul {
	display: none;
}
/* ==========================================================================

   Helper classes

   ========================================================================== */



.hidden {
	display: none !important;
	visibility: hidden;
}
.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;
}
.clearfix {
 *zoom: 1;
}

/* ==========================================================================

   Print styles.

   ========================================================================== */



@media print {
*,  *:before,  *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:

                                   http://www.sanbeiji.com/archives/953 */
	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) ")";
}
/*

     * Don't show links that are fragment identifiers,

     * or use the `javascript:` pseudo protocol

     */



a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*

     * Printing Tables:

     * http://css-discuss.incutio.com/wiki/Printing_Tables

     */



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;
}
}
