/*
Theme Name: DM-Bootstrap-01
Theme URI: http://www.digitalmonopoly.com.au/
Author: DigitalMonopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Description
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Global
----------------------------------------------- */
body{
	/*background:#e7e7e7 url(images/bg_body.jpg) left top repeat-x;*/
	background-size: cover !important;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/proximanovalight.eot');
    src: url('fonts/proximanovalight.eot') format('embedded-opentype'),
         url('fonts/proximanovalight.woff') format('woff'),
         url('fonts/proximanovalight.ttf') format('truetype'),
         url('fonts/proximanovalight.svg#ProximaNovaLight') format('svg');
}

html, body {
	height: 95%;
	width: 100%;
}
#page{
	min-height: 100%;
}

body,
button,
input,
select,
textarea {
	color: #414042;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	/*font-family: 'Roboto Slab', serif;*/
	font-family: 'ProximaNovaLight';
	font-weight: bold;
	color: #adaeaf;
}

h1{ font-size: 50px; color: #343434; }
h2{ font-size: 32px; }
h3{ font-size: 18px; }
h4{ font-size: 16px; }


hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 0;
	padding-left: 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 00px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none repeat scroll 0 0 #d7b701;
	border: medium none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-transform: uppercase;
	border-radius: 5px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #343434;
	border-color: #343434;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #343434;
	border-color: #343434;
	color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	border: 1px solid #fff;
	/*  box-shadow: 0 1px 2px; */
	border-bottom: 1px solid #dddddd;
	color: #666;
	max-width: 100%;
	width: 250px;
	border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:120px;
}

select{
	height: 34px;
	line-height: 34px;
	padding: 5px;
}
.ui-datepicker{
	background: #ffffff;
}

/* Links */
a,
a:visited {
	color: #d7b701;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #d7b701;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
}
.hentry .entry-header{ margin-bottom: 1.2em; }
.hentry .entry-header .entry-title{ 
	/*font-family: "ProximaNovaBold";*/
	font-size: 20px;
	margin-bottom:5px; 
	font-family: 'ProximaNovaLight';
	font-weight: bold;
    	color: #414042;
}
.hentry .entry-header .entry-title a{ }
.single .hentry,
.page	.hentry{ border-bottom:none; padding:0; margin:0; }
.entry-meta {
	clear: both;
}
.byline {
	
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-thumbnail{
	padding:0;
	margin-bottom: 20px;
}
.entry-summary {
	margin: 1.2em 0 0;
}
.entry-content{
	margin:auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{
	border-bottom: medium none;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0px;
	text-align: left;
	padding-left: 10px;
}
.page-header .entry-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #adaeaf;
    	/* font-family: 'Roboto Slab', serif; */
    	font-family: 'ProximaNovaLight';
}

.contact-header{}
.contact-header .entry-title{ margin-bottom: 0;}

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none; }
.hentry.service .entry-content{ }

.clear{ clear:both; }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	margin-bottom: 1.2em;
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: none!important;
	margin-bottom: 0;
}

.gallery dd { margin: 0; }

.gallery .gallery-item{
	float: left;
	margin-top: 0px!important;
	text-align: center;
	margin-bottom: 0!important;
	position: relative;
}
.gallery .gallery-item .gallery-caption{ 
	visibility: hidden; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	padding:10px; 
	background-color: rgba(0,0,0,0.5); 
	color: #fff; 
}
.gallery .gallery-item:hover .gallery-caption{ 
	visibility: visible; 
}

.gallery-columns-4 .gallery-item {}
.gallery-columns-4 .gallery-item img {}

.dm-gallery{  max-width: 1440px; margin: auto; margin-bottom: 50px; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
	font-weight: bold;
}
.widget {
	margin: 0 0 30px;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:166px; }
#searchsubmit {}


.widget_categories{}
.widget_categories .widget-title{}
.widget_categories ul{}
.widget_categories ul li{}
.widget_categories ul li a{
	color: #b8b8b8;
	display: block;
	font-size: 14px;
	padding: 0 0 14px;
}
.widget_categories ul li.current-cat > a{}

