/*
Theme Name: Accelerate-Child: Beach
Theme URI: http: //mysite.com/
Description: This is a custom child theme I have created.
Author: Oversight
Author URI: http: //mysite.com/
Template: accelerate
Version: 0.1
*/

@import url("../accelerate/style.css");

/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #666666;
	font: 16px 'gandhi_sansregular', sans-serif;
	line-height: 20px;
	word-wrap: break-word;
	font-weight: 300;
}

body { 
	background: #fcf8ee;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 14px;
	color: #146734;
	font-weight: normal;
	font-family: 'droid_serifregular', serif;
}

#primary h2, #primary h3, #primary h4, #primary h5, #primary h6 {
	margin-top: 28px;
}

#primary h2:first-of-type {
	margin-top: 0;
}

h1.entry-title { 
	font-size: 25px; 
	line-height: 29px;
	margin-top: 0;
	padding-bottom: 10px;
}

h2 { 
	font-size: 22px; 
	line-height: 26px; 
	margin-top: 28px;
}

body.search h3.entry-title { 
	padding: 6px 0 10px 0;
}


h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 16px; line-height: 20px; }
h6 { font-size: 13px; line-height: 17px; }

hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	line-height: 24px;
/*	margin-bottom: 15px; */
	margin: 0 0 15px 0;
	font-family: 'gandhi_sansregular', sans-serif;
	font-size: 16px;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* table press css */

table.tablepress {
	padding: 0;
}

table.tablepress th {
	font-size: 14px;
}

table.tablepress td {
	font-size: 14px;
}

table.tablepress td.column-1 {
	font-size: 14px;
	font-family: 'gandhi_sansbold', sans-serif;
	width: 16%;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #cfebb6;
	font-family: 'gandhi_sansbold', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.tablepress-table-description {
	font-size: 13px;
	padding-bottom: 14px;
}

p b, p strong {
	font-family: 'gandhi_sansbold', sans-serif;
	font-weight: normal;
	letter-spacing: .02em;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: normal;
	font-family: 'droid_serifbold', serif;
}

sup, sub {
	vertical-align: baseline;
	font-size: 60%;
	line-height: 0;
	position: relative;
	
}

sup {
	top: -0.6em;
	bottom: initial;
}

sub {
	bottom: -0.25em;
}

.smallprint {
	font-size: 13px;
}

.red {
	color: #f00;	
}

.required-small {
	font-size: 12px;
}


/* =LINKS
----------------------------------------------- */
a {
	color: #339999;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	color: #f89621;
	text-decoration: none;
}

/* =IMAGES
----------------------------------------------- */

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: .75em;
}


/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 12px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 50px;
	margin-bottom: 20px;
	background-color: transparent;
	color: #066;
	border-radius: 0px;
}
blockquote p {
	font-size: 22px;
	font-family: 'gandhi_sansbold', sans-serif;
	line-height: 1.4;
	position: relative;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ccc;
	font-size: 22px;
	position: absolute;
	top: -5px;
	left: -30px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}
blockquote a {
   	color: #339999;
   	text-decoration: none;
}
blockquote a:hover {
	color: #f89621;
   	text-decoration: none;
   	font-weight: normal;
}


/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
	padding-top: 0;
	padding-bottom: 15px;
	background: #fcf8ee url("images/awi-top-ocean-2400.jpg") no-repeat center 0px; /* center -40px */
/*	background-size: 100% auto; */
}

@media screen and (min-width: 2400px) {
    body {
        background-size: 100% auto; /* stretches to fit width of any browser */
    }
}

#page {
	max-width: 1400px;
	margin: 0 auto;
	background-color: transparent;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	border-top: 0px solid transparent;
	overflow: visible;
}
.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.wide #page {
	max-width: 100%;
	padding-top: 171px;
}

.inner-wrap {
	max-width: 960px;
}

/*
#header-text-nav-container div.inner-wrap {
	max-width: none;
}
*/

/* =HEADER
----------------------------------------------- */
#masthead {
}

#header-text-nav-container {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #d6f1f8;
	height: auto; /* 142px */
	height: 171px; 
	margin: 0 0 7px 0;
	border-bottom: 3px solid #ffffff;
	box-shadow:
    		0 0 0 7px #79bdc7,
    		0 6px 5px 4px rgba(102,102,102,0.45); /* #666 */
    	-webkit-box-shadow: 0 0 0 7px #79bdc7,
    		0 6px 5px 4px rgba(102,102,102,0.45);
	-moz-box-shadow: 0 0 0 7px #79bdc7,
    		0 6px 5px 4px rgba(102,102,102,0.45);
	z-index: 20;
}

#header-text-nav-wrap {
	width: 69%;
	max-width: 660px;
	height: 137px;
	padding: 0px;
	float: right;
}

#header-left-section {
	float: left;
	width: 100%;
	height: auto;
	background-color: #79bdc7;
	margin: 0;
  	padding: 2px 0 2px 0;
	font: normal 13px/13px 'gandhi_sansbold', sans-serif;
  	color: #033;
	text-align: right;	
}

#header-left-section a {
	color: #007087;
}

#header-left-section a:hover, #header-left-section a:active, #header-left-section .darktext a:hover {
	color: #fff;
}

#header-left-section .darktext a {
	color: #033;
}

#header-logo-image {
	float: left;
	padding: 0 20px 4px 0;
	max-width: 300px;
	height: auto;
}
#header-logo-image img {
	float: left;
	width: 100%;
	max-width: 292px;
}
#header-text {
	float: left;
	padding: 10px 20px 0 0;
}
#site-title a {
	color: #555555;
	font-size: 36px;
}
h1#site-title {
	padding-bottom: 5px;
}
#site-title a:hover {
	color: #399;
}
#site-description {
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 0;
	color: #999999;
}

#header-left-sidebar {
	max-width: 960px;
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 30;
}

