/*
Theme Name: Eventlimos Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
*/

/*IMPORTS FONTS*/
@import 'css/font-awesome.min.css';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/*GLOBAL*/
html { position: relative; }
body { font-family: 'Roboto', Verdana, Arial, san-serif; font-size: 16px; font-weight: 400; line-height: 27px; background:#fff; color:#000000; margin: 0; }
p { margin:15px 0 25px; }
ul, li { font-size: 18px; font-weight: 400; line-height: 1.5; }
li{ margin-bottom: 15px; }
h1, h2, h3, h4, h5 { font-weight: 900; line-height: 1em; }
h1 { font-size:72px; }
h2 { font-size: 3.125em; }
h3 { font-size: 35px; }
h4 { font-size: 25px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; font-weight: 400; }
blockquote{ border-left: 7px solid #09448a; margin: 40px 0; padding: 0 40px; }
blockquote p { font-weight: 400; margin:0; }
hr { color: #000000; background-color: #000000; height: 1px; border-top: 1px; margin: 40px 0px; }
pre { margin: 0; }
img { max-width: 100%; height: auto; }
.btn { padding: 15px 30px; border: 1px solid #FFF; color: #FFF; text-decoration: none; text-transform: uppercase; }
.btn:hover { border: 1px solid #000; background-color: #000; }
.btn.orange { background-color: #ffbc42; text-decoration: none; }
.btn.blue {background:#09448a; text-decoration:none;color: #FFF!important;text-decoration: none !important;}
.btn.blue:hover, .btn.blue.active_service { box-shadow: inset 0px 0px 23px rgba(0,0,0,.3); border: 1px solid transparent; text-decoration: none; }
.btn.orange:hover, .btn.orange.active_service { box-shadow: inset 0px 0px 23px rgba(0,0,0,.3); border: 1px solid transparent; text-decoration: none; }
.btn.borderless { border: none; }
.phone-icon { background: url('images/phone-icon.png') no-repeat; width: 33px; height: 34px; display: inline-block; vertical-align: middle; margin: -5px 9px 0 0; border: 1px solid #000; }
.clear { clear: both; display: block; }
.three-columns { width: 31.8%; float: left; margin-right: 2.3%; }
.three-columns:nth-of-type(3) { margin-right: 0; }
.two-columns { width: 47%; float: left; margin-right: 6%; }
.two-columns:nth-of-type(2) { margin-right: 0; }
.content-leftside { width: 70%; float: left; margin-right: 3%; }
.content-rightside { width: 27%; float: right; }
.content-rightside a { display: block; width: 200px; max-width: 100%; margin: 10px 0; }

/*OTHER STYLES*/
/* Table Styles */
table.table-style-1 p{ margin-bottom:0; }
.table_style_1 td { border-bottom: none; border-left: 1px solid #fff; border-right: none; border-top: 1px solid #fff; padding: 20px 30px; }
/* TABLE HEADING */
.table_style_1 th { background: #000000; color: #fff; font-size: 20px; font-weight: 400; text-align: left; line-height: 24px; padding: 20px 30px; }
.table_style_1 tr td:first-child,
.table_style_1 tr th:first-child { border-left: none; }
.table_style_1 tr:nth-child(1n) td { background: #fff; }
.table_style_1 tr:nth-child(2n) td { background: #d4d4d4; }
/* Existing Typography CSS */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper textarea.medium {  background: #fff; border: 1px solid #B7B7B7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #403c3e; display: inline-block; font-family: inherit; font-weight: inherit; font-size: 1rem; margin: 0; max-width: 100%; padding: 12px 10px; }
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium { height: auto; width: 100%; }
.gform_wrapper .gfield_required{ color: #DD5D3F; }
.gform_wrapper .top_label .gfield_error{ width:100%; }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  -webkit-appearance: none;  }
input[type="number"] { -moz-appearance: textfield; }
input[type="password"] { letter-spacing: 0.3em; }
textarea,
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea,
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea { width: 400px; }
select { padding: 5px 0;}
.woocommerce-cart table.cart td.actions .coupon .input-text { height: 57px; }
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button { background-color: #000000; border-width: 0; color: #fff; cursor: pointer; display: inline-block; font-family: inherit; font-size: 1.0625rem; font-weight: bold; padding: 25px 25px; line-height: 0; text-align: center; text-decoration: none; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; transition: all 200ms ease-in; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { display: block; }
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover { background: #b62e22; color: #fff; }
a.em-button { border: 1px solid #b62e22; display: inline-block; font-size: 1.222222rem; font-weight: 300; line-height: 1.2em; padding: 16px 25px 15px; text-align: center; text-decoration: none; }
a.em-red { background-color: #b62e22; border: none; color: #fff; }
a.em-grey { background: #262626; border: none; color: #fff; }
a.em-rounded { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
a.em-button:hover { background: #b62e22; color: #fff; text-decoration: none; }
a.em-grey:hover { background: #b32317; }
a.em-red:hover { background-color: #262626; color: #fff; }
a.pdf-link:after, a.doc-link:after { background: url(../images/icon-download.png) no-repeat left top; content: ""; height: 33px; position: absolute; right: 48px; top: -2px; width: 24px; }
a.pdf-link, a.doc-link { background: url(../images/pdf.png) left top no-repeat; display: block; font-weight: normal; padding: 8px 100px 6px 53px; position: relative; }
a.doc-link { background: url(../images/doc.png) left top no-repeat; }
p.testimonial { color: #b32317; font-size: 1.611111rem; line-height: 1.5em; }
.testimonial em { color:#999; font-size: 0.888889rem; }
table.table-style-1 { background: #0d294a5; }
.table-style-1 td, .table-style-1 th { border-bottom: none; border-left: 1px solid #fff; border-right: none; border-top: 1px solid #fff; padding: 13px 15px 13px; text-align: left; }
.table-style-1 th { background: #b32317; color: #fff; font-size: 1.125rem; font-weight: 500; line-height: 1.333333em; }
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child { border-left: none; }
.table-style-1 tr:nth-child(2n) td { background: #e7e7e7; }
table.notable { }
.mce-content-body img[data-wp-more] { height: 16px !important; }
.alignleft { float: left; }
.alignright { float: right; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clear { clear: both; }
.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.textjustify { text-align: justify; }
.normal { font-weight: inherit; }
.uppercase { font-weight: bold; text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.block { display: block; }
.noborder { border: 0; }
img.alignleft { margin: 0 15px 15px 0; }
img.alignright { margin: 0 0 15px 15px; }

/*HEADER*/
header#main_header { background: rgba(0,0,0,.7); min-height: 105px; color: #FFF; position: fixed; width: 100%; top: 0; z-index: 9999; transition: all 0.5s ease; }
.logged-in header#main_header { top: 32px; }
header#main_header.sticky { background: rgba(0,0,0,1); }
header#main_header a { color: #FFF; text-decoration: none; text-transform: uppercase; }
header#main_header a:hover { text-decoration: underline; }
header#main_header ul { padding: 0; margin: 0; list-style-type: none; }
header#main_header ul li { margin: 0 20px; display: inline-block; vertical-align: middle; line-height: 1.5;}
header#main_header ul li.current-menu-item > a, header#main_header ul li.current-menu-parent > a { text-decoration: underline; }
header#main_header ul.sub-menu { display: none; position: absolute; background: #000; width: 230px; }
header#main_header ul.sub-menu li { display: block !important; margin: 10px !important; }
header#main_header ul#menu-main-menu > li:hover ul.sub-menu { display: block; }
header#main_header #branding, header#main_header #menu { display: inline-block; vertical-align: middle; }
header#main_header #branding { margin: 10px 0px 0 40px; }
header#main_header #menu { float: right; }
header#main_header #menu .menu-main-menu-container { margin-right: 20px; }
header#main_header #menu > div, header#main_header #menu > a  { display: inline-block; vertical-align: middle; }
header#main_header #menu .booknow-btn { background: #09448a; height: 105px; font-size: 22px; padding: 0 35px; }
header#main_header #menu .booknow-btn:hover { text-decoration: none; }
header#main_header #menu .booknow-btn i { display: block; text-align: center; margin: 25px 0 5px; }
header#main_header #menu .contact-number { height: 67px; background: #000; padding: 38px 47px 0; margin-left: -4px; font-size: 28px; }
body.page-id-55 header#main_header #menu .booknow-btn {display:none;}

/*CONTENT*/
div#container a { color: #09448a; text-decoration: none; }
div#container a:hover { color: #09448a; text-decoration: underline; }
div#container i.fa.fa-facebook { background: transparent; border: 1px solid #1d5293; color: #1d5293; padding: 12px 15px 10px; margin-right: 10px; width: auto; }
section#content, section#fullw-content > .content { width: 1275px; max-width: 96%; margin: 0 auto; padding: 80px 2%; }
.postid-22 section.less-padding > .content { padding-top: 0 !important; }
.postid-22 section.less-padding-bottom> .content { padding-bottom: 20px !important; }
section.services-section { background-color: #09448a; }
section.services-section a { display: inline-block; }
section.services-section .service { display: block; position: relative; color: #FFF; margin-bottom: 6.3%; }
section.services-section .service a { position: absolute; bottom: 30px; left: 25px; color: #FFF !important; text-decoration: none!important; }
section.services-section .service div { position: absolute; bottom: 90px; left: 25px; width: 82%; }
section.services-section .service div h3 { margin-bottom: 24px; }
section.services-section .service div p { margin: 15px 0; }
section#content ul, li { font-size: 16px; font-weight: 400; line-height: 1; }

body.page-id-55 .content a.btn {
	display:none !important;
}

.page-id-176 section#content, .page-id-176 section#fullw-content > .content { width: 1275px; max-width: 96%; margin: 0 auto; padding: 40px 2% 0px 2%; }
/*********************
Ballpark Quote Page
*********************/
.icon-mail {
  background: url("library/images/icon-mail-retina.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  -o-background-size: 32px auto;
  background-size: 32px auto;
  min-height: 32px;
    list-style: outside none none;
    margin-bottom: 25px;
    margin-left: -35px;
    margin-top: 10px;
    padding-left: 50px;
}
.icon-smart {
  background: url("library/images/icon-glasses-retina.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  -o-background-size: 32px auto;
  background-size: 32px auto;
  min-height: 32px;
    list-style: outside none none;
    margin-bottom: 25px;
    margin-left: -35px;
    margin-top: 10px;
    padding-left: 50px;
}
.icon-heart {
  background: url("library/images/icon-heart-retina.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  -o-background-size: 32px auto;
  background-size: 32px auto;
  min-height: 32px;
	list-style: outside none none;
	margin-bottom: 25px;
	margin-left: -35px;
	margin-top: 10px;
    padding-left: 50px;
}
.ballpark {
  border: medium none;
    border-radius: 2px;
    height: 45px;
    padding: 0 10px;
    width: 100%;
}
.ballpark-wrapper .gform_wrapper .top_label input.medium, .ballpark-wrapper .gform_wrapper .top_label input.large, .ballpark-wrapper .gform_wrapper .top_label textarea.textarea, .ballpark-wrapper .gform_wrapper textarea.textarea {
  border: none;
  width: 100%;
}
.ballpark-wrapper .gform_wrapper .top_label select.medium {
  width: 100%;
}
.ballpark-wrapper .ballpark {
  height: auto;
  padding: 0;
}
.ballpark-quote-left {
  float: left;
  margin-top: 15px;
  width: 60%;
}
.ballpark-quote-right {
  float: right;
  padding-top: 55px;
  width: 30%;
}
.ballpark-quote-left h2 {
	line-height: 1;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-size: 1.3em;
    font-weight: 400!important;
}


/*********************
FLEXSLIDER
*********************/
.flexslider {
	background: none;
	border: none;
}
ol.flex-control-nav{
	position: static;
	padding-left: 300px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}
ol.flex-control-nav li{
	display: block;
    float: left;
    margin: 0 3px;
}
ol.flex-control-paging li a{
	background: #878787;
	height: 12px;
	width: 12px;
}
ol.flex-control-paging li a:hover,
ol.flex-control-paging li a.flex-active{
	background: #fff;
}
ul.flex-direction-nav {height: 0;
}
li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
ul.flex-direction-nav a:before {display: none !important;}
ul.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
ul.flex-direction-nav a.flex-prev {
	background: url("images/arrow-left.png") no-repeat;
	left: -180px;
}
ul.flex-direction-nav a.flex-next {
	background: url("images/arrow-right.png") no-repeat;
	right: -180px;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Testimonial Slider */
section.testimonial-section *{
	color: #fff;
}
section.testimonial-section{
	background: url('images/testimonial-sliderbackground.jpg') no-repeat center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 110px 0;
	position: relative;
}
section#fullw-content.testimonial-section .content {
    padding: 0 2%;
}
section.testimonial-section .testimonials-list{
	padding: 0 0 30px;
}
section.testimonial-section .quote blockquote {
	background: url('images/qoute-icon.png') no-repeat left top;
	padding: 0 0 0 300px;
	margin: 0;
	min-height: 208px;
	border: 0;
}
section.testimonial-section blockquote p {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}
section.testimonial-section .quote .author {
	display: block;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	margin: 30px 0 0;
}
.widget_woothemes_testimonials > .testimonials {
	*zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list:before,
.testimonials-list:after,
.flex-control-nav:before,
.flex-control-nav:after {
	content: "";
	display: table;
	line-height: 0;
}
.testimonials-list:after,
.flex-control-nav:after {
	clear: both;
}

section.banner .content { padding: 160px 2% 65px !important; position: relative; }
section.banner .content h1 { margin-bottom: 30px; line-height: 0.9em; padding-right: 200px; }
section.banner .content span { font-size: 42px; width: 80%; }
section.banner .content a.btn { position: absolute; right: 2%; bottom: -22%; height: 27px; top: 0; margin: auto; color: #FFF !important; text-decoration: none !important; }

/*FOOTER*/
.f-buttons { margin-bottom: 20px; width: 24%; }
footer#footer { background-color: #e4e4e4; }
footer#footer section#content:after { content: ''; clear: both; display: block; }
footer#footer section#content > div { display: inline-block; vertical-align: middle; float: left; text-align: center; }
footer#footer .f-buttons a, footer#footer .f-buttons > div { display: inline-block; vertical-align: middle; margin-left: 5px; margin-right: 5px; margin-bottom: 5px; }
footer#footer .f-buttons > a.btn.blue.borderless { padding: 10px 10px; width: 94px; }
footer#footer .f-buttons .btn.phone-number {padding: 10px 6px;}
footer#footer .f-buttons > div a { margin: 0; }
footer#footer .f-buttons > div.phone-number a { color: #000; }
footer#footer .f-buttons a { text-decoration: none; color: #FFF; }
footer#footer .f-buttons > a{ border: 1px solid #09448a; }
footer#footer .f-buttons a:hover { text-decoration: none; color: #FFF; }
footer#footer a { text-decoration: none; color: #000; }
footer#footer a:hover { text-decoration: underline; }
footer#footer .f-buttons ul.socials-link { display: block; list-style: none; padding-left: 0; text-align: center; }
footer#footer .f-buttons ul.socials-link li { display: inline-block; }
footer#footer .f-buttons .btn.phone-number { background: transparent; border: 1px solid #000; color: #000 !important; }
footer#footer .f-buttons .btn.fb-btn { background: transparent; border: 1px solid #1d5293; color: #1d5293; padding: 15px 25px; width: auto; }
footer#footer .f-buttons .btn.ig-btn { background: transparent; border: 1px solid #4c68d7; color: #4c68d7; padding: 15px 25px; width: auto; }
footer#footer .f-buttons .btn.tw-btn { background: transparent; border: 1px solid #55acee; color: #55acee; padding: 15px 25px; width: auto; }
footer#footer .menu-copyright { font-size: 14px; text-align: center; font-family: 'Open Sans', sans-serif; margin: 0; margin-top: 25px; width: 53%; }
footer#footer .menu-copyright ul { list-style-type: none; margin: 0; padding: 0; }
footer#footer .menu-copyright li { font-family: Roboto; display: inline-block; vertical-align: middle; margin: 0 15px 10px; font-size: 14px; text-transform: uppercase; }
footer#footer .credit-cards { width: 23%; }
footer#footer .sub-menu { display: none; }
footer#footer .btn { padding: 15px 10px; width: 110px; text-align: center; }

.gform_wrapper .top_label input.medium { width: 400px !important; max-width: 100%; }
.tabs-flat ul.tabs-nav li.tabs-nav-items { padding: 0 !important; }
.tabs-flat ul.tabs-nav li.tabs-nav-items a { padding: 20px;display: block; text-decoration: none !important; }

.postlist ul {
	list-style: none;
  margin: 0;
  padding: 0;
}
.postlist li {
	border-bottom: 1px solid #DDD;
  padding-bottom: 50px;
}
.postlist li:after {
  content: '';
  display: block;
  clear: both;
}
.postlist .post-list-thumbnail {
	float: left;
}
.postlist .w-pthumb {
	margin-left: 335px;
}
.postlist a.em-button {
	background-color: #2091d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    display: table;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 22px;
    text-decoration: none;
  	border: 0 none;
}
.post-list-content a.em-button:hover {
    background-color: #1778b0;
    text-decoration: none !important;
}
.sfm-navicon-button { display: none !important; }
h2.h2.entry-title {
    font-size: 1.8125rem;
    line-height: 1.2em;
    font-weight: normal;
}

.sidebar #container {
	text-align: center;
}
.sidebar section#content {
	width: 892.5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.sidebar #sidebar {
	width: 382.5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
      padding: 136px 40px 0;
}
.sidebar #sidebar > #primary > ul {
	list-style: none;
  padding: 0;
  margin: 0;
}

/*RESPONSIVE*/
@media ( max-width: 1700px ) {
	ul.flex-direction-nav a.flex-prev{left: -130px;}
	ul.flex-direction-nav a.flex-next{right: -130px;}
}
@media ( max-width: 1600px ) {
	ul.flex-direction-nav a.flex-prev{left: -90px;}
	ul.flex-direction-nav a.flex-next{right: -90px;}
}
@media ( max-width: 1500px ) {
	ul.flex-direction-nav a.flex-prev{left: -50px;}
	ul.flex-direction-nav a.flex-next{right: -50px;}
}
@media ( max-width: 1490px ) {
  header#main_header ul li {
  	margin: 0 10px;
  }
}
@media ( max-width: 1400px ) {
	section.testimonial-section{padding: 80px 0 70px;}
	section#fullw-content.testimonial-section .content{width: 90%;}
	section.testimonial-section .quote blockquote{
		background-size: 200px auto;
		padding-left: 250px;
	}
	section.testimonial-section blockquote p{font-size: 18px;}
	section.testimonial-section .quote .author{font-size: 27px;}
	ol.flex-control-nav{padding-left: 250px;}
}
@media ( min-width: 1276px ) {
	.mobile { display: none !important; }
}
@media ( max-width: 1376px ) {
	header#main_header a { font-size: 14px; }
	header#main_header ul li { margin: 0 8px; }
	header#main_header #menu .booknow-btn { font-size: 18px; padding: 0 22px; }
	header#main_header #menu .contact-number { padding: 38px 25px 0; font-size: 18px; }
}
@media ( max-width: 1327px ) {
	section#fullw-content.testimonial-section .content{width: 100%;}
	section.testimonial-section .testimonials-list{
		padding-left: 40px;
		padding-right: 40px;
	}
	ul.flex-direction-nav a.flex-prev{left: 0;}
	ul.flex-direction-nav a.flex-next{right: 0;}
	ol.flex-control-nav{padding: 0;}
	ol.flex-control-nav li {
		display: inline-block;
		float: none;
		margin: 0 3px;
	}
  footer#footer .credit-cards { width: 26%; margin-top: -20px; text-align: right; }
  .f-buttons { width: 25%; }
  footer#footer .menu-copyright {     width: 49%; }
}
@media ( max-width: 1275px ) {
	section.banner .content a.btn { background-color: #000000; border-color: #000000; }
	section.banner .content a.btn:hover { background-color: #dadada; border-color: #dadada; color: #000;}
	section#footer #content { text-align: center; }
	footer#footer #content > div.menu-copyright { display: none; }
	footer#footer #content > div.credit-cards { width: 48%; text-align: right; }
	footer#footer #content > div.f-buttons { width: 48%; }
	footer#footer #content > div.menu-copyright.mobile { display: block; margin-top: 30px; }
  footer#footer section#content > div { float: none; width: auto; }
}
@media ( max-width: 1120px ) {
  header#main_header #menu .menu-footer-menu-container { display: none; }
  .sfm-navicon-button { display: block !important; }
}
@media ( max-width: 1100px ) {
	section.testimonial-section{padding: 60px 0 50px;}
	section.testimonial-section .quote blockquote {
		background-size: 180px auto;
		padding-left: 220px;
	}
	section.testimonial-section blockquote p {
		font-size: 17px;
		line-height: 25px;
	}
	section.testimonial-section .quote .author{
		font-size: 24px;
		margin: 22px 0 0;
	}
}
@media ( min-width: 1001px ) {
	.formobile { display: none !important; }
	.fordesktop { display: block !important; }
}
@media ( max-width: 1000px ) {
	html.sfm-no-mobile { margin-top: 0 !important; }
	header#main_header div.menu-main-menu-container, 
	#wpadminbar{ display: none !important; }
	.sfm-navicon-button { display: block !important; }
	section.banner .content  { padding: 150px 2% 65px !important; }
	.logged-in header#main_header { top: 0; }
	section.banner .content span { font-size: 30px; }
	header#main_header #branding { margin: 10px 0px 0 65px; }
	.fordesktop { display: none !important; }
	.formobile { display: block !important; }
}
@media ( max-width: 946px ) {
	h1 { font-size:52px; }
	h2 { font-size: 40px; }
	h3 { font-size: 28px; }
	h4 { font-size: 20px; }
	h5 { font-size: 15px; }
	h6 { font-size: 14px; font-weight: 400; }
	p { margin-bottom: 15px; }
	body { font-size: 14px; line-height: 22px; }
	footer#footer #content > div.f-buttons, footer#footer #content > div.credit-cards { display: block; text-align: center; width: 100%; }
	footer#footer #content > div.f-buttons { margin-bottom: 30px; }
	footer#footer .f-buttons a, footer#footer .f-buttons > div { margin-bottom: 5px; }
	section#content, section#fullw-content > .content { padding: 40px 2%; }
	.less-padding-bottom > .content { padding-bottom: 0 !important;	}
	.less-padding > .content { padding-top: 0 !important;	}
	.btn { padding: 5px 15px; font-size: 12px; }
  footer#footer .f-buttons .btn.fb-btn { font-size: 12px; }
	section.services-section .service div { bottom: 65px; }
	section.services-section .service div h3 { margin-bottom: 15px; }
	section.banner .content a.btn { height: 21px; }
}
@media ( max-width: 900px ) {
	.content-leftside, .content-rightside { float: none; margin-bottom: 20px; display: block; width: 100%; }
	.content-rightside { text-align: center; }
	.content-rightside a { display: inline-block; vertical-align: middle; margin: 5px; width: auto; }
}
@media ( max-width: 870px ) {
	.three-columns { display: block; float: none; width: 100%; margin: 0 0 30px !important; }
	section.services-section { text-align: center; }
	section.services-section .service { display: inline-block; width: 48%; margin-right: 3%; margin-bottom: 0; text-align: left; }
	section.services-section .service:last-of-type { margin-right: 0; }
}
@media ( max-width: 830px ) {
	.ls-wp-fullwidth-container .hide-mobile { display: none !important }
	.ls-wp-fullwidth-container p.ls-l { left: 0 !important; text-align: center !important; width: 100% !important; }
}
@media ( max-width: 800px ) {
	section.testimonial-section{padding: 40px 0 30px;}
	section.testimonial-section .quote blockquote {
		background-size: 130px auto;
		padding-left: 160px;
	}
	section.testimonial-section blockquote p {
		font-size: 16px;
		line-height: 22px;
	}
	section.testimonial-section .quote .author{
		font-size: 21px;
	}
}
@media (max-width: 768px) {
	.tabs-container {z-index: 90909090;}
  #responsiveTabs-98 div.r-tabs-state-active a { color: #09448a !important; }
  #responsiveTabs-98  .r-tabs-accordion-title a { padding: 20px; display: block; text-decoration: none !important; }
  #responsiveTabs-98  .r-tabs-accordion-title { padding: 0 !important; }
  #responsiveTabs-98  .r-tabs-accordion-title:hover { background: #ffffff !important; }
}
@media ( max-width: 767px ) {
	section.testimonial-section{padding-bottom: 10px;}
	section.testimonial-section .testimonials-list{padding-bottom:20px;}
	section.testimonial-section .quote blockquote {
		background-position: center top;
		background-size: 100px auto;
		padding: 100px 0 0;
	}
	section.testimonial-section blockquote p,
	section.testimonial-section .quote .author{
		text-align: center;
	}
	ol.flex-control-nav{padding: 0}
	.ballpark-quote-left, .ballpark-quote-right {float: none; width: auto;}
}
@media ( max-width: 703px ) {
	/*body > .ls-wp-fullwidth-container { display: none; }*/
}
@media ( max-width: 680px ) {
	.two-columns { display: block; float: none; width: 100%; margin: 0 0 30px !important; }
  .postlist .post-list-thumbnail, .postlist .w-pthumb {
  	float: none;
    margin: 0 0 15px;
  }
  .postlist li {
  	padding-bottom: 25px;
  }
}
@media ( min-width: 646px ) {
	.for-desktop { display: block; }
	.for-mobile { display: none; }
}
@media ( max-width: 645px ) {
  header#main_header #menu .booknow-btn { padding: 0 15px; }
  header#main_header #menu .contact-number { padding: 38px 15px 0; }
  
	.phone-icon { background-size: 100% auto; width: 24px; height: 25px; margin: -4px 4px 0 0; }
	.for-desktop { display: none; }
	.for-mobile { display: block; }
	.home header#main_header { position: relative; }
	.home header#main_header.sticky { position: fixed; }
}
@media ( max-width: 560px ) {
  .site-logo img { width: 155px; }
  header#main_header { min-height: 87px; }
  header#main_header #menu .booknow-btn { height: 87px; font-size: 14px; }
  header#main_header #menu .contact-number { padding: 33px 15px 0; height: 54px; }
}
@media ( max-width: 520px ) {
	section.services-section .service { width: auto; margin-right: 0; margin-bottom: 20px; }
	section.services-section .three-columns { margin-bottom: 0 !important; }
	.menu-copyright.mobile .hide-mobile { display: none; }
	.menu-copyright.mobile .mobile-block { display: block; }
  .three-columns:nth-of-type(3) .service { height: 276px; overflow: hidden; }
}
@media ( max-width: 480px ) {
	header#main_header #branding { display: block; margin: 0px 60px 10px; text-align: center; }
	header#main_header #menu { display: block; float: none; text-align: center; }
	header#main_header #menu .booknow-btn, header#main_header #menu .contact-number { text-align: center; }
	header#main_header #menu .booknow-btn { height: 50px; font-size: 12px; padding: 0 18px; line-height: 14px; }
	header#main_header #menu .booknow-btn i { margin: 12px 0 3px; }
	header#main_header #menu .contact-number { padding-top: 15px !important; height: 35px; }
  
  section.banner .content { padding: 135px 2% 45px !important; }
  section.banner .content h1 { font-size: 40px; margin-bottom: 0; padding-right: 0; }
  section.banner .content span { font-size: 22px; display: block; }
  section.banner .content a.btn { margin-top: 14px; display: inline-block; position: initial; }
}
@media(max-width: 432px) {
	footer#footer .menu-copyright li { margin: 0 5px 0; }
}
@media ( max-width: 320px ) {
	header#main_header #menu .contact-number { padding: 19px 10px 0; }
  .three-columns:nth-of-type(3) .service { height: 202px; }
}