.widget_archive{}
.widget_archive .widget-title{}
.widget_archive ul{}
.widget_archive ul li{}
.widget_archive ul li a{
	color: #b8b8b8;
	display: block;
	font-size: 14px;
	padding: 0 0 14px;
}





.widget_nav_menu{}
.widget_nav_menu .widget-title{}
.widget_nav_menu .menu{}
.widget_nav_menu .menu li{ position: relative;}
.widget_nav_menu .menu li a{
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.widget_nav_menu .menu li:last-child a{ border:none; }
.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a{ }

.widget_nav_menu .menu-item-has-children{
	border-bottom: 1px solid #eee;
}
.widget_nav_menu .menu-item-has-children > a{ 

}
.widget_nav_menu .menu li .sub-menu{ 
	
}
.widget_nav_menu .menu li .sub-menu > li{}
.widget_nav_menu .menu li .sub-menu > li > a{ 
	border:none; font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
}


/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-family: 'ProximaNovaBold'; }
.header-widgets .widget .phone-number{ font-size:38px; line-height:1em; font-family: 'ProximaNovaBold'; padding-left:45px; }
.header-widgets .widget .email{ font-size:16px; font-family: 'ProximaNovaBold'; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-family: 'ProximaNovaBold'; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


.sidebar-page{ padding-left: 20px; }
.sidebar-page .widget{}
.sidebar-page .widget-title{
	color: #672C2C;
	font-size: 32px;
	font-family: 'ProximaNovaBold';
	line-height: 1em;
}

.sidebar-page .gform_widget{
	background-color: #f4f6f9;
	padding:20px;
	border-radius: 8px;
}


/* DM Address widget */
.dm-address{}

.widget_dm_address_widget .socials { margin-bottom: 20px; }
.dm-address .location{ clear: none; }
.dm-address .address{}
.dm-address .phone{ margin-bottom:0; }
.dm-address .fax{ margin-bottom:0; }
.dm-address .email{ }
.dm-address .image-map{ float: right;margin-left: 10px; margin-right: -10px; }

.dm-address .phone,
.dm-address .fax,
.dm-address .email{
	padding-left: 25px;
	position: relative;
}

.dm-address .phone .fa,
.dm-address .fax .fa,
.dm-address .email .fa,
.dm-address .address .fa{
	position: absolute;
	left: 0;
	color: #672C2C;
}

#footer-sidebar{}
#footer-sidebar .widget{ border-left: #464646 solid 1px; padding:0 20px; min-height: 220px; }
#footer-sidebar .widget:first-child{ border-left: none; padding-left: 10px; }
#footer-sidebar .widget-title{
	color: #672C2C;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1em;
}

#footer-sidebar .widget_nav_menu .menu {}
#footer-sidebar .widget_nav_menu .menu li{border-bottom: none;}
#footer-sidebar .widget_nav_menu .menu li a{
	border-bottom: none;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 0 0 14px;
}

#footer-sidebar .widget_nav_menu .menu li:last-child,
#footer-sidebar .widget_nav_menu .menu li:last-child a{ border-bottom: none; }

#footer-sidebar .widget_nav_menu .menu li.current-menu-item a {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu a {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_parent ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_ancestor ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current_page_ancestor ul.sub-menu {}


#footer-sidebar .widget_recent_entries{}
#footer-sidebar .widget_recent_entries li{ margin-bottom: 14px; }
#footer-sidebar .widget_recent_entries li a{}
#footer-sidebar .widget_recent_entries li .post-date{ font-size: 11px; display: block;  line-height: 10px; }


/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px; width: auto;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; margin-bottom: 0;}

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform input{
	width: 100%;
}
#commentform input[type="submit"]{
 	width: auto;
}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 100%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content { padding-bottom: 0px; }
#sidebar { margin: 0 0 60px; }
#sidebar .widget{ }