#header-right-section {
    float: left;
    width: 100%;
    height: 70px;
    /* display: none; */
    text-align: right;
    padding: 10px 0 0 0;
}

#header-right-sidebar {
	overflow: hidden;
}

#header-right-section .widget {
	text-align: right;
	padding-top: 0px;
	color: #999999;
	font-size: 14px;
}
#header-right-section .widget h3 {
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 28px;
}


.header-image {
	width: 100%;
	height: auto;
	max-width: 292px;
	padding: 16px 0 0 0;
}

.header-image-wrap img {
	width: 100%;
	height: auto;
/*
	max-width: 292px; */
}

.header-image-wrap {
	float: left;
	width: 31%;
	height: auto;
	max-width: 300px;
/*	min-width: 200px; */
	position: relative;
    	z-index: 1;  
}

ul#menu-language-nav {
	list-style-type: disc; 
	position: relative;
	width: auto;
	float: none;
	text-align: right;
	padding: 0;
	overflow: hidden;
}

ul#menu-language-nav li {
	font-size: 14px;
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
}

ul#menu-language-nav li.current-menu-item a {
	color: #f89621;	 
	background-color: transparent;
}

ul#menu-language-nav li:after {
	content: "\2022";
	margin: 0 0 0 8px;
	padding: 0;
	color: #066;
}

ul#menu-language-nav li:last-child:after { 
	content: "";
	margin: 0;
}

.entry-header {
	padding: 0 0 23px;
}

body.search .entry-header {
	padding: 0 0 6px;
}



/* =FORMS
----------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #ffffff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #EAEAEA;
}

.searchform input[type="submit"] {
	float: left;
	width: 19px;
	height: 20px;
	line-height: 13px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px;
	background: transparent url(images/magnifier-icon-teal.png) no-repeat center 0;
	text-indent: -999px;
}

.searchform {
	background-color: #fff;
	margin: 2px 0 2px 0;
}

.no-results .searchform {
	width: 50%;
	border: 1px solid #EAEAEA;
}

.no-results .searchform input[type="submit"] {
	background: transparent url(images/magnifier-icon-teal.png) no-repeat center center;
}

.no-results input.s {
	width: 90%;
	border-style: solid;
	border-width: 0;
}


/* =SEARCH WIDGET
----------------------------------------------- */

#masthead input.s {
	width: 100px;
	height: 18px;
	margin: 2px 2px 0 2px;
	padding: 2px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 0;
	border: 0;
}

#header-left-section .widget_text {
/*	padding: 0 6px; */ /* restore for full set of social media icons */
	padding: 0 3px;
}

#header-left-section .widget_text, #header-left-section .widget_search {
	display: inline-block;
	vertical-align: middle;
}

.searchform span {
	background-color: #f89621;
	height: 18px;
	width: 20px;
	line-height: 30px;
	margin-left: -2px;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
}
#masthead .search-wrap {
	position: relative;
}
#masthead .search-wrap span {
	right: 1px;
}


/* =NAVIGATION
----------------------------------------------- */

.menu-main-navigation-container {
	max-height: 56px;
}

nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}

.main-navigation {
/*	position: absolute;
	bottom: 0;
	right: 0; */
	float: right;
	width: 100%;
	height: 56px;
	background-color: transparent;
}

.main-navigation ul {
	float: right;
	padding: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	font-family: 'gandhi_sansregular', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	padding: 6px 0 0px 0;
	text-transform: uppercase;
}
.main-navigation a {
	color: #399;
	display: block;
	float: left;
	padding: 8px 0px 31px 18px;
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #f89621;	 
	background-color: transparent;
}

/* ">" for top level main nav only */
.main-navigation ul > li a:after {
	content: "\0020 \003E";
	border-bottom: 0px;
	color: #399;
}

.main-navigation ul > li.current-menu-item a:after, 
.main-navigation ul > li.current_page_ancestor a:after, 
.main-navigation ul > li.current-menu-ancestor a:after, 
.main-navigation ul > li.current_page_item a:after, 
.main-navigation ul > li a:hover:after {
	color: #f89621;
}

.main-navigation ul li ul li a:after {
	content: "";
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 100;
	border-left: 0px solid #F8F8F8;
	border-right: 0px solid #F8F8F8;
	border-bottom: 0px solid #F8F8F8;
	margin-left: 0px;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display:block;
}

.main-navigation ul li ul {  /* dropdown */
	position: absolute;
	width: 200px;
	top: 65px;
/*	padding-top: 5px; */
	background-color: #d6f1f8;
	border-top: 7px solid #79bdc7; 

	box-shadow: inset 0 8px 8px -8px rgba(102,102,102,0.65), 
	0px 4px 5px 2px rgba(102,102,102,0.35);
}

.main-navigation ul li:last-child ul { 
	left: -50px;
}

.main-navigation ul li ul li {
	float: none;
	background-color: transparent;
	border-bottom: 0px solid transparent;
	padding: 0;
}

.main-navigation ul li ul li:first-child {	
	background-color: transparent;
}

.main-navigation ul li ul li:last-child {
	float: none;
	border-bottom: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	height: 100%;
	padding: 8px 14px;
	color: #399;
	background-color: #d6f1f8;
	text-transform: none;
	font-family: 'gandhi_sansregular', sans-serif;
	font-size: 15px;
	line-height: 18px;
/*	font-weight: 300; */
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #f89621;
	background-color: #c4eaf0;
}
.main-navigation ul li ul li ul {
	left: 200px;
	top: 0;
}
.main-navigation select {
	display: none;
}


