/*
Theme Name: Robyn Taylor WP Theme
Description: A custom wordpress theme
Author: Quikclicks
Author URI: http://www.quikclicks.com.au
Version: 1.0
*/


/* ==========================================================================
   BASE STYLES: DEFAULTS
   ========================================================================== */

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

body{
	background: none #404d51;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

body a{
	color: #8bc34a;
	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;
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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

h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin: 0 0 0.6em 0;
}
h1{
}
h2{
	font-size: 30px;
}
h3{
	font-size: 27px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 20px;
}
dl, ol, p, ul{
	margin: 0 0 1.7em;
}

.mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.holder{
	width: 1170px;
	margin: auto;
}
img{
	max-width: 100% !important;
	height: auto !important;
}




/* ==========================================================================
   HEADER
   ========================================================================== */
#header{
	background: none #fff;
}
	#header .header-main{
		padding-bottom: 25px;
	}
	#header .logo{
		float: left;
		padding-top: 17px;
	}
	#header .topright{
		float: right;
		font-size: 14px;
		padding-top: 31px;
	}
		#header .topright p.withicons{
			margin: 0;
		}
		#header .topright p.withicons a{
			color: #908f8f;
		}
		#header .topright p.withicons a:hover{
			color: #8bc34a;
		}
		#header .topright p.withicons .icon-address{
			display: inline-block;
			min-height: 29px;
			background: url('img/icon-address.png') no-repeat 0 0;
			padding-left: 30px;
			padding-top: 5px;
		}
		#header .topright p.withicons .icon-phone{
			display: inline-block;
			min-height: 29px;
			background: url('img/icon-phone.png') no-repeat 0 3px;
			padding-left: 30px;
			padding-top: 5px;
		}
		#header .topright p.withicons .sep{
			display: inline-block;
			position: relative;
			width: 1px;
			margin: 0 20px;
		}
		#header .topright p.withicons .sep i{
			position: absolute;
			top: -24px;
			left: 0;
			width: 1px;
			height: 40px;
			background: none #d9d9d9;
		}
	#header nav{
		background: none #f3f3f3;
	}	





/* ==========================================================================
   TOPSLIDER
   ========================================================================== */
#topslider{
	position: relative;
}
	#topslider .slider{
	}
		#topslider .slider .slide-item{
			min-height: 530px;
			background-position: center center;
			background-size: cover;
		}
		#topslider .slider .slide-text{
			color: #212121;
			margin-left: 140px;
			max-width: 580px;
			padding-top: 170px;
			padding-bottom: 35px;
		}
		#topslider .slider .slide-item h2{
			font-family: 'Montserrat', sans-serif;
			font-weight: bold;
			font-size: 60px;
			line-height: 0.85em;
			margin-bottom: 17px;
			text-transform: uppercase;
		}
		#topslider .slider .slide-item p{
			font-size: 22px;
			max-width: 470px;
		}
	#topslider .holder{
		position: relative;
	}
	#topslider .slick-arrow{
		position: absolute;
		top: 44%;
		left: 0;
		z-index: 999;
		width: 100%;
	}
	#topslider .slick-prev{
		cursor:  pointer;
		border: none;
		width: 67px;
		height: 77px;
		background: url('img/slider-prev.png') no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 999;
	}
	#topslider .slick-next{
		cursor:  pointer;
		border: none;
		width: 67px;
		height: 77px;
		background: url('img/slider-next.png') no-repeat;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		padding: 0;
		z-index: 999;
	}
	#topslider ul.slick-dots{
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 25px;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 9px;
		text-align: center;
	}
		#topslider ul.slick-dots li{
			display: inline-block;
			list-style-type: none;
		}
		#topslider ul.slick-dots li button{
			margin: 0 2px;
			border: none;
			display: block;
			width: 136px;
			height: 9px;
			background: url('img/slider-dot-default.png') no-repeat;
			text-indent: -9999px;
		}
		#topslider ul.slick-dots li.slick-active button{
			background: url('img/slider-dot-active.png') no-repeat;
		}





/* ==========================================================================
   TOPBANNER
   ========================================================================== */
#topbanner{
	min-height: 242px;
	background: url('img/banner-general.jpg') no-repeat center center;
	background-size: cover;
}

	


/* ==========================================================================
   HOME
   ========================================================================== */