.archive .page-header .entry-title,
.single-post .page-header .entry-title,
.blog .page-header .entry-title{
	padding-bottom: 15px;
	border-bottom: 1px solid #b7b7b7;
	display: block;
}
.blog .blog-info .entry-meta{display: none;}
.blog .archive-content .entry-meta{display: none;}
.blog-info{
	display: block;
	position: relative;
	margin-bottom: 25px!important;
	color: #707070;
	float: left;
	width: 100%;
}
.blog-info img{
	width: 100%; height: auto; display: block !important;
}
.blog-info .blog-title{
	margin-bottom:5px;
	margin-top: 6px;
	display: block;
	font-family: 'ProximaNovaLight';
	font-weight: bold;
}
.blog-info .blog-title a{
	font-size: 14px;
	/*color: #707070;*/
    	color: #414042;
}
.blog-info .blog-title a:hover{color: #000;}
.blog-info .info{display: block; padding-top: 6px;}
.blog-info .info p{margin-bottom: 10px;}
.blog-info .info a{
	background: #a5a5a5 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 5px 12px;
    text-transform: capitalize; 
}
.blog-info .info a:hover{color: #d7b701; text-decoration: none;}
.archive .site-main, 
.single-post .site-main,
.blog .site-main {
    height: auto;
}

.category-uncategorized .entry-meta{display: none;}
.category-news-events .comments-area{display: none;}
.news-gallery-wrapper{
	border-top: 1px solid #b7b7b7;
    margin: 25px 5px 5px;
    overflow: visible !important;
    padding: 20px 0 5px;
    position: relative;
    display: block;
    float: left;
    width: 99%;
}
.news-gallery-wrapper .custom-gallery{padding: 0 !important;}
.news-gallery-wrapper .custom-gallery li{
	width: 158px!important;
}
.news-gallery-wrapper .bx-wrapper .bx-viewport{width: 100% !important;}
.news-gallery-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    height: 40px;
    margin: 0;
    opacity: 1;
    width: 40px;
    padding: 0;
    background: rgba(0,0,0, .5) url(images/ig-prev.png) center center no-repeat;
    background-size: auto 20px;
	position: absolute;
	left: -15px;
	top: 0;
	margin: 60px 0 0;
}
.news-gallery-wrapper .bx-wrapper .bx-controls-direction .bx-prev:hover{ 
	background: rgba(0,0,0, 1) url(images/ig-prev.png) center center no-repeat;
	background-size: auto 20px;
}
.news-gallery-wrapper .bx-wrapper .bx-controls-direction .bx-next {
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    height: 40px;
    margin: 0;
    opacity: 1;
    width: 40px;
    background: rgba(0,0,0, .5) url(images/ig-next.png) center center no-repeat;
    background-size: auto 20px;
	right: 0;
	padding: 0;
	position: absolute;
	right: -15px;
	top: 0;
	margin: 60px 0 0;
}
.news-gallery-wrapper .bx-wrapper .bx-controls-direction .bx-next:hover{
	background: rgba(0,0,0, 1) url(images/ig-next.png) center center no-repeat;
	background-size: auto 20px;
}
.news-gallery-wrapper .bx-clone{
   display: none !important;
}
.archive-content{
	font-size: 14px;
	color: #707070;
	min-height: 560px;
}
.archive-content .post img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.archive-content .entry-header{
	display: block;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    color: #000;
}
.archive-content .entry-header:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	width: 205px;
	background: #b7b7b7;

}
.archive-content .blog-post-img img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.archive-content article{
	height: 255px;
	overflow: auto;
}

.contact-info a:hover{
	color: #adaeaf !important;
}


.single-post .site-content{
	height: 320px;
}

/* =Main Layout
----------------------------------------------- */

.site-header{ width: 100%; }
.navbar-header{
	float: none;
}
.navbar-brand {
	display: block;
	float: none;
	font-size: 18px;
	line-height: 40px;
	padding: 0;
	margin: 30px auto 35px;
	height: auto;
}
.navbar-brand img{margin: 0 auto; display: block;}
.admin-bar .is-sticky .site-header{ top:32px!important; }