/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	background: #FFFFFF;
	color: #444444;
	font-size: 20px;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
	text-align: center;
	font-family: 'Roboto';
}
.site-header .menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 21px;
	color: #399;
	padding-right: 10px;
}
.main-small-navigation {
	float: none;
	padding-top: 0;
	background-color: #ffffff;
}
.main-small-navigation ul {
  margin: 0;
  list-style: none;
}
.main-small-navigation a {
  display: block;
  color: #444444;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #F8F8F8;
}
.main-small-navigation li {
  background-color: #FFFFFF;
}
.main-small-navigation li:hover {
  background-color: #d6f1f8;
  color: #FFFFFF;
}
.main-small-navigation ul ul a {
  padding-left: 60px;
}
.main-small-navigation ul ul ul a {
  padding-left: 80px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
  background: #d6f1f8;
  color: #FFFFFF;
}


/* =FOOTER MENU
----------------------------------------------- */
.footer-menu {
	float: none;
	display: inline-block;
	overflow: hidden;
}
.footer-menu li {
	float: none;
	position: relative;
}
.footer-menu li.default-menu,
	li.default-menu {
	display: none;
}
.footer-menu a {
	color: #066;
	display: block;
	float: left;
	height: 21px;
	padding: 5px 0 0 0;
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
	letter-spacing: .02em;
}

.footer-menu a:hover,
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current-page-ancestor a,
.footer-menu ul li.current-menu-ancestor a,
.footer-menu ul li.current-page-item a,
.footer-menu ul li:hover > a {
	color: #f89621;
}

/* =FEATURED SLIDER
----------------------------------------------- */
#featured-slider {
}
#featured-slider,
#featured-slider .slider-cycle {
	position: relative;
}

.slider-cycle {
}

#featured-slider .displayblock {
	display: block;
}
#featured-slider .displaynone {
	display: none;
}
#featured-slider .entry-container {
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 9%;
	z-index: 2;
	font-family: 'droid_serifregular', serif;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	
}

#featured-slider .entry-description-container {
}

#featured-slider img {
	margin-bottom: 0px;
}

#featured-slider .slider-title-head {
	left: 0;
	margin-bottom: 10px;
	text-align: right;
	display: none;
}
#featured-slider .entry-title {
	display: none;
	padding: 0;
}
.slider-title-head .entry-title a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #77CC6D;
	padding: 10px 15px;
	max-width: 400px;
	display: inline-block;
	font-size: 22px;
}
#featured-slider .entry-content {
	color: #FFFFFF;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#featured-slider .entry-content p {
	margin: 0;
	padding: 10px 10px;
	background: transparent;
	font-family: 'droid_serifregular', serif;
	font-size: 24px;
	color: #066;
	text-align: center;
}

#featured-slider .entry-container-left {
	left: 4%;
	right: auto;
}
#featured-slider .entry-container-left .slider-title-head {
	text-align: left;
}
#featured-slider .entry-container-left .entry-content {
	text-align: left;
}
a.slide-prev,
a.slide-next {
   opacity: 0.75;
   filter: alpha(opacity=80);
   background-color: transparent;
   padding: 6px 12px;
   visibility: hidden;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 9;
}
.slide-prev i,
.slide-next i {
   color: #FFFFFF;
   font-size: 34px;
	
}
a.slide-next {
/*   padding-right: 8px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
   border-radius: 0; */
   right: 0;
}
a.slide-prev {
   padding-left: 8px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
}
.slider-cycle:hover a.slide-prev,
.slider-cycle:hover a.slide-next {
   visibility: visible;
}
a.slide-prev:hover,
a.slide-next:hover {
   opacity: 1;
   filter: alpha(opacity=100);
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
	text-align: center;
	line-height: 10px;
	position: relative;
	width: 100%;
	bottom: -10px; /* or top: 437px */
	z-index: 4;
}
#controllers a {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #d4d4d4;
	color: #d4d4d4;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	behavior: url(js/border-radius.htc);
}
#controllers a:hover, #controllers a.active {
	background-color: #33CCCC;
	color: #33CCCC;
}

/* =PAGE HEADER TITLE
----------------------------------------------- */
.page-header .page-title {
	border-bottom: 0px solid #F8F8F8;
	margin-bottom: 20px;
}


/* =WIDGETS
----------------------------------------------- */

/* header-left-section util bar text */
aside#text-9 .textwidget {
   padding: 6px 0;
}

#text-3.widget_text {
	margin: 0 0 50px 0;
}

#text-3 h3.widget-title {
	text-align: center;
}

#text-3 .wp-video {
	display: inline-block;
	float: right;
	margin: 4px 0 12px 12px;
	padding: 0;
	border: 1px solid #fcf8ee;
}

.wp-video br {
	display: none;
}

body.home h3.widget-title {
	font-size: 26px; 
	line-height: 32px;
	margin-bottom: 3px;
}

.textwidget img {
	margin-top: 6px;
}


/* sidebar submenu navigation: aqua main with orange current */

#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5em;
	border-bottom: 0px solid #F8F8F8;
	padding: 5px 0 0 12px;
    	text-indent: -12px;
    	width: 98%!important;  /* ie fix */
}

#secondary .widget ul li a, #colophon .widget ul li a {
	color: #399;
}

#secondary .widget ul li.widget_subpages_current_page a, #colophon .widget ul li.current-menu-item a {
	color: #f89621;
	text-decoration: none;
}

#secondary .widget ul li a:hover, #secondary .widget ul li:hover:before, #colophon .widget ul li a:hover {
	color: #f89621;
	text-decoration: none;
}

#colophon .widget ul li {	
	border-bottom: 0px;
}

#secondary .widget ul li a:before {
	content: "\003E \0020";
	border-bottom: 0px;
	color: #399;
}

#secondary .widget ul li.widget_subpages_current_page a:before, #secondary .widget ul li a:hover:before, #colophon .widget ul li.current-menu-item a:before {
/*	content: "\003E \0020";
	border-bottom: 0px; */
	color: #f89621;
}

#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: 0;
}
#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
	list-style: none;
}

.widget select {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	width: 60%;
}

