/*
Theme Name: Summerland Skin Cancer Clinic 2019
Description: Summerland Skin Cancer Clinic 2019
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3
	
	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.4 'Roboto', Helvetica, Arial, sans-serif;
	color: #6d6e71;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#e7b513;
	text-decoration: none;
}

a:hover {
	color:#e7b513;
	text-decoration: underline;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position: relative;
	min-height: calc(100vh - 560px);
}

/* header */
.header {
}

.header_wrap {
	max-width: 1280px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
}

.header_info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header_info div > h3 {
	display: none;
}

.header_info .widget-odd,
.header_info .widget-even {
	margin-left: 50px;
	min-height: 50px;
	padding-top: 5px;
}

.header_info p {
	margin: 0px;
	font-size: 12px;
	color: #89949d;	
}

.header_info strong {
	font-size: 14px;
	color: #1f1a1c;
}

.header_info a {
	color: #89949d;	
}

.header_opening {
	background: url(img/icon_opening.png) no-repeat left center;
	padding-left: 60px;
}

.header_contact {
	background: url(img/icon_mobile.png) no-repeat left center;
	padding-left: 40px;
}

.header_location {
	background: url(img/icon_address.png) no-repeat left center;
	padding-left: 45px;
}


/* logo */
.logo {
	
}
.logo-img {
	min-width: 220px;
}
/* nav */

.nav {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.nav ul {
	margin: 0px auto;
	padding: 0px;
	max-width: 1240px;
	display: flex;
	justify-content: flex-start;
}

.nav ul li {
	margin: 0px 12px;
	position: relative;
}

.nav ul a {
	display: block;
	height: 57px;
	line-height: 57px;
	padding: 0px 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #1f1a1c;
	text-transform: uppercase;	
	white-space: nowrap;
}

.nav ul li:hover a {
	text-decoration: none;
}

.nav ul li:hover > a::after,
.nav ul li.current_page_item > a::after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 6px;
	background: #e7b513;
}

.nav ul.sub-menu li:hover > a::after,
.nav ul.sub-menu li.current_page_item > a::after {
	height: 100%;
	width: 6px;
	left: 0px;
	top: 0px;
}

.nav ul .nav_bookonline {
	background: url(img/icon_booking_green.png) no-repeat left 30px center;
}

.nav ul .nav_bookonline a {
	background: #3ca96c url(img/icon_booking.png) no-repeat left 30px center;
	padding: 0px 40px 0px 80px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
}

.nav ul .nav_bookonline:hover a {
	background: none;
	color: #3ca96c;
}

.nav ul .nav_bookonline:hover a::after {
	background: #3ca96c;
}

.nav ul li.nav_bookonline {
	margin-left: auto;
	margin-right: 0px;
}


.nav .social_fb {
/*	display: none;*/
}

.nav ul li.social_fb a,
.footer_fb {
	font-size: 0px;
}

.nav ul li.social_fb a::before,
.footer_fb::before {
	content: "\f082";
	font-family: 'Font Awesome 5 Brands';
	font-size: 30px;
	color: #3b5998;
}

.nav ul li.social_fb:hover a::before {
/*	color: #1f1a1c;*/
}

.mobilenav ul .nav_bookonline {
	background: url(img/icon_booking_green.png) no-repeat right 30px center / auto 16px;
}

.mobilenav ul .nav_bookonline a {
	background: #3ca96c url(img/icon_booking.png) no-repeat right 30px center / auto 16px;
	padding: 0px 40px 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
}

.mobilenav ul .nav_bookonline:hover a {
	background: none;
	color: #3ca96c;
}

.mobilenav ul .nav_bookonline:hover a::before {
	background: #3ca96c;
	height: 24px;
}


.nav ul ul.sub-menu {
	display: none;
	flex-direction: column;
	position: absolute;
	z-index: 2;
	background: rgba(255,255,255,0.85);
}

.nav ul li:hover ul.sub-menu {
	display: flex;
}

.nav ul.sub-menu li {
	margin: 0px;
}

.nav ul.sub-menu a {
	height: auto;
	line-height: normal;
	font-weight: 700;
	text-transform: none;
	white-space: nowrap;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #e7b513;
}

.mobile_nav_bar {
	display: none;
	cursor: pointer;
	position: relative;
}