.site-featured{ margin:auto; background: none; height: 560px;}
.slideshow-container{
	position: relative;
}
.slidearea{ width:100%; height:560px; display:block; padding:0px; overflow: hidden;}
.sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:560px; background:none!important; float: right; width: 98%!important;}
.custom-slideshows > .slide{ width:100% !important; height:560px !important; position: relative; background-size: auto auto !important;}
.slideshow-container .bx-wrapper .bx-controls-direction a{
	font-size: 0;
    opacity: 0;
    height: 560px;
    top: 30px
}
.slideshow-container .bx-wrapper .bx-controls-direction .bx-prev{
	background: url(images/controls_prev.png) center center no-repeat;
	left: 12px;
}
.slideshow-container .bx-wrapper .bx-controls-direction .bx-next{
	background: url(images/controls_next.png) center center no-repeat;
}
.slideshow-container .bx-wrapper .bx-controls-direction .bx-prev:hover,
.slideshow-container .bx-wrapper .bx-controls-direction .bx-next:hover{opacity: 1;}

/*----------------------------------------------------*/
.container{ padding: 0; }
.site-main{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	display: block;
	background:#ffffff;
	padding: 10px 0 10px 0px;
	height: 580px;
}

.footer-logo{
	position: absolute;
	top: 100%;
	left: 10px;
	display: block;
	width: 93%;
	margin-top: 15px;
}
.footer-logo img{
	display: block;
	position: relative;
	margin: 0 auto;
}
.site-footer{
	background: #404040 none repeat scroll 0 0;
	color: #b8b8b8;
	float: left;
	width: 100%;
}
.site-footer a{ color: #b8b8b8; }
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 40px 0 20px;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #333333;
	clear: both;
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;
	
}
.site-footer .footer-info a{ color: #666666; }
.site-footer .footer-info .site-info{ text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #dmlogo{ }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }
.site-footer .menu-footer{ margin-bottom: 0; }

.page .entry-header{ }
.page .entry-header .entry-title{}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	z-index: 20;
	width: 100%;
}



/* =Menu
----------------------------------------------- */

.sticky-wrapper{ width: 100%; z-index: 75; position: relative; }

.navbar{ margin: 0; }
.navbar-default {
	background: transparent;
	border: medium none;
	width: 100%;
	position: relative;
	margin-top: 50px;
	min-height: 40px;
}
.navbar-default .col-md-12{padding: 0;}
.caret{display: none;}
.navbar-collapse.collapse{ }

.navbar-default .navbar-nav > li > a {	
	color: #6d6d67;
	font-size: 14px;
	line-height: 40px;
	padding:0 10px;
	display: block;
	font-family: 'ProximaNovaLight';

	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;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.navbar-default .navbar-nav > li > a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#ffffff;
	/*background:#ffffff url('images/hover-bg.png')left top repeat-x;*/
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #d7b701;
}

/*.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background:#ffffff url('images/hover-bg.png')left top repeat-x;
	color: #d7b701;
}*/
.navbar-default .navbar-nav > li.current-page-ancestor.current-page-parent,
.navbar-default .navbar-nav > li.current-menu-ancestor.current-menu-parent{
	background:#ffffff;
	color: #d7b701;
}
.navbar-default .navbar-nav > li.menu-item-has-children:hover{
	/*background:#ffffff url('images/hover-bg.png')left top repeat-x;*/
	color: #d7b701;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background:#ffffff;
	color: #d7b701;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #d7b701;
	/*background:#ffffff url('images/hover-bg.png')left top repeat-x;*/
}
.navbar-default .navbar-toggle {
	border-color: transparent;
    border-radius: 0;
    color: #dddddd;
    font-size: 21px;
    height: 40px;
    line-height: 28px;
    margin-right: 0;
    margin-top: 24px;
    padding: 5px;
    width: 40px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	background-color: transparent;
}
.navbar-default .navbar-toggle .fa{}
.navbar-default .navbar-toggle .fa-bars{}
.navbar-default .navbar-toggle .fa-times{ display: none;}
.navbar-default .navbar-toggle.active{ border-color: #dddddd; padding-top: 3px; }
.navbar-default .navbar-toggle.active .fa-bars{ display: none; }
.navbar-default .navbar-toggle.active .fa-times{ display: inline-block;}

.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}



.dropdown-menu {
	/*background:	url(/images/shadow.png) no-repeat bottom right;*/
	/*padding: 0 8px 9px 0;*/
	/*-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
	border: none;
	border-radius: 0;
	/*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
	box-shadow: none;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 0;
	min-width: 155px;
	position: absolute;
	top: 100%;
	z-index: 1000;
	padding: 0;
	background: none;
}
.navbar-nav > li:hover > .dropdown-menu{
	display: block;
}
.dropdown-menu > li{
	background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    margin-bottom: 3px;
    padding: 10px 0;
}
.dropdown-menu > li:last-child{
	border-bottom:none; 
}
.dropdown-menu > li > a {padding: 0 18px; color: #6d6d67; font-family: 'ProximaNovaLight';}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #d7b701; 
	background: none;
} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #d7b701;
	background: none;
}



.site-phone{
	color: #672C2C;
}
.site-phone a{
	color: #fff;
	font-weight: bold;
}
.site-phone .fa{ 
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #672C2C;
	display: inline-block;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin-right: 0;
	width: 15px;
}


.footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
.footer-menu li{ float:left; }
.footer-menu li a{ display:block; float:left; padding:3px 10px; }
.footer-menu li:first-child a{ padding-left:0; }
.footer-menu li:hover > a {}
.footer-menu li.current_page_item a,
.footer-menu li.current-menu-item a { }

.social-network{ list-style:none; padding:0; margin:0 0 5px; }
.social-network li{ float:left; }
.social-network li a{
	background: #a5a5a5 none repeat scroll 0 0;
	border-radius: 15px;
	color: #ffffff !important;
	display: block;
	font-size: 14px !important;
	height: 30px;
	line-height: 31px !important;
	margin-right: 6px;
	text-align: center;
	width: 30px;
}
.social-network li.booking a{
	background: #a5a5a5 none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff !important;
	display: block;
	font-size: 14px !important;
	height: 30px;
	line-height: 30px !important;
	margin-right: 6px;
	text-align: center;
	width: 70px;
}
.social-network li.booking a:hover{
	border-radius: 5px;
	text-decoration: none;
}
.social-network li a:hover{ 
	opacity:1; 
	background: #a5a5a5 none repeat scroll 0 0;
	border-radius: 15px;
	color: #d7b701 !important;

}
.social-network li.facebook a{}
.social-network li.twitter a{ }

/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}
.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
	float: right;
	width: 98% !important;
}
.bx-wrapper .bx-controls-direction a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	outline: 0 none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 50%;
	width: 40px;
	z-index: 65;
}
.bx-wrapper .bx-prev{ left: 0; }
.bx-wrapper .bx-next{ right: 0; }

.bx-wrapper .bx-pager{ bottom: 10px; font-size: 0; margin: 0 auto; padding:0px; left:0; right: 0px; width: auto; z-index: 55; }
.bx-wrapper .bx-pager.bx-default-pager a {

	background: rgba(255,255,255,0.5);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 50%;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
}
.mobile-container,
.mobile-container .social-wrapper{display: none;}

/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found #searchform{ margin-bottom: 50px;}
.not-found hr {
	margin: 20px auto;
	width: 365px;
}

.home .site-header-image-bg{ height:560px!important; }
.home .front-content{
	display: table-cell;
    height: 350px;
    position: relative;
    vertical-align: bottom;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #000000;
    left: 25px;
}
.home .front-content .wpb_content_element img{margin-left: -5px;}

.site-content{
	display: block;
    height: 330px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    padding-left: 10px;
}
.page-template-location .site-main .col-md-4{position: relative;}
.page-template-location .site-main .col-md-4:after{
	position:absolute;
	content: "";
	display: block;
	background: url(images/book.png) center center no-repeat;
	right: 0;
	top: 55%;
	display: block;
	width: 394px;
	height: 265px;
	margin-right: -180px;
	z-index: 99;
}
.page-template-location #contact-map{
	height: 560px;
    position: relative;
    width: 100%;
}
.page-template-location .page-header .entry-title{
	color: #adaeaf;
}
.page-template-location .site-content h3{
	color: #414042;
	 font-style: italic;
}

/* = Custom Gallery Page
----------------------------------------------- */
.page-template-gallery .site-main {height: auto;}
.page-template-gallery .site-content {
    display: block;
    height: 350px;
    padding-left: 5px;
    padding-right: 0;
    position: relative;
}
.page-template-gallery .site-content .bx-viewport{
	height: 307px !important;
}
.page-template-gallery .site-content .bx-viewport .bxslider{
	width: 320px !important;
	height: auto !important;
	overflow: hidden;
}
.page-template-gallery #bx-pager li {
    display: block;
    float: left !important;
    margin: 3px;
    width: 90px !important;
    overflow: hidden;
    border: 1px solid #fff;
}
.page-template-gallery #bx-pager li:hover{border: 1px solid #b7b7b7; }
.page-template-gallery #bx-pager li.bx-clone{display: none;}
.page-template-gallery #bx-pager li img{
	max-height: 50%;
	width: auto;
	height: 100%;
	/*left: -15px;*/
	position: relative;
}
.page-template-gallery #bx-carousel .bx-wrapper .bx-controls-direction a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #b7b7b7;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    margin-top: 310px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 100%;
    width: 40px;
    z-index: 65;
}
.page-template-gallery #bx-carousel .bx-wrapper .bx-controls-direction a:hover{color: #000;}
.page-template-gallery #bx-carousel .bx-wrapper .bx-pager {
    bottom: -340px;
    font-size: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    right: 0;
    width: auto;
    z-index: 55;
}
.page-template-gallery #bx-carousel .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -40px;
}
.page-template-gallery #bx-carousel .bx-wrapper .bx-next {
    right: 50%;
    margin-right: -40px;
}
.page-template-gallery .bx-wrapper .bx-pager.bx-default-pager a{
	background: #b7b7b7 none repeat scroll 0 0;
}
.page-template-gallery .bx-wrapper .bx-pager.bx-default-pager a:hover, .page-template-gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000 none repeat scroll 0 0;
}