#secondary h3.widget-title {
	font-family: 'droid_serifregular', serif;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 15px;
	color: #146735;
}
#secondary .widget, .error-404 .widget {
	margin: 0 0 35px 0;
	padding: 22px 0 0;
	font-size: 16px;
}

#secondary h2 {
	font-family: 'gandhi_sansregular', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding-bottom: 15px;
	color: #366;
}

#secondary .widget {
	border-top: 1px dotted #a5a5a5;
}

#secondary a:hover {
	text-decoration: underline;
}

.widget-title span {
	border-bottom: 0px solid #033;
	padding-bottom: 5px;
}


.error-404 {
	padding-bottom: 20px;
	text-align: left;
}

.error-404 input.s {
	width: 90%;	
	border-style: solid;
	border-width: 0;
}

.error-404 .searchform {
	width: 50%;
}

.error-404 .searchform input[type="submit"], .no-results .searchform input[type="submit"]  {
	background: transparent url(images/magnifier-icon-teal.png) no-repeat center center;
	text-indent: -999px;
	height: 28px;
}


/* =Subpages Widget
----------------------------------------------- */

.widget_subpages h3 a {
	color: #066;
	text-decoration: none;
}

.widget_subpages h3.widget-title a:hover {
	color: #da902e;
	text-decoration: none;
}


/* =HMS Testimonials widget
----------------------------------------------- */

/* container box */
.widget_hms_testimonial_view {
	font: 17px/24px 'droid_serifitalic', serif;
	color: #066;
	background-color: #e7f2ef;
	padding: 30px;
	margin: 0 0 80px 0;
	text-align: center;	
}

.hms-testimonial-container { /*  hms-testimonial-single */
	display: table-cell;
	vertical-align: middle;
	text-indent: -1.45em;
/*	#position: relative;
	#top: -50%; */
	
}

.hms-testimonial-container img  {
	display: inline;
	margin: 0 0 3px 30px;
	vertical-align: middle;
	float: right;
}

.hms-testimonial-container .testimonial {
	padding: 18px 0 9px 10px;
}

.hms-testimonial-container .author p  {
	font-family: 'droid_serifregular', serif;
	font-size: 14px; 
	float: right; 
}

.hms-testimonial-container .testimonial:before {
	content: "\201C";
	font-family: droid_serifitalic;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #a6c2c0;
	font-size: 60px;
	position: relative; 
	top: 16px;
}

.hms-testimonial-container .testimonial:after {
	content: "\201D";
	font-family: droid_serifitalic;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #a6c2c0;
	font-size: 57px;
	line-height: 24px;
	vertical-align: text-top;
	position: relative; 
	top: 10px;
}


/*** sidebar testimonial css */

/* container box */
#secondary .widget_hms_testimonial_view, #secondary .widget_hms_testimonial_rotator {
	font: 14px/24px 'droid_serifitalic', serif;
	color: #444;
	background-color: #e7f2ef;
	padding: 30px;
	margin: 0 0 30px 0;
	text-align: left;
	border: 0;
	box-shadow: 0 0 8px 3px #cccccc;	
}

#secondary .hms-testimonial-container { /*  hms-testimonial-single */
/*	display: table-cell;
	vertical-align: middle;
	#position: relative;
	#top: -50%; */
}

#secondary .hms-testimonial-container img  {
	display: inline;
	margin: 0 0 3px 30px;
	vertical-align: middle;
	float: right;
}

#secondary .hms-testimonial-container .testimonial {
	padding: 0px 0 0 0;
}

#secondary .hms-testimonial-container .author, #secondary .hms-testimonial-container .date, #secondary .hms-testimonial-container .url {
	font-family: droid_serifregular;
	text-align: right;
	text-indent: 1.45em;
}

#secondary .hms-testimonial-container .date, #secondary .hms-testimonial-container .url {
/*	display: none; */
}

#secondary .hms-testimonial-container .testimonial:before {
	content: "\201C";
	font-family: droid_serifitalic;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	letter-spacing: .07em;
	color: #ccc;
	font-size: 44px;
	position: relative; 
	top: 16px;
/*	left: -30px; */
}

#secondary .hms-testimonial-container .testimonial:after {
	content: "\201D";
	font-family: droid_serifitalic;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ccc;
	font-size: 44px;
	line-height: 24px;
	vertical-align: text-top;
	position: relative; 
	top: 3px;
/*	left: -30px; */
}

/* =WIDGETS ICON
----------------------------------------------- */
#secondary h3 span:before, .footer-widgets-area h3 span:before {
	display: none;
}

#archives h3 span:before,
.widget_archive h3 span:before {
	display: none;
}

.widget_calendar h3 span:before {
	display: none;
}

.widget_categories h3 span:before {
	display: none;
}

#secondary .widget_pages h3 span:before,
.footer-widgets-area .widget_pages h3 span:before {
	display: none;
}

.widget_recent_comments h3 span:before {
	display: none;
}
.widget_recent_comments #recentcomments li:before {
	display: none;
}

.widget_search h3 span:before {
	display: none;
}

.widget_text h3 span:before {
	display: none;
}

.widget_tag_cloud h3 span:before {
	display: none;
}

/*
.accelerate_tagcloud_widget h3 span:before {
	display: none;
}
.accelerate_tagcloud_widget h3 span:before {
	display: none;
}
.accelerate_tagcloud_widget a:before {
	display: none;
}
.accelerate_tagcloud_widget a {
	color: #666666;
	background-color: #F8F8F8;
	margin: 0 4px 6px 0;
   padding: 3px 6px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/border-radius.htc);
}
.footer-widgets-area .accelerate_tagcloud_widget a {
	background-color: #D5D5D5;
	color: #666666;
}
.footer-widgets-area .accelerate_tagcloud_widget a:before {
	color: #FFFFFF;
}
#secondary .accelerate_tagcloud_widget a:hover,
.footer-widgets-area .accelerate_tagcloud_widget a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #77CC6D;
}

#secondary .widget_nav_menu h3 span:before,
.footer-widgets-area .widget_nav_menu h3 span:before {
	content: "\f0c9";
	font-size: 21px;
}

.widget_recent_entries h3 span:before {
	content: "\f040";
}

*/