.mobile_nav_bar .touch_bar {
	flex: 1;
}

#mobile_nav_icon {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 20px 20px 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#mobile_nav_icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #1f1a1c;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile_nav_bar:hover #mobile_nav_icon span {
	background: #e7b513;
}


#mobile_nav_icon span:nth-child(1) {
	top: 3px;
}

#mobile_nav_icon span:nth-child(2),#mobile_nav_icon span:nth-child(3) {
	top: 12px;
}

#mobile_nav_icon span:nth-child(4) {
	top: 21px;
}

#mobile_nav_icon.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}

#mobile_nav_icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile_nav_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile_nav_icon.open span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}

.mobilenav {
	display:none;
	position: fixed;
	top: 60px;
	background: rgba(255,255,255,0.95);
	width: 100%;
	border-top: 1px solid #e7b513;
	padding-top: 30px;
	z-index: 2;
}

.mobilenav ul {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.mobilenav ul li {
	position: relative;
}

.mobilenav ul li a {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0px 0px 0px 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #1f1a1c;
	text-transform: uppercase;
	white-space: nowrap;
}


.mobilenav ul li:hover a {
	text-decoration: none;
}

.mobilenav ul li:hover > a::before,
.mobilenav ul li.current_page_item > a::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 22px;
	background: #e7b513;
}


.mobilenav ul.sub-menu {
	display: none;
}

.mobilnav .nav_bookonline  {
	background: green;
}

.mobile_header_info {
	display: flex;
	justify-content: space-around;
	background: #fcf7e3;
	padding: 10px 10px;
	flex-wrap: wrap;
}

.touch_bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mobile_header_info .header_opening,
.mobile_header_info .header_location {
	background-size: auto 25px;
	padding: 10px 10px 10px 25px;
	background-position: left top;
}

.touch_bar .header_contact {
	background-size: auto 25px;
	padding: 10px 10px 10px 25px;
	background-position: left center;
}

.mobile_header_info .header_contact,
.touch_bar .header_opening,
.touch_bar .header_location {
	display: none;
}



.mobile_header_info .header_opening {
	padding-left: 30px;
}

.mobile_header_info div > h3,
.touch_bar div > h3 {
	display: none;
}

.mobile_header_info > div {
	min-width: 250px;
}

.mobile_header_info p,
.touch_bar p {
	margin: 0px;
	font-size: 9px;
	color: #89949d;	
}

.mobile_header_info strong,
.touch_bar strong {
	font-size: 11px;
	color: #1f1a1c;
}

.mobile_header_info a {
	color: #89949d;	
}

/* main content */
section[role=main] {
	width: 100%;
}

section[role=main].main_sidebar {
	padding-right: 40px;
}

/* sidebar */
.sidebar {
	max-width: 350px;
}

.sidebar .widget-odd,
.sidebar .widget-even {
	padding: 30px;
	background: #dce8f0 url(img/sidebar_bg.png) no-repeat center bottom;
	margin-bottom: 25px;
}

/* footer */
.footer {
	background: #fcf7e3;
	font-size: 13px;
}

.footer-widget {
	max-width: 1240px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	padding: 40px 0px;
	color: #6d6e71;
}

.footer-widget a {
	color: #6d6e71;
}

.copyright_wrap {
	background: #ffdd00;
}

.footer h3 {
	font-size: 14px;
	text-transform: uppercase;
}

.footer h3::after {
	content: ' ';
	display: block;
	width: 110px;
	height: 3px; 
	background: #B5B5B5;
	margin: 15px 0px;
}

.footer-widget td {
	vertical-align: top;
}

td .alignnone {
	margin: 5px 10px 10px 0px;
}

.notitle > h3 {
	display: none;
}

.copyright {
	max-width: 1280px;
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
	margin: 0px auto;
	color: #89949d;
}

.copyright a {
	color: #333333; /*#e7b513;*/
}

.footer_ntech {
	background: url(img/logo_ntech.png) no-repeat center;
	width: 75px;
	height: 46px;
}

.footer_opening td {
	padding-right: 10px;
}

.footer_location a {
	background: #e7b513 url(img/icon_location_white.png) no-repeat left 20px center;
	border: 2px solid #e7b513;
	padding: 0px 20px 0px 40px;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	height: 36px;
	line-height: 32px;
	display: block;
}