/*.page-template-gallery #bx-pager li.hvr-border-fade {
  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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  
}

.page-template-gallery #bx-pager li.hvr-border-fade:hover, 
.page-template-gallery #bx-pager li.hvr-border-fade:focus, 
.page-template-gallery #bx-pager li.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
 
}*/


.instagram-wrapper{
	border-top: 1px solid #b7b7b7;
    margin: 25px 5px 0;
    overflow: visible !important;
    padding: 40px 0 5px;
    position: relative;
}
.instagram-wrapper .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 99.8%;
}
.instagram-wrapper .wpb_wrapper > div{margin-bottom: 0;}
.instagram-wrapper:before{
	background: rgba(0, 0, 0, 0) url("images/ig-icon.png") no-repeat scroll left center;
    color: #000;
    content: "laurelville_manor" !important;
    display: block;
    font-size: 11px !important;
    height: 35px;
    left: 50%;
    line-height: 36px;
    margin-left: -75px;
    margin-top: 2px;
    padding-left: 35px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100px;
    z-index: 9;
}
.instagram-wrapper .owl-wrapper-outer img{
	max-width: 161px; height: auto;
}
.instagram-wrapper .owl-wrapper-outer .owl-item .box{
	max-width: 161px; height: auto; overflow: hidden;
}
.instagram-wrapper .owl-controls .owl-pagination{display: none !important;}
.instagram-wrapper .owl-controls .owl-buttons{position: absolute; top: 100%; width: 100%; }
.instagram-wrapper .owl-theme .owl-controls{margin-top: 0;}
.instagram-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    height: 40px;
    margin: 0;
    opacity: 1;
    width: 40px;
    padding: 0;
    background: rgba(0,0,0, .5) url(images/ig-prev.png) center center no-repeat;
    background-size: auto 20px;
	position: absolute;
	left: -15px;
	top: 0;
	margin: -100px 0 0;
}
.instagram-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:hover{ 
	background: rgba(0,0,0, 1) url(images/ig-prev.png) center center no-repeat;
	background-size: auto 20px;
}
.instagram-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    height: 40px;
    margin: 0;
    opacity: 1;
    width: 40px;
    background: rgba(0,0,0, .5) url(images/ig-next.png) center center no-repeat;
    background-size: auto 20px;
	right: 0;
	padding: 0;
	position: absolute;
	right: -15px;
	top: 0;
	margin: -100px 0 0;
}
.instagram-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:hover{
	background: rgba(0,0,0, 1) url(images/ig-next.png) center center no-repeat;
	background-size: auto 20px;
}
















