/*
Theme Name: Flyerbox
Theme URI: Virtualfusion
Description: Custom Theme
Version: 1.0
Author: Tamlyn
Author URI: www.virtualfusion.co.za
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 300;
	color: #333e58;
	background: #fff;
	width: 100%;
	letter-spacing: 0.5px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #28d8cd;
	text-decoration: none !important;
}
a:hover {
	color: #f2415e;
	text-decoration: none !important;
}
:focus, :hover, :active {
	text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: 500;
	letter-spacing: 0px;
}
h1 {
	font-size: 48px;
	margin: 0 0 40px 0;
	line-height: 50px;
}
h2 {
	font-size: 40px;
	color: #354157;
	margin: 0;
	line-height: 42px;
}
h3 {
	font-size: 20px;
	color: #354157;
	margin: 0;
	line-height: 22px;
}
.p-2 {
	padding: 0 0 0 40px;
}
.text-center {
	text-align: center !important
}
strong, bold {
	font-weight: 600;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.clearfix:after, section:after, footer:after, header:after {
	content: " ";
	display: table;
	clear: both;
}
.icon {
	width: 90px !important;
	display: inline-block !important;
	margin-bottom: 15px;
}
.btn, #gform_submit_button_1 {
	padding: 5px 25px;
	border-radius: 3px;
	background: #f2415e;
	font-size: 12px;
	color: #fff;
	transition: 0.2s;
	display: inline-block;
	margin-top: 12px;
}
.btn:hover, #gform_submit_button_1:hover {
	background: #00e5d5;
	color: #fff;
}
button:focus, input:focus, textarea:focus {
	outline: 0;
}
/* =MENU
-------------------------------------------------------------- */

nav {
	display: inline-block;
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
	position: relative;
}
nav a {
	color: #2c4e5d;
	display: block;
	line-height: 45px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 14px;
}
nav .btn {
	margin-top: 0;
	padding: 0 10px;
	font-size: 14px;
	margin-left: 20px;
}
nav .btn a {
	color: #fff !important;
}
nav ul ul {
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
nav ul ul li {
	min-width: 180px;
}
nav ul ul ul {
	left: 100%;
	top: 0;
}
nav ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
nav li:hover>a, nav ul ul :hover>a {
	color: #f2415e
}
nav ul li:hover>ul {
	display: block;
}
nav ul li.current_page_item>a, nav ul li.current_page_ancestor>a, nav ul li.current-menu-ancestor>a, nav ul li.current-menu-item>a, nav ul li.current-menu-parent>a {
	color: #f2415e
}
@media screen and (max-width: 1000px) {
	nav {
		display: none;
	}
}
/* =CONTENT
-------------------------------------------------------------- */

section {
	padding: 100px 0 80px;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
/* =OWL CAROUSEL
-------------------------------------------------------------- */

header {
	padding-bottom: 20px;
	position: relative;
	z-index: 9999
}
header .header {
	background: #fff;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
}
header .header #logo {
	width: 180px;
}
/* =SECTION 1
-------------------------------------------------------------- */

#introduction,
.lr-introduction {
	background: #fff url(assets/images/map.png) center no-repeat;
	background-size:100%;
	position: relative;
	margin-top: -20px;
}
#introduction .col,
.lr-introduction .col {
	width: 50%;
}
#introduction .col img,
.lr-introduction .col img {
	width: 100%;
}
#introduction .flex,
.lr-introduction .flex {
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
	#introduction,
	.lr-introduction {
		padding-top: 30px;
		text-align: center;
	}
	#introduction h1,
	.lr-introduction h1 {
		font-size: 45px;
		line-height: 45px;
		margin-top: 20px;
	}
	#introduction .flex,
	.lr-introduction .flex {
		display: block;
	}
	#introduction .col,
	.lr-introduction .col {
		width: 100%;
	}
}
/* =SECTION 2
-------------------------------------------------------------- */

#what-sets-us-apart {
	background: #344058 url(assets/images/pattern-2.png) bottom right no-repeat;
	color: #fff;
	position: relative;
}
#what-sets-us-apart .owl-carousel .item {
	text-align: center
}
#what-sets-us-apart .wave {
	background: url(assets/images/wave-blue.png) center top no-repeat;
	height: 25px;
	width: 100%;
	margin-top: -15px;
	position: absolute;
	top: 0;
}
#what-sets-us-apart h3 {
	color: #ffffff;
	font-weight: 400;
	margin-top: 20px;
}
#what-sets-us-apart h2 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 50px;
}
/* =SECTION 2
-------------------------------------------------------------- */