.footer_location a:hover {
	background: none;
	color: #e7b513;
	text-decoration: none;
}

.footer-widget > div {
	padding: 0px 10px;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/

.banner_post {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner_content_wrap {
	background: rgba(0,0,0,0.15);
}

.banner_inner {
	min-height: 565px;
	max-width: 1240px;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

.banner_content {
	max-width: 600px;
	padding: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
}

.banner_content h1 {
	font-size: 50px;
	text-transform: uppercase;
	line-height: 55px;
	color: #ffde00;
	margin: 0px 0px 25px 0px;
}

.banner_content h1 em {
	font-style: normal;
}

.banner_more,
.banner_book {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 14px;
	border-width: 3px;
	border-style: solid;
	padding: 15px 30px;
	margin-right: 25px;
	color: #FFFFFF;
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.content_wrap .banner_book {
	margin: 0px auto;
}

.banner_more {
	border-color: #FFFFFF;
}

.banner_more:hover {
	background: #FFFFFF;
	color: #89949d;
	text-decoration: none;
}

.banner_book {
	border-color: #3ca96c;
	background-color: #3ca96c;
}

.banner_book:hover {
	background: rgba(255,255,255,1);
	text-decoration: none;
	color: #3ca96c	;
}


.home_services {
	display: flex;
	flex-wrap: wrap;
}

.home_services .service_post {
	width: 33.33%;
	min-height: 450px;
}

.home_services .service_post:nth-child(3n + 1):last-child {
	width: 100%;
}

.home_services .service_post:nth-child(3n + 1):nth-last-child(2), 
.home_services .service_post:nth-child(3n + 1):nth-last-child(2) ~ .service_post {
   width: 50%;
}


.home_services.boxnum_small .service_post {
	width: 50%;
	min-height: 450px;
}

.home_services.boxnum_small .service_post:nth-child(2n + 1):nth-last-child(2) {
	width: 50%;
}

.home_services.boxnum_small .service_post:nth-child(2n + 1):nth-last-child(2) ~ .service_post {
   width: 50%;
}

.home_services.boxnum_small .service_post:nth-child(2n + 1):last-child {
	width: 100%;
}


/*
.home_services .service_post:nth-child(-n+3) {
    background-color: green;
}

.home_services .service_post:nth-last-child(-n+3) {
	background: #990000;
}


.home_services .service_post:nth-child(3n+1):nth-last-child(-n+3),
.home_services .service_post:nth-child(3n+1):nth-last-child(-n+3) ~ .service_post {
    background-color: green;
}
*/

.service_post {
	background-size: cover;
	background-position: center;
}

.service_inner {
	display: block;
	height: 100%;
}

.service_post:nth-child(1n) .service_inner { background: #e9d54d; }
.service_post:nth-child(2n) .service_inner { background: #57ac7c; }
.service_post:nth-child(3n) .service_inner { background: #6896cf; }
.service_post:nth-child(4n) .service_inner { background: #8f83cd; }
.service_post:nth-child(5n) .service_inner { background: #cc84cb; }
.service_post:nth-child(6n) .service_inner { background: #d5766e; }

.service_post:nth-child(1n) .service_inner:hover,
.service_post:nth-child(2n) .service_inner:hover,
.service_post:nth-child(3n) .service_inner:hover,
.service_post:nth-child(4n) .service_inner:hover,
.service_post:nth-child(5n) .service_inner:hover,
.service_post:nth-child(6n) .service_inner:hover { background: rgba(0,0,0,0.5); text-decoration: none; }


.service_content {
	padding: 125px 75px 50px;
	background: url(img/icon_sun.png) no-repeat center top 25px;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	align-items: center;
	max-width: 600px;
	margin: 0px auto;
}

.service_content h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.service_content h3::after {
	content: ' ';
	display: block;
	width: 110px;
	height: 3px;
	background: rgba(255,255,255,0.3);
	margin: 20px auto 5px;
}

.service_more {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 12px;
	border: 3px solid #FFFFFF;
	padding: 10px 30px;
	color: #FFFFFF;
	margin-top: auto;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	width: 180px;
}

.service_inner:hover .service_more {
	background: #FFFFFF;
	color: #1f1a1c;
	text-decoration: none;
}

.news_post {
	display: flex;
}

.news_post:nth-child(2n) {
	flex-direction: row-reverse;
}

.news_image {
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.news_inner {
	max-width: 50%;
}

.news_content {
	max-width: 600px;
	padding: 45px;
}

.news_content h2 {
	margin: 0px;
	color: #00549f;
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 35px;
}

.news_content h2 em {
	font-style: normal;
	font-size: 22px;
	color: #1f1a1c;
	text-transform: uppercase;
}

.news_content h2 em::before {
	content: ' ';
	display: block;
}

.news_content h2::after {
	content: ' ';
	display: block;
	width: 110px;
	height: 3px;
	background: rgba(30,26,27,0.33);
	margin: 20px 0px 20px;
}

.news_post:nth-child(2n) .news_content h2 {
	text-align: right;
}

.news_post:nth-child(2n) .news_content h2::after {
	margin-left: auto;
}

.news_more {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 12px;
	border: 3px solid #e7b513;
	padding: 10px 30px;
	color: #FFFFFF;
	margin-top: 25px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	width: 180px;
	background: #e7b513;
}

.news_more:hover {
	background: none;
	color: #e7b513;
	text-decoration: none;
}


.home section[role=main] {
	max-width: 1240px;
	margin: 20px auto;
	padding: 40px 40px;
}


.contact-us td {
	vertical-align: top;
	padding: 5px 5px 5px 0px;
}

.contact-us td .alignnone:nth-child(n) {
	margin: 5px 10px 10px 0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page_header {
	height: 148px;
	background-color: #c3d6e4;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/page_header_default.jpg);
	background-size: 575px auto;
}

.page_header_wrap {
	background: url(img/page_header_vignette.png) no-repeat right center;
	height: 148px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.page_header h1 {
	max-width: 1240px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
	color: #00549f;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

.content_wrap {
	max-width: 1240px;
	padding: 0px 20px;
	margin: 40px auto 20px;
	display: flex;
}


.content_wrap h2 {
	margin: 30px 0px 0px;
	color: #00549f;
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 30px;
}

.content_wrap h2 em {
	font-style: normal;
	font-size: 22px;
	color: #1f1a1c;
	text-transform: uppercase;
}

.content_wrap h2 em::before {
	content: ' ';
	display: block;
}

.content_wrap h2::after {
	content: ' ';
	display: block;
	width: 110px;
	height: 3px;
	background: rgba(30,26,27,0.33);
	margin: 20px 0px 20px;
}

.links_list {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.links_list li {
	min-width: 250px;
	width: 50%;
	margin: 20px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.links_list li a:last-child {
	margin-top: 15px;
}

section[role=main] article *:first-child {
	margin-top: 0px;
}

.wp-block-column iframe {
	max-width: 100%;
}

@media screen and (max-width: 1024px) {
	.nav ul .nav_bookonline a {
		padding: 0px 20px 0px 60px;
		background-position: left 15px center;
	}
	
	.nav ul .nav_bookonline {
		background-position: left 15px center;
	}
	
	.header_info > div {
		width: 50%;
	}
}

@media screen and (max-width:960px){
	.mobile_nav_bar {
		align-self: center;
		flex-grow: 1;
		display: flex;
		justify-content: flex-end;
	}
	
	.header_info {
		display: none;
	}
	
	.nav {
		display: none;
	}
	
	.header {
		display: flex;
		position: fixed;
		width: 100%;
		z-index: 1;
		background: #FFFFFF;
		top: 0px;
	}
	
	.logo-img {
		height: 70px;
		min-width: 0px;
		position: absolute;
		z-index: 4;
	}
	
	.under_logo {
		background: #FFFFFF;
		position: absolute;
		height: 55px;
		width: 55px;
		border-radius: 27px;
		z-index: 3;
		top: 20px;
		left: 29px;
	}
	
	.header_wrap {
		padding: 10px 20px;
	}
	
	body {
		padding-top: 60px;
	}
	
	.content_wrap {
		flex-direction: column;
	}
	
	.sidebar-widget {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	.sidebar {
		max-width: none;
	}
	
	.sidebar-widget > div,
	.footer-widget > div {
		max-width: 350px;
		min-width: 350px;
	}
	
	.footer-widget {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	
	.page_header h1 {
		font-size: 30px;
	}
	
	.home_services .service_post {
		width: 50%;
		min-height: 450px;
	}
	
	.home_services .service_post:nth-child(3n + 1):nth-last-child(2) {
		width: 50%;
	}
	
	.home_services .service_post:nth-child(3n + 1):nth-last-child(2) ~ .service_post {
	   width: 100%;
	}

	.home_services .service_post:nth-child(2n + 1):last-child {
		width: 100%;
	}
	
	.news_post,
	.news_post:nth-child(2n) {
		flex-direction: column;
	}
	
	.news_image,
	.news_content,
	.news_inner {
		width: 100%;
		max-width: 100%;
	}
	
	.news_post:nth-child(2n) .news_content h2 {
		text-align: left;
	}
	
	.news_post:nth-child(2n) .news_content h2::after {
		margin-left: 0px;
	}
	
}

@media screen and (max-width:640px){
	.page_header_wrap {
		background-color: rgba(255,255,255,0.7);
	}
	
	.home_services .service_post,
	.home_services.boxnum_small .service_post {
		width: 100%;
		min-height: 0px;
	}
	
	.home_services .service_post:nth-child(3n + 1):nth-last-child(2) {
		width: 100%;
	}
	
	.home_services .service_post:nth-child(3n + 1):nth-last-child(2) ~ .service_post,
	.home_services.boxnum_small .service_post:nth-child(2n+1):nth-last-child(2) ~ .service_post {
	   width: 100%;
	}

	.home_services .service_post:nth-child(2n + 1):last-child,
	.home_services.boxnum_small .service_post:nth-child(2n+1):nth-last-child(2) {
		width: 100%;
	}
	
	.banner_content h1 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.banner_content {
		font-size: 18px;
	}
	
	.banner_more, .banner_book {
		font-size: 12px;
		padding: 10px 15px;
		margin-top: 25px;
	}
	
	.service_content h3 {
		font-size: 20px;
	}

	.sidebar-widget > div,
	.footer-widget > div {
		max-width: 320px;
		min-width: 320px;
	}
	
	.home .home_services {
		display: none;
	}

	.news_content h2 {
		font-size: 34px;
		line-height: 24px;
	}

	.news_content h2 em {
		font-size 18px;
	}

}

@media screen and (max-width:480px){
	.copyright {
		flex-direction: column;
		min-height: 46px;
		height: auto;
		padding: 10px 20px;
	}
	
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

div.shiftnav-wrap {
	line-height: 1.4; /* Fixes ShiftNav setting an em based line height when we want a unitless multiplier. */
}

.shiftnav-inner {
	background: url() center top no-repeat; /* Specify the site logo you want to appear in the mobile menu. */
	padding-top: 0px; /* Set to however tall the site logo is. */
}

.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu ul.sub-menu li.shiftnav-retract > .shiftnav-target {
	line-height: 100%;
	padding: 15px 25px 15px 35px;
}

div.mobilenav {
	display:none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1140px) {
	
}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:320px) {
	
/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/
/*
.wrapper {
    display: table;
    margin: 70px auto 0 auto;
    position: relative;
    width: 95%;
    max-width: 1280px;
}

.nav {
	display:none;
}

div.mobilenav {
	display:block;
	width:100%;
	height: 50px;
	background:#000;
	background-position:left;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

div.mobilenav ul {
	padding:0;
	position: relative;
	width: 100%;
	display:none;
	-webkit-transition: top 1s;
	-moz-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
	top:50px;
	z-index:5;
	margin:0;
	background:rgba(60, 132, 54, 0.97);
}

div.mobilenav ul li {
	text-decoration:none;
	list-style:none;
	padding: 8px 0 8px 15px;
}

div.mobilenav ul li a {
	font-size:15px;
	color:#fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight:light;
}


div.mobilenav ul li {
	border-top: 1px solid #307f29;
	border-bottom: 1px solid #63935f;
}

div.mobilenav ul li:first-child {
	border-top: none;
}

div.mobilenav ul li:last-child {
	border-bottom: none;
}


*/

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.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;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
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 {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

@media screen and (max-width:480px){	
	.alignright,
	.alignleft,
	.alignnone {
		float: none;
		display: block;
		margin: 5px auto 20px;
	}
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		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) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]: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;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