/* =Custom .single-attachment
----------------------------------------------- */
.single-attachment{}
.single-attachment .site-featured{ display: none; }
.content-area.image-attachment{ background: #f4f4f4; padding:0!important; }
.image-attachment{}
.image-attachment .page-header{ margin-bottom: 0; margin-top: 0; padding: 0 }

.sidebar-image{ padding:20px;}
.image-header{ margin-bottom: 20px; }
.image-header .entry-title{ margin-bottom: 0; }

#image-navigation{}
#image-navigation .previous-image{ float: left}
.entry-attachment .attachment img {
	margin: 0;
}



/* = Custom Plugins
------------------------------------------------*/
.pace .pace-progress{
	background: #672C2C none repeat scroll 0 0;
}

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #672C2C;
	background-color:transparent;
	border: none;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	padding-left: 0
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #672C2C;
	background-color:transparent;
	border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #343434;
	background-color: transparent;
	border-color: none;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* = Custom Gravity Forms
------------------------------------------------*/
.gform_wrapper ul { margin: 0px !important; padding:0; }
.gform_wrapper ul li { margin: 10px 0px;  list-style-image: none !important; list-style: none !important; }
.gfield_label {  font-weight: bolder; }
.gfield_required { color: #672C2C !important; font-weight: lighter !important; }
.ginput_container input { width: 100%;}
.ginput_container .large{ width: 100%; }

.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0; padding: 0; text-align: right; }
#gform_wrapper_1 .gform_footer input[type="submit"]{ 
	background: #000 none repeat scroll 0 0;
    margin-top: 10px;
}
#gform_wrapper_1 .gform_footer input[type="submit"]:hover{
	background: #adaeaf;
}
.gform_wrapper .gform_footer:before{
	content: "*Required Fields";
	position: relative;
	float: left;
	line-height: 40px;
}
.gform_button { }
.gform_button:focus,
.gform_button:hover { }
.gform_validation_container { }
.row_wrapper .gform_footer{ padding:10px; }