#about-flyerbox {
	background: #fff url(assets/images/pattern.png) top left no-repeat;
}
#about-flyerbox .wrap {
	max-width: 960px;
	width: 100%;
	float: right;
}
#about-flyerbox .wrap h2 {
	padding-left: 30px;
	margin: 0;
}
#about-flyerbox .col {
	width: 50%;
	padding: 30px;
}
@media screen and (max-width: 700px) {
	#about-flyerbox .wrap h2 {
		padding-left: 0px;
	}
	#about-flyerbox .flex {
		display: block
	}
	#about-flyerbox .col {
		width: 100%;
		padding: 0;
	}
	#about-flyerbox .wrap {
		width: 100%;
	}
	#about-flyerbox {
		background-size: 100px;
	}
}
/* =SECTION 4
-------------------------------------------------------------- */

#other-services {
	background: #00e5d5 url(assets/images/pattern-4.png) bottom left no-repeat;
	position: relative;
	padding-bottom: 50px;
}
#other-services .wave {
	background: url(assets/images/wave-green.png) center top no-repeat;
	height: 25px;
	width: 100%;
	margin-top: -15px;
	position: absolute;
	top: 0;
}
#other-services .owl-carousel .item {
	background: #fff;
	border-radius: 5px;
	padding: 25px;
	text-align: center
}
#other-services .col {
	width: 40%;
	float: left;
}
#other-services .intro {
	max-width: 400px;
	width: 100%;
	padding-right: 40px;
	padding-left: 20px;
	float: right;
}
#other-services .carousel {
	width: 60%;
	float: right;
	padding: 0 20px;
}
#other-services h2 {
	margin-bottom: 30px;
	margin-top: 20px;
}
#other-services .item {
	-webkit-box-shadow: 0px 0px 50px -22px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 50px -22px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 50px -22px rgba(0, 0, 0, 1);
	margin: 15px;
}
#other-services .icon {
	width: 75px !important;
	margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
	#other-services .flex {
		display: block
	}
	#other-services .col {
		width: 100%;
	}
	#other-services .item {
		margin: 0;
	}
	#other-services .intro {
		max-width: 100%;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	#other-services .carousel {
		width: 100%;
	}
}
/* =SECTION 5
-------------------------------------------------------------- */

#section-5 {
	background: url(assets/images/stats.jpg) center no-repeat;
	background-size: 100%;
}
#section-5 .col {
	width: 33.333333%;
	text-align: center;
}
#section-5 .larger {
	font-size: 65px;
	font-weight: 500;
	color: #f2415e;
	margin: 0;
}
#section-5 p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0 0 0;
}
@media screen and (max-width: 1000px) {
	#section-5 {
		background-size: cover;
	}
}
@media screen and (max-width: 700px) {
	#section-5 .flex {
		display: block;
	}
	#section-5 .col {
		width: 100%;
		padding: 30px 0;
	}
}
/* =FOOTER
-------------------------------------------------------------- */

footer {
	background: #344058;
	padding: 40px 0 30px;
	color: #fff;
	font-size: 14px;
}
footer .container {
	padding: 0;
}
footer ul {
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
}
footer ul li a {
	color: #fff;
}
footer ul li:not(.btn) a:hover {
	color: #00e5d5;
}
footer ul li.btn a:hover {
	color: #ffffff;
}
footer .col {
	width: 25%;
	padding: 20px;
}
footer h3 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 700px) {
	footer .flex {
		display: block;
	}
	footer .col {
		width: 100%;
		padding: 5px 20px;
		margin-bottom: 25px;
	}
}
/* =COPYRIGHT
-------------------------------------------------------------- */

#copyright {
	padding: 20px;
	text-align: center;
	font-size:14px;
}