/* =COMMENTS
----------------------------------------------- */
#comments {
	border-top: 1px solid #F8F8F8;
   	padding-top: 15px;
	display: none;
}
#comments i {
	font-size: 16px;
	color: #AAAAAA;
	padding-right: 10px;
}
.comments-title {
	font-size: 22px;
	line-height: 28px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-navigation {
	margin-bottom: 15px;
}
.bypostauthor {
}
#comments h2.comments-title {
	margin-bottom: 10px;
}
.avatar {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	behavior: url(js/border-radius.htc);
	float: left;
}
.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #77CC6D;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #77CC6D;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #77CC6D;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/border-radius.htc);
}
.comments-area article header .comment-edit-link:before{
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment-content {
	padding: 15px 15px 25px;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(js/border-radius.htc);
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #AAAAAA;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment .comment-reply-link:hover {
	color: #77CC6D;
}
.comment-list {
	margin-bottom: 25px;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.screen-reader-text { display: none; }
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #77CC6D;
	cursor: pointer;
   font-size: 16px;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
	font-size: 22px;
	line-height: 28px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	font-size: 15px;
	line-height: 1;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}

/* =WIDGET IMAGE SERVICE WIDGET
----------------------------------------------- */
.widget_image_service_block {
	text-align: left;
	padding-bottom: 50px;
}
.widget_image_service_block img {
	margin: 10px auto 18px auto;
	width: 214px; height: 214px;
	-webkit-border-radius: 107px;
	-moz-border-radius: 107px;
	-ms-border-radius: 107px;
	-o-border-radius: 107px;
	border-radius: 50%;
}

div.tg-one-third div.service-image {
	text-align: center;
}

.widget_image_service_block .entry-title {
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 10px;
	color: #146734;
	text-align: center;
}
.widget_image_service_block .entry-title a {
	color: #146734;
}
.widget_image_service_block .entry-title a:hover, .widget_image_service_block .entry-title a:active {
	color: #339999;
}
.widget_image_service_block p {
	font-size: 15px;
}


/* =CALL TO ACTION WIDGET
----------------------------------------------- */
#accelerate_call_to_action_widget-3.widget_call_to_action {
	text-align: center;
	margin: 0 0 60px 0;
}
.call-to-action-content-wrapper {
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 30px;
	box-shadow: inset 0 0 28px 8px #cadbdb;
}
.call-to-action-content h3 {
	font-size: 24px;
	color: #066;
	padding-bottom: 20px;
}
.widget_call_to_action .read-more {
	float: none;
	font: 16px 'gandhi_sansbold', sans-serif;
	padding: 3px 8px;
	background-color: #f89621;
}

.widget_call_to_action a.read-more:hover {
	background-color: #339999;
}

/* =CALL TO ACTION WIDGET new with more features
----------------------------------------------- */
#ctatext-2 {
	text-align: center;
	margin: 50px 0 60px 0;
	
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 30px;
	box-shadow: inset 0 0 28px 8px #cadbdb;
}

#ctatext-2 h3.widget-title {
	font-size: 24px;
	color: #066;
	padding-bottom: 20px;
}

#ctatext-2 img {
	float: left;
	padding: 0 10px 6px 0;
}

#ctatext-2 .ctabutton {
	float: none;
	width: auto;
	font: 16px 'gandhi_sansbold', sans-serif;
	padding: 3px 8px;
	margin: 10px 0 0 0;
	background-color: #f89621;
	transition: background-color 0.3s linear 0s;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(js/border-radius.htc);
	cursor: pointer;
	display: inline-block;

}

#ctatext-2 .ctabutton:hover {
	background-color: #339999;
}

#ctatext-2 .ctabutton a {
	font: 16px 'gandhi_sansbold', sans-serif;
	color: #FFFFFF;
	
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: 0px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% 0 0;
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
	font: italic 14px 'gandhi_sansregular', sans-serif;
}

.wp-caption .wp-caption-text {
	margin: 4px 0;
}

.gallery-caption {
}

.wp-video {
	display: inline-block;
}


/* =Featured Single Page WIDGET
----------------------------------------------- */
.widget_featured_single_post h3.widget-title a {
	color: #146734;
}

.widget_featured_single_post h3.widget-title a:hover, .widget_featured_single_post h3.widget-title a:active {
	color: #399;
}

.widget_featured_single_post a.read-more {
	display: none;
}

.widget_featured_single_post .service-image {
	float: left;
	margin: 6px 30px 20px 0;
}


/* =FOOTER WIDGET AREA
----------------------------------------------- */

#colophon {
	margin: -100px 0 0 0;
	padding: 200px 0 12px 0;
	background: transparent url("images/welcome-beach-plain-2560.jpg") no-repeat center bottom;
	height: auto;  /* height: 402px; */
	overflow: visible;
}

body.home #colophon {
	background: transparent url("images/welcome-beach-2560.jpg") no-repeat center bottom;
}

.footer-widgets-wrapper {
	background-color: transparent;
	border-top: none;
	background-size: 100% auto;
}
.footer-widgets-wrapper p {
	color: #666;
}

.footer-widgets-wrapper .inner-wrap {
	border-top: 1px dotted #b5b5b5;
}

.footer-widgets-area {
	padding: 48px 0 10px 0;
	color: #666666;
}