.home #main{
	padding-top: 32px;
}
	.home #main #conten1{
	}
		.home #main #conten1 .vc_col-sm-6{
		}
		.home #main #conten1 .vc_col-sm-6:first-child{
		}
			.home #main #conten1 .vc_col-sm-6:first-child h2{
				font-weight: normal;
				margin-bottom: 10px;
			}
			.home #main #conten1 .vc_col-sm-6:first-child p{
			}
		.home #main #conten1 .vc_col-sm-6:last-child{
			margin-top: 50px;
			position: relative;
		}
			.home #main #conten1 .vc_col-sm-6:last-child .wpb_wrapper{
				background: none #f3f3f3;
				position: relative;
				padding-top: 7px;
				padding-bottom: 2px;
			}
			.home #main #conten1 .vc_col-sm-6:last-child .wpb_content_element{
				margin-bottom: 5px;
			}
			.home #main #conten1 .vc_col-sm-6:last-child p{
				line-height: 120%;
				margin: 0;
				padding-bottom: 10px;
			}
				.home #main #conten1 .vc_col-sm-6:last-child p strong{
					font-size: 15px;
					font-weight: 600;
				}
			.home #main #conten1 .vc_col-sm-6:last-child .vc_col-sm-4{
				width: 38%;
			}
				.home #main #conten1 .vc_col-sm-6:last-child .vc_col-sm-4 p img{
					position: absolute;
					top: -60px;
					left: 40px;
				}
			.home #main #conten1 .vc_col-sm-6:last-child .vc_col-sm-8{
				width: 62%;
			}
			
	.home #main #content2{
		margin-top: 29px;
	}
		.home #main #content2 .vc_col-sm-4{
		}
			.home #main #content2 .vc_col-sm-4 h2{
				color: #fff;
				font-size: 18px;
				font-weight: normal;
				padding: 12px 20px 9px;
				margin-bottom: 4px;
			}
			.home #main #content2 .vc_col-sm-4:nth-child(1) h2{
				background: none #8bc34a;
			}
			.home #main #content2 .vc_col-sm-4:nth-child(2) h2{
				background: none #37cce9;
			}
			.home #main #content2 .vc_col-sm-4:nth-child(3) h2{
				background: none #8a8a8a;
			}
			.home #main #content2 .vc_col-sm-4 p{
				margin-bottom: 17px;
			}
			.home #main #content2 .vc_col-sm-4 p img{
				width: 100%;
			}
			.home #main #content2 .vc_col-sm-4 p a.more{
				background: rgba(0, 0, 0, 0) url("img/icon-more.png") no-repeat scroll right 7px;
				color: #000000;
				display: inline-block;
				padding-right: 14px;
				text-transform: uppercase;
			}
			.home #main #content2 .vc_col-sm-4 p a.more:hover{
				color: #8bc34a;
			}


	


/* ==========================================================================
   MAIN
   ========================================================================== */