#contact-us{
	padding:80px 0;
}
#contact-us h2 {
	text-align:center;
}
#contact-us ul {
	margin:0;
	padding:0;
	list-style:none;
}
#contact-us input, textarea {
	width:100%;
	padding:10px;
	border:1px solid #e6e4e4;
}
#gform_wrapper_1 {
	width:100%;
	max-width:600px;
	margin:40px auto 0;
}
.gfield {
	margin-bottom:15px;
}
#gform_submit_button_1 {
	width:auto !important;
	border:none !important;
	border-radius:5px;
	text-transform:uppercase;
	padding-right:30px !important;
	padding-left:30px !important;
	cursor:pointer
}

/* =INTERNAL PAGE
-------------------------------------------------------------- */
.page-template-page-internal header {
	padding-bottom: 0;
}

.page-template-page-internal #main-content {
	padding-top: 0;
}
.page-template-page-internal .heading-container {
	text-align: center;
	padding: 100px 15px 80px 15px;
}
.page-template-page-internal .heading-container h1{
	margin: 0;
	font-size: 40px;
	color: #ffffff;
	line-height: 42px;
}
.page-template-page-internal .content {
	padding: 15px;
}
.page-template-page-internal .wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.page-template-page-internal #copyright {
	background-color: #ffffff;
	color: #333e58;
}
.bg-blue {
	background: #344058 url('assets/images/pattern-2.png') bottom right no-repeat;
	color: #fff;
}
/* =CONTACT PAGE
-------------------------------------------------------------- */
.page-template-page-contact header {
	padding-bottom: 0;
}

.page-template-page-contact #main-content {
	padding-top: 0;
}
.page-template-page-contact .heading-container {
	text-align: center;
	padding: 100px 15px 80px 15px;
}
.page-template-page-contact .heading-container h1{
	margin: 0;
	font-size: 40px;
	color: #ffffff;
	line-height: 42px;
}
.page-template-page-contact.content {
	padding: 15px;
}
.page-template-page-contact .wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.page-template-page-contact #copyright {
	background-color: #ffffff;
	color: #333e58;
}
.page-template-page-contact #gform_fields_1 {
	list-style-type: none;
	padding: 0;
}

/* =SERVICES LANDING PAGE
-------------------------------------------------------------- */
.category-services {
	background-color: #00e5d5;
}
.category-services header {
	padding-bottom: 0;
}

.category-services #main-content {
	padding-top: 0;
}
.category-services #main-content .content {
	padding-top: 50px;
}
.category-services .category-services-inner .bg-teal {
	background: #00e5d5 url('assets/images/pattern-4.png') bottom left no-repeat;
	position: relative;
	padding: 100px 15px 50px 15px;
}
.category-services .category-services-inner .wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.category-services .heading-container {
	text-align: center;
}
.category-services .services-container .services-post .post-title {
	padding-top: 25px;
	padding-bottom: 16px;
}
.category-services .services-container .service-image img {
	width: 75px;
}
.category-services .services-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.category-services .services-container .services-post {
	flex-basis: calc(90% / 2);
	background: #fff;
	border-radius: 5px;
	padding: 25px;
	text-align: center;
	margin: 0 10px 25px 0;
	-webkit-box-shadow: 0px 0px 50px -22px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 50px -22px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 50px -22px rgba(0, 0, 0, 1);
}
.category-services .services-container .services-post .post-actions .btn {
	padding: 5px 25px;
	border-radius: 3px;
	background: #f2415e;
	font-size: 12px;
	color: #fff;
	transition: 0.2s;
	display: inline-block;
	margin-top: 12px;
}
.category-services #copyright {
	background-color: #ffffff;
	color: #333e58;
}
@media all and (max-width: 600px) {
	.category-services .services-container .services-post {
		flex-basis: 100%;
		margin: 0 25px 25px 25px;
	}
}
/* =SERVICES POST
-------------------------------------------------------------- */
.post-template-single-service header {
	padding-bottom: 0;
}

.post-template-single-service #main-content {
	padding-top: 0;
}
.post-template-single-service .heading-container {
	text-align: center;
	padding: 100px 15px 80px 15px;
}
.post-template-single-service .heading-container h1{
	margin: 0;
	font-size: 40px;
	color: #ffffff;
	line-height: 42px;
}
.post-template-single-service .content {
	padding: 15px;
}
.post-template-single-service .wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.post-template-single-service #copyright {
	background-color: #ffffff;
	color: #333e58;
}