.footer-widgets-area .widget-title {
	text-align: left;
}
.footer-widgets-area h3.widget-title {
	color: #FFFFFF;
}
.footer-widgets-area p {
	text-align: left;
	color: #666666;
}
.footer-widgets-area a {
	color: #399;
	font-weight: normal;
	letter-spacing: .02em;
}
.footer-widgets-area a:hover {
	color: #f89621;
}
#colophon .widget {
	padding-bottom: 25px;
}
#colophon .widget-title {
	font-size: 22px;
	line-height: 32px;
}
#colophon, #colophon p {
	font-size: 14px;
	line-height: 19px;
	color: #666;
}

#colophon #text-7 {
	padding-bottom: 0;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */

#colophon .footer-socket-wrapper-child {
	padding: 10px 0px 30px 0;
	background-color: transparent;
	border-top: none;
}

#colophon .footer-socket-area {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 24px;
}

#colophon .footer-socket-wrapper-child .copyright p {
	color: #666666;
	width: auto;
	font-size: 12px;
	text-align: center;
	max-width: none;
	margin: 0 auto;
	display: block;
	clear: left;
}

#colophon .footer-socket-wrapper-child .copyright a {
	color: #666666;
}

#colophon .footer-socket-wrapper-child .copyright a:hover {
	color: #f89621;
}

#colophon .footer-socket-wrapper-child .footer-menu {

}

#colophon .footer-socket-wrapper-child .footer-menu a {
	padding-top: 0;
}

#colophon .footer-socket-wrapper-child .footer-menu ul li ul {
	top: 21px;
}

.menu-bottom-nav-container {
	width: auto;
	overflow: hidden;
	margin: 30px auto 3px auto;
}

ul#menu-bottom-nav {
	list-style-type: disc; 
	position: relative;
	width: auto;
	float: none;
	text-align: center;
	overflow: hidden;
}

ul#menu-bottom-nav li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
}

ul#menu-bottom-nav li:after {
	content: "\2022";
	margin: 0 0 0 8px;
	padding: 0;
	color: #066;
}

ul#menu-bottom-nav li:last-child:after { 
/*	content: ""; */
	color: transparent;
}



/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	color: #33cccc;
	background-color: #79bdc7;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	padding: 10px 16px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	behavior: url(js/border-radius.htc);
}
a#scroll-up i {
	color: #FFFFFF;
}
a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* from font-awesome.css */

i.fa-angle-left, i.fa-angle-right {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
	float: left;
	width: 62.5%;
}

#secondary {
	float: right;
	width: 30.909%;
}

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
	float: right;
}

.left-sidebar #secondary {
	float: left;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

/* =POST CONTENT
----------------------------------------------- */
#content .post, #content .page {
	padding-bottom: 35px;
}
#content .post {
}
.single #content .post {
	padding-bottom: 25px;
}
.post .entry-title {
	font-size: 25px; 
	line-height: 29px;
	margin-top: 0;
	padding-bottom: 10px;
}
.post .entry-title a {
	color: #339999;
	transition: all 0.3s ease 0s
}
.post .entry-title a:hover {
	color: #f89621;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-content ul {
	list-style: disc;
}

.page-id-251 .entry-content ul, ul.dates, .page-id-541 .entry-content ul, .page-id-543 .entry-content ul {
	list-style-type: none;
	padding: 0 0 0 0;
}

.entry-content ul,
.entry-content ol {
	padding: 0 0 0 15px;
   margin-bottom: 30px;
}

.entry-content ul ul {
	list-style-type: none;
	padding: 3px 0 0 0;
}

.entry-content li > ul,
.entry-content li > ol {
	margin: 3px 0 0 16px;
}

.entry-content li {
	line-height: 1.3;
	padding-bottom: 6px;
}
.post .entry-content a:hover {
	text-decoration: underline;
}
.blog-small .post .post-featured-image {
	float: left;
	width: 32%;
	text-align: left;
	padding-right: 4%;
}

body.search .entry-content {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #a5a5a5;
}

body.search .post-featured-image {
	display: none;
}

body.search article {
	padding: 0 0 4px 0;
}

.blog-alternate-small #primary article:nth-child(odd) figure {
	float: left;
	padding-right: 4%;
}
.blog-alternate-small #primary article:nth-child(even) figure {
	float: right;
	padding-left: 4%;
}

/* =POST META
----------------------------------------------- */
.entry-meta {
	color: #AAAAAA;
	padding-bottom: 20px;
}
.entry-meta .byline i,
.entry-meta .cat-links i {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #339999;
}
.entry-meta .byline,
.entry-meta .cat-links {
}
.entry-meta .byline {
	margin-right: 25px;
}
.entry-meta a {
	color:#339999;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta .sep {
	display:block;
	border-top:1px solid #F8F8F8;
	position:relative;
	margin:15px 60px 10px 0;
}
.entry-meta .post-format {
	padding: 5px;
	position: absolute;
	right: -64px;
	top: -32px;
}
.entry-meta .post-format i {
	background-color: #f89621;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(js/border-radius.htc);
	padding: 12px 8px 8px 8px;
	font-size: 20px;
}
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .tag-links {
	font-size:12px;
	line-height:20px;
	margin-right:25px;
}
.entry-meta .posted-on a,
.entry-meta .comments-link a,
.entry-meta .edit-link a,
.entry-meta .tag-links a {
	color: #AAAAAA;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
	color:#339999;
	text-decoration:none;
}
.entry-meta .posted-on i,
.entry-meta .comments-link i,
.entry-meta .edit-link i,
.entry-meta .tag-links i {
	font-size:14px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration:none
}
a.read-more {
	font: 16px 'gandhi_sansbold', sans-serif;
	margin-top: 10px;
	padding: 3px 8px;
	color: #FFFFFF;
	background-color: #f89621;
	transition: background-color 0.3s linear 0s;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(js/border-radius.htc);
	cursor: pointer;
	display: inline-block;
	float: left;
}

a.read-more:hover {
	background-color: #009999;
	border-color: #009999;
}