#main{
	line-height: 22px;
	font-size: 13px;
	background: none #fff;
	min-height: 300px;
	padding-top: 36px;
	padding-bottom: 20px;
}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main .pagetitle{
		color: #8bc34a;
		font-size: 30px;
		margin: 0;
		padding-bottom: 26px;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
	}
	#maincontent ul{
		padding-left: 10px;
	}
		#maincontent ul li{
			background: url('img/li-bullet1.png') no-repeat 0 8px;
			list-style-type: none;
			margin: 0;
			padding: 0 0 7px 25px;
		}
	#maincontent ul.nobullet{
		padding-left: 0;
	}
		#maincontent ul.nobullet li{
			background: none;
			padding-left: 0;
		}
	
	
	/*** Blog ****/
	#main.blog{
	}
		#main.blog #maincontent{
			width: 74%;
			float: left;
		}
			#main.blog #maincontent .blogitem{
				padding-bottom: 40px;
			}
				#main.blog #maincontent .blogitem .featuredimg{
					float: left;
					margin-right: 30px;
					margin-bottom: 1.5em;
				}
				#main.blog #maincontent .blogitem .blogtitle{
					font-size: 15px;
					font-weight: 600;
					line-height: 1.3em;
					margin: 0;
					padding-bottom: 10px;
					color: #000;
				}
				.single #main.blog #maincontent .blogitem .blogtitle{
					font-weight: 600;
					font-size: 16px;
					line-height: 1.2em;
				}
					#main #maincontent .blogitem .blogtitle a{
						color: #000;
					}
					#main #maincontent .blogitem .blogtitle a:hover{
						color: #38a7d4;
					}
				#main.blog #maincontent .blogitem .blogmeta{
					color: #afafaf;
					font-size: 12px;
				}
					#main.blog #maincontent .blogitem .blogmeta p{
						margin-bottom: 1.3em;
					}
					#main.blog #maincontent .blogitem .blogmeta a{
						color: #afafaf;
					}
					#main.blog #maincontent .blogitem .blogmeta a:hover{
						color: #38a7d4;
					}
				#main #maincontent .blogitem .blogexcerpt{
					font-size: 13px;
				}
					#main #maincontent .blogitem .blogexcerpt p{
						line-height: 23px;
						margin-bottom: 7px;
					}
				#main.blog #maincontent .blogitem .readmore{
					font-weight: bold;
					color: #8bc34a;
					text-transform: uppercase;
				}
				#main.blog #maincontent .blogitem .readmore:hover{
					text-decoration: underline;
				}
		#main.blog #sidebar{
			width: 23%;
			float: right;	
			padding-bottom: 30px;
		}
			#main.blog #sidebar .widget{
				padding-bottom: 40px;
			}
			#main.blog #sidebar .widget:last-child{
				padding-bottom: 0;
			}
			#main.blog #sidebar .widgettitle{
				background: none #8bc34a;
				font-weight: normal;
				font-size: 20px;
				color: #fff;
				margin: 0;
				line-height: 120%;
				padding: 10px 17px;
				text-transform: uppercase;
			}
			#main.blog #sidebar ul{
				margin: 0;
				padding: 0;
			}
				#main.blog #sidebar ul li{
					background: url('img/li-bullet2.png') no-repeat 1px 17px;
					border-bottom: 1px solid #8bc34a;
					list-style-type: none;
					padding: 10px 10px 10px 17px;
				}
				#main.blog #sidebar ul li a{
					color: #686868;
				}
				#main.blog #sidebar ul li a:hover{
					color: #8bc34a;
				}
				#main.blog #sidebar .widget_categories ul li,
				#main.blog #sidebar .widget_archive ul li{
					background: none;
					padding-left: 1px;
				}
	




/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer{
}
	
	#footer p, #footer ul{
		margin: 0 0 1em;
	}
	#footer .footer-top{
		color: #fff;
		background: url('img/footerbg.jpg') no-repeat center center;
		background-size: cover;
		min-height: 43px;
		padding: 40px 0;
		text-align: center;
	}
		#footer .footer-top h2{
			margin: 0;
			font-family: 'Montserrat', sans-serif;
			font-weight: normal;
			font-size: 40px;
		}
	#footer .footer-main{
		color: #a1a1a1;
		font-size: 14px;
		border-top: 1px solid #fff;
		background: none #404d51;
		text-align: center;
		padding-top: 45px;
		padding-bottom: 20px;
	}
		#footer .footer-main p{
		}
		#footer .footer-main p.withicons{
			font-size: 16px;
			font-weight: 300;
		}
			#footer .footer-main p.withicons a{
				color: #ffffff;
			}
			#footer .footer-main p.withicons .icon-address{
				display: inline-block;
				min-height: 29px;
				background: url('img/icon-address.png') no-repeat 0 0;
				padding-left: 30px;
				padding-top: 5px;
			}
			#footer .footer-main p.withicons .icon-phone{
				display: inline-block;
				min-height: 29px;
				background: url('img/icon-phone.png') no-repeat 0 3px;
				padding-left: 30px;
				padding-top: 5px;
			}
			#footer .footer-main p.withicons .sep{
				display: inline-block;
				position: relative;
				margin: 0 12px 0 17px;
				width: 2px;
				height: 13px;
			}
			#footer .footer-main p.withicons .sep i{
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				height: 13px;
				width: 0;
				border-left: 1px solid #d7d9da;
				border-right: 1px solid #9ea3a4;
			}
		#footer .footer-main p.copyright{
			color: #a1a1a1;
			font-size: 13px;
			padding-bottom: 20px;
		}
			#footer .footer-main p.copyright a{
				color: #a1a1a1;
			}
			#footer .footer-main p.copyright a:hover{
				color: #ffffff;
			}
		#footer .footer-main p.bordertop{
			display: inline-block;
			border-top: 1px solid #37cce9;
			color: #fff;
			font-size: 15px;
			font-weight: 600;
			padding: 10px 20px 0;
		}





/* ==========================================================================
   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;
    }
}