#service-post-widget-container {
	background-color: #00e5d5;
	padding: 100px 80px;
}
.cb-widget-container {
	text-align: center;
}
.cb-widget-container .cb-title {
	font-size: 32px;
	color: #ffffff;
	padding-bottom: 25px;
	font-weight: bold;
}
.cb-widget-container .cb-content {
	padding-bottom: 25px;
}
.cb-widget-container .cb-button {
	color: #ffffff;
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 8px 30px;
	border-radius: 30px;
}

/* =HOME V2
-------------------------------------------------------------- */
body.page-template.page-template-page-home-2 .wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.lr-full-width {
	padding: 60px 0;
}
.lr-grid {
	background: #344058 url('assets/images/pattern-2.png') bottom right no-repeat;
	color: #fff;
	position: relative;
}
.lr-grid > .inner {
	max-width: 1290px!important;
	padding: 100px 45px 80px 45px!important;
}
.lr-grid .title h2 {
	color: #ffffff;
}
.lr-grid .grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -45px;
}
.lr-grid .grid.columns-4 > div {
	flex-basis: 25%;
}
.lr-grid .grid.columns-3 > div {
	flex-basis: calc(100% / 3);
}
.lr-grid .grid.columns-2 > div {
	flex-basis: 50%;
}
.lr-grid .grid.columns-1 > div {
	flex-basis: 100%;
}
@media all and (max-width: 968px) {
	.lr-grid .grid.columns-4 > div {
		flex-basis: calc(100% / 3);
	}
}
@media all and (max-width: 768px) {
	.lr-grid .grid.columns-4 > div,
	.lr-grid .grid.columns-3 > div {
		flex-basis: 50%;
	}
}
@media all and (max-width: 550px) {
	.lr-grid .grid.columns-3 > div {
		flex-basis: 100%;
	}
	.lr-grid .grid.columns-2 > div {
		flex-basis: 100%;
	}
}
.lr-grid .wave {
	background: url('assets/images/wave-blue.png') center top no-repeat;
	height: 25px;
	width: 100%;
	margin-top: -15px;
	position: absolute;
	top: 0;
}
.lr-grid .grid .grid-item {
	padding: 45px;
	text-align: center;
}
.lr-grid .grid .title h3 {
	color: #ffffff;
}
.lr-grid .grid .image {
	padding-bottom: 35px;
}
.lr-grid .grid .image img {
	display: block;
	max-width: 90px;
	margin: 0 auto;
}
.lr-grid .actions {
	text-align: center;
}
.lr-grid .actions a {
	padding: 5px 25px;
	border-radius: 3px;
	background: #f2415e;
	font-size: 14px;
	color: #fff;
	transition: 0.2s;
	display: inline-block;
}
.lr-grid .actions a:hover {
	background: #00e5d5;
	color: #fff;
}

.lr-stats {
	padding: 100px 0 80px 0!important;
	background-size: cover;
}
.lr-stats .title h2 {
	color: inherit;
}
.lr-stats .stats-container {
	display: flex;
	flex-wrap: wrap;
}
.lr-stats .stats-container > div {
	flex-basis: calc(100% / 3);
	text-align: center;
	padding: 60px 15px 15px 15px;
}
.lr-stats .stat {
	font-size: 65px;
	font-weight: 500;
	color: #f2415e;
	margin: 0;
	line-height: 67px;
}
.lr-stats .description {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0 0 0;
}
@media all and (max-width: 768px) {
	.lr-stats .stats-container > div {
		flex-basis: 50%;
	}
}
@media all and (max-width: 550px) {
	.lr-stats .stats-container > div {
		flex-basis: 100%;
	}
}

.lr-contact-us {
	background-color: #00e5d5;
	padding: 100px 80px;
	text-align: center;
}
.lr-contact-us .title {
	font-size: 32px;
	color: #ffffff;
	padding-bottom: 25px;
	font-weight: bold;
}
.lr-contact-us .content {
	padding-bottom: 25px;
}
.lr-contact-us .actions a {
	color: #ffffff;
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 8px 30px;
	border-radius: 3px;
	text-decoration: none !important;
	transition-duration: 0.2s;
}
.lr-contact-us .actions a:hover {
	color: #00e5d5;
	background-color: #ffffff;
}