.more-link {
	display: block;
	margin-top: 25px;
}

.more-link span {
	font-size: 16px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #f89621;
	transition: background-color 0.3s linear 0s;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(js/border-radius.htc);
	cursor: pointer;
	display: inline-block;
}
.more-link  span:hover {
	background-color: #009999;
	border-color: #009999;
}
.entry-content a.read-more:hover {
	text-decoration: none;
}

/* FACEBOOK PAGES widget */

/* border around fb widget */
.fb_iframe_widget {
    border: #c5c5c5 1px solid;
	float: right;
}

/* fb widget header box color */
.fb_iframe_widget ._1drm._1b90, .fb_iframe_widget ._1drm._1ds4 {
    background-color: #DDECF3;
}

/* fb widget btm box color */
.fb_iframe_widget ._h7l {
    background: #DDECF3;
/*	background: #E7F2EF; */
}

/* fb widget ann wig title type size */
.fb_iframe_widget a._1drp _5lv6 {
    font-size: 15px;
}


/* =RESPONSIVE STRUCTURE
----------------------------------------------- */

@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
}

/*
@media screen and (max-width: 1024px) {
    .header-image-wrap {
        width: 45%;
    }
    
    .header-image-wrap img {
	width: 90%;
	min-width: 200px;
    }
}
*/


@media screen and (max-width: 980px) {

	.wide #page {
		padding-top: 159px;
	}

	#main .inner-wrap {
	/*	width: 85%; */
	}

    .header-image-wrap img {
	/*	width: 100%; */
		width: 255px; 
	}

	#header-text-nav-container {
		height: 159px; 
	}

	#header-right-section {
		height: 59px;
	}

	body.home #colophon {
		background: transparent url("images/welcome-beach-1100.jpg") no-repeat center bottom;
		background-size: 103% auto; 
	}
	
	#colophon .footer-socket-wrapper-child {
		padding: 10px 0px 15px 0;
	}
	
	#colophon .tg-one-third {
		width: 28%;
		float: left;
	}

	#colophon .tg-one-third-last {
		width: 34%; 
		min-width: 278px; 
		float: right;
		margin-right: 0;
		padding-right: 0;
	}

}

@media screen and (max-width: 960px) {
	body.home #colophon {
		background: transparent url("images/welcome-beach-1100.jpg") no-repeat center bottom;
		background-size: 105% auto; 
	}

	/* ">" for top level main nav only */
	.main-navigation ul > li a:after {
		content: "";
	}
}

@media screen and (max-width: 820px) {

	.wide #page {
		padding-top: 218px;
	}

	#main {
		padding-bottom: 10px;
	}

	#header-text-nav-container {
		height: auto; 
		padding-bottom: 0;
	}

	#header-text-nav-container .inner-wrap {
		width: 100%;
	}

	#header-text-nav-wrap {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
	}

	#header-left-section {
		float: none;
		max-width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.header-image-wrap {
		width: auto;
		margin: 0 auto 3px auto;
		float:none;
		overflow: visible;
	}
	
	.header-image {
		padding-left: 50px;
	}

	#header-logo-image {
		float: none;
		margin: 0 0 10px 0;
		padding-right: 0;
	}
	
	.header-image-wrap img {
		width: 235px;
	}
	
	#header-text {
		float: none;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}

	.main-navigation {
		position: relative;
		height: auto;
	}

	#site-description {
		padding-bottom: 5px;
	}
	#header-right-section {
		float: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 2px 0 0 0;
	}
	#header-right-section .widget {
		padding: 0 0 6px 0;
		float: none;
		text-align: center;
	}

	ul#menu-language-nav {
		text-align: center;
	}

	.widget_recent_work .tg-one-fourth {
		width: 50%;
		float: left;
	}
	.footer-socket-wrapper .copyright {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-socket-wrapper .footer-menu {
		float: none;
		text-align: center;
	}
	.footer-socket-wrapper .footer-menu li {
		float: none;
		display: inline;
	}
	.footer-socket-wrapper .footer-menu a {
		float: none;
		display: inline;
		padding: 5px 5px 0;
	}

	#colophon .footer-socket-wrapper-child {
		padding: 10px 0px 10px 0;
	}

	body.home #colophon {
		background-size: 106% auto; 
    		margin: -40px 0 0 0;
    		padding: 80px 0 12px 0;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation {
		float: none;
	}
	#featured-slider .entry-content {
		display: none;
	}
	.slider-nav {
		display: none;
	}
	#primary, #secondary {
		float: none;
		width: 100%;
	}
	.tg-one-half, .tg-one-third, .tg-one-fourth {
		float: none;
		width: 100%;
		margin: 0;
	}

	.footer-widgets-area {
		width: 85%;
		margin: 0 auto;
	}

	#colophon .tg-one-third, #colophon .tg-one-fourth 			{
		border-bottom: 1px dotted #b5b5b5;
		margin-bottom: 30px;
	}

	#colophon .tg-one-third {
		width: 45%;
		float: left;
		margin: 0 0 10px 5%;
		border: 0;
	}

	.widget_image_service_block .tg-one-third {
		padding-bottom: 10px;
	}
	
	#colophon .tg-one-third-last {
		clear: left;
		float: none;
		margin: 0 auto;
		width: 30%;
	}

	.fb_iframe_widget {
    		float: none;
	}	
	
}

@media only screen and (max-width: 780px) {
	body.home #colophon {
		background: transparent url("images/welcome-beach-plain-2560.jpg") no-repeat center bottom;
	}
}

@media only screen and (max-width: 687px) {
/*	
	.home #page {
		padding-top: 234px;
	}

	.header-image {
		padding-top: 10px;
	}
 */
}