.gsection{ padding-top: 40px;  }
.gsection_title{ font-size: 18px; border-bottom: #f4f4f4 solid 1px;}

.gfield_checkbox li{ margin:0!important;}
.ginput_complex{ margin-left: -10px; margin-right: -10px; }
.ginput_complex .ginput_full{ width: 100%; display: block; padding:0 10px; }
.ginput_complex .ginput_left{ width: 50%;  padding:0 10px; display: inline-block; float: left; }
.ginput_complex .ginput_right{ width: 50%; padding:0 10px; display: inline-block; float: right; }
.ginput_complex input{ width: 100%; }
.ginput_complex label{  font-size: 11px; font-style: italic; font-weight: normal; line-height: 16px; display: block; }

.ginput_complex .address_city,
.ginput_complex .address_state,
.ginput_complex .address_zip{display:block; width: 33.3333%; float: left;  padding-left: 10px; padding-right: 10px;}

.gfield.file_upload{}
.gfield.file_upload .gfield_label{}
.gfield.file_upload .ginput_container{ float: right;}


.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea { border: 1px #672C2C solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }

.entry-content .gform_wrapper{
	padding:20px;
	background-color: #f4f6f9;
	border-radius: 6px;
}

#scrollUp{ position: fixed; right: 10px; bottom: 10px;}

/* = Custom Bootstrap
------------------------------------------------*/
.nopadding { padding: 0 !important; margin: 0 !important; }

.page-id-737 .page-header .entry-title{color: #adaeaf;}
.page-id-737 .site-content h4 {
	font-weight: bold;
	color: #adaeaf;
	font-family: 'ProximaNovaLight';
}