@media only screen and (max-width: 600px) {

	#header-text-nav-container {
		position: absolute;
	}

  	 #featured-slider .slider-title-head .entry-title a {
   		font-size: 16px;
   		padding: 4px 12px;
   	}

	body {
	/*	font-size: 100%; */
	}

	#text-3 h3.widget-title {
	    font-size: 1.5em;
	}

	.call-to-action-content h3 {
    		font-size: 1.4em;
	}

	.footer-widgets-area {
		width: 100%;
		margin: 0 auto;
	}

	.widget_recent_work .tg-one-fourth {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.widget_recent_work .recent_work_title {
		right: 0;
	}
	.entry-meta .post-format {
		padding: 0;
		top: -18px;
	}
	.entry-meta .post-format i {
		font-size: 12px;
		padding: 2px 0 0;
	}
}

@media only screen and (max-width: 533px) {
	
	.home #page {
		padding-top: 234px;
	}

	.header-image {
		padding-top: 10px;
	}

}

@media only screen and (max-width: 480px) {

	.wide #page {
		padding-top: 230px;
	}

	.header-image-wrap img {
		width: 220px; 
	}

	.header-image {
		padding-left: 55px;
	}

	#featured-slider .slider-title-head .entry-title a {
		font-size: 12px;
		padding: 0 8px;
	}

	#colophon .tg-one-third {
		width: 90%;
		float: left;
		clear: left;
		margin: 0 0 0 10%;
	}

	#colophon .tg-one-third-last {
		clear: left;
		float: left;
		margin: 20px 0 20px 10%;
		width: 90%;
	}

}

@media only screen and (max-width: 480px) {
	aside#text-9 .textwidget {
   		font-size: 12px;
	}
}


/* =AWI WIDGETS----------------------------------------------- */

/* Contact Form 7 Styles */

div.wpcf7 {
	margin: 10px 0 0 0;
}

form.wpcf7-form p {
	line-height: 22px;
	padding: 3px 0 0 0;
}

form.wpcf7-form input {
	width: 300px;/* 270 */
	height: 20px;
	border: 1px solid #ccc;
	margin: 1px 0;
	padding: 3px;
}

form.wpcf7-form input.wpcf7-quiz {
	width: 30px;
}

form.wpcf7-form input.wpcf7-submit {
	width: auto;
	height: 25px;
	font: 16px 'gandhi_sansbold', sans-serif;
	padding: 3px 8px;
	background-color: #f89621;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}

form.wpcf7-form textarea {
	height: 80px;
	width: 298px;
	border: 1px solid #ccc;
}

form.wpcf7-form .wpcf7-form-control, form.wpcf7-form .cf7radio {
	padding: 3px 0;
}

form.wpcf7-form input[type="radio"], form.wpcf7-form input[type="checkbox"] {
	width: 20px;
	line-height: 20px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

form.wpcf7-form .wpcf7-list-item-label {
	line-height: 24px;
	vertical-align: top;
	padding: 2px 0;
}

form.wpcf7-form .wpcf7-list-item {
	width: auto;
	display: block;
	margin: 0;
}

form.wpcf7-form .wpcf7-list-item.first, form.wpcf7-form .wpcf7-select {
	margin-top: 6px;
}

span.wpcf7-list-item.last {
    display: inline-block;
    padding: 0;
}

form.wpcf7-form .inline-field {
	width: 228px;
	line-height: 20px;
	display:inline-block;
	padding: 0;
	margin: 0;
}

form.wpcf7-form input[type="number"].inline-field {
	width: 60px;
}

/* Constant Contact Form Styles */

#sf_widget_constantcontact_2_form p {
	margin: 0;
}

#sf_widget_constantcontact_2_form input[type="text"] {
	margin: 3px 3px 6px 0;
	padding: 4px;
 	width: 70%;
	max-width: 220px;
	font-size: 13px;
	line-height: 14px;
	color: #066;
	display:inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#sf_widget_constantcontact_2_form input[type="submit"] {
	width: 24px;
   	margin: 3px 0 6px 0;
   	padding: 5px;
	border: 0px;
	transition: background-color 0.3s linear 0s;
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	behavior: url(js/border-radius.htc);
   	font-size: 13px;
	line-height: 14px;
	display:inline-block;
   	color: #FFFFFF;
	background: #79bdc7 url(images/white-arrow-fwd.png) no-repeat center center;
}


/*---Sitemap Widget  ---*/

h2.wsp-pages-title {
	display: none;
}

.entry-content ul.wsp-pages-list {
	list-style: none;
	padding: 0;
}

.entry-content ul.wsp-pages-list,
.entry-content ol.wsp-pages-list {	
   	margin-bottom: 30px;
}

.entry-content ul.wsp-pages-list ul {
	padding: 3px 0 0 0;
}

ul.wsp-pages-list li ul {
	margin: 3px 0 0 10px;
	color: #146734;
}

ul.wsp-pages-list li ul li {
	list-style: none;
	line-height: 1.5em;
}

ul.wsp-pages-list li ul li:before {
	content: "\003E \0020";
	color: #399;
}

ul.wsp-pages-list > li {
	line-height: 1.5;
	padding-bottom: 9px;
}
/*
.post .entry-content a:hover {
	text-decoration: underline;
}

*/


/* easy social icon widget */

ul.cnss-social-icon {
	margin:0; 
	padding:0;
	display: inline-block;
	vertical-align: middle;
}


/* Google location map */
#awi-map { 
        width: 100%;
        height: 400px;
	margin: 0; 
	padding: 0;
}

.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }


/* WP-pagenavi pg nav widget */

.wp-pagenavi {
	text-align: right;
}

.wp-pagenavi .pages {
	font-size: 14px;
	padding-right: 12px;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size: 16px;
	text-decoration: none;
	border: 0;
	padding: 3px 6px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #f89621;
}

.wp-pagenavi span.current {
	font-family: 'gandhi_sansbold', sans-serif;
	font-weight: normal;
}


