/*
Theme Name: Sela
Theme URI: https://wordpress.com/themes/sela/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Sela is not your typical business theme. Vibrant, bold, and clean, with lots of space for large images, this theme will look great on all devices, from desktop to mobile.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sela
Domain Path: /languages/
Tags: light, pink, white, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images,  full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sela is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Sela is a fork of Motif by WordPress.com http://wordpress.com/.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline:none;
	outline: 0;0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-size-adjust: none;
	-o-text-size-adjust:none;
}
html {
	font-size: 62.5%; /* 10px */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-size-adjust: none;
	-o-text-size-adjust:none;
	outline:none;
	outline: 0;
}

div, div:focus {
	outline:none;
	outline: 0
}

body {
	background: #e8e5df;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-size-adjust: none;
	-o-text-size-adjust:none;
	outline:none;
	outline: 0;
}
* {
	outline:none;
	outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: separate;
}
caption,
th,
td {
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
a {
	color: #5f504e;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #aaa;
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0;
}
:focus {
	outline: thin dotted;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5f504e;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.entry-content p {
 color:#5f504e;
 text-align:center;
	font-size: 15px !important;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-o-text-size-adjust:none;
	

}

.entry-header h1.entry-title {
	text-transform:uppercase;
}

#content {
	padding:28px 20px 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: none;
}
h1 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 1em;
	text-align:center;
}
h2 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.1429;
	margin-bottom: 1.1429em;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.333em;
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
h5 {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7143;
	margin-bottom: 1.7143em;
}
h6 {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7143em;
	margin-bottom: 1.7143em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	border: 0;
	height: 1px;
	margin: 1.5em 0;
	background-color: #e6e6e6;
}
p,
blockquote p:last-child {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}
ul,
ol {
	margin: 0 0 1.5em 1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1em 1.5em 1em;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border-left: 2px solid #f2f2f2;
	font-style: italic;
	padding-left: 1em;
}
address {
	margin: 0 0 1.5em 0;
}
pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7143;
	max-width: 100%;
	margin-bottom: 1.5em;
	overflow-x: scroll;
	padding: 1em;
}
code,
kbd,
tt,
var {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #e6e6e6;
	cursor: help;
}
mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	border-bottom: 1px solid #eee;
	margin: 0 0 1.5em 0;
	width: 100%;
}
th {
	font-weight: bold;
	padding: 0.75em;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #eee;
	padding: 0.75em;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}
legend {
	font-weight: bold;
	padding: 0 .5em;
}
fieldset {
	border: 1px solid #eee;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #888;
	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 */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span {
	background-color: transparent;
	border-style: none;
	color: #5b4c4a;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2;
	padding: 6px 15px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
			box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover {
	opacity: 0.85;
}
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,
#infinite-handle span:active {
	background-color: #e6e6e6;
	color: #666;
}
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"],
input[type="password"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"], textarea.form-control {
	border: 1px solid #eee;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.6em;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: 0.2s ease-in;
			transition: 0.2s ease-in;
			text-transform: lowercase;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	border: 1px solid #f25f70;
	outline: none;
	-webkit-transition: 0.2s ease-in;
			transition: 0.2s ease-in;
}
textarea {
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 1.5625%;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 96.875%;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: 0.2s ease-in;
			transition: 0.2s ease-in;

}

/* Genericons */
.entry-meta .post-format a:before,
.featured-post:before,
.social-links ul a:before,
.format-link .entry-title a:after,
.menu-toggle:before {
	display: inline-block;
	font-family: Genericons;
	font-size: 14px;
	font-size: 1.0769rem;
	font-weight: normal;
	line-height: 1;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	color:#5b4c4a;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	background-color: transparent;
	border-top: 1px dashed #908283;
	border-bottom: 1px dashed #908283;
	color: #545252;
	display: block;
	padding: 0 .7em;
}


.main-navigation ul li {
    border: 0 none !important;
    display: inline-block !important;
    padding:0.75em 42px 0.75em 0 !important;
    position: relative !important;
}

#site-navigation ul {
	padding-left:40px;
}


.main-navigation ul {
	list-style: none;
	margin: 0;
	text-align: left;
}
.main-navigation a {
	color: #545252;
	display: block;
	font-size: 14px;
	font-size: 1.62rem;
	font-weight: normal;
	line-height: 1.7143;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
			text-transform:lowercase;
			font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
			outline:none;
}

.main-navigation a:hover {
	color: #A08F89;
	display: block;
	font-size: 14px;
	font-size: 1.62rem;
	font-weight: normal;
	line-height: 1.7143;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
			text-transform:lowercase;
			font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
			outline:none;
}



/** Menu Hide

.children {  
	display:none !important;
}

	ul.children {
	margin:0 !important;
	padding:0;
	background-color:#f8f8f8 !important;
	}
	
	ul.children ul.children {
	margin:0 !important;
	padding:0;
	background-color:#f4f4f4 !important;
	}
	
	ul.children ul.children ul.children {
	margin:0 !important;
	padding:0;
	background-color:#ededed !important;
	}




.main-navigation ul li:first-child {
	border-top: 0;
}

.main-navigation li a {
	 border-bottom: 1px solid #e8e5df;
}

div.menu ul li ul  {
	 margin-left:0;
	 padding-left:0;
}

div.menu ul li ul a {
	 margin-left:0;
	 padding-left:0;
}


.main-navigation ul ul {
	display: block;
	list-style: none;
	margin: 0 0 1em 2.15em;
}
.main-navigation ul ul li {

}
.main-navigation ul ul a {
	color: #5f504e;
	padding: 1em !important;
	 border-top: 0px solid rgba(255, 255, 255, 0.5);
}



.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
	color: #9a9580;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul li.focus > a {
	color: #5d5d5d;
}
.main-navigation ul ul ul {
	margin-bottom: 0;
}
.main-navigation ul ul ul li {
	border-top: 0;

}

.main-navigation ul ul ul li a {
	border-top: 0;

}

.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
	color: #9a9580;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	color: #4f4f4f;
}
.menu-toggle {
	box-shadow: none;
	color: #000;
	display: block;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7143;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	text-transform:lowercase;
}
.menu-toggle:hover,
.menu-toggle:focus {
	color: #000;
	background: none;
	outline:none;
}
.menu-toggle:before {
	content: "\f419";
	margin-right: 12px;
	position: relative;
	top: -2px;
	color: #000;
}
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
	color: #443a39;
}

 **/

/* Social Links */
.social-links {
	clear: both;
	margin: 0 auto 1.5em;
}
.social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-links ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
}
.social-links ul a {
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.social-links ul a:before {
	background: #f25f70;
	color: #000;
	content: "\f415";
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 6px 8px 8px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
			transition: top 0.3s ease-in-out;
			transition: all 0.1s ease-in-out;
}
.social-links ul a:hover {
	text-decoration: none;
}
.social-links ul a:hover:before {
	opacity: 0.75;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}
.social-links ul a[href*="wordpress.org"]:before,
.social-links ul a[href*="wordpress.com"]:before {
	content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
	content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
	content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
	content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
	content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
	content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
	content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
	content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
	content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
	content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
	content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
	content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
	content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
	content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
	content: "\f413";
}
.social-links ul a[href*="mailto"]:before {
	content: "\f410";
}

/*--------------------------------------------------------------
5.2 Content Navigation
--------------------------------------------------------------*/
.post-navigation,
.paging-navigation {
	margin: 1.5em 0 0 0;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 48%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
[class*="navigation"] .nav-previous .meta-nav:before {
	content: "\2190";
	margin-right: 5px;
}
[class*="navigation"] .nav-next .meta-nav:after {
	content: "\2192";
	margin-left: 5px;
}
.post-navigation a,
.paging-navigation a,
.comment-navigation a {
	color: #aaa;
	display: inline-block;
	font-family: "Droid Serif", Georgia, serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 2;
	max-width: 100%;
	word-wrap: break-word;
}
.post-navigation a:hover,
.paging-navigation a:hover,
.comment-navigation a:hover {
	color: #666;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0.5em 1.5em 1em 0;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.comment-meta:before,
.comment-meta:after,
.entry-meta:before,
.entry-meta:after,
.footer-widget-area:before,
.footer-widget-area:after,
.hentry:after,
.main-navigation ul:before,
.main-navigation ul:after,
.site-main:before,
.site-main:after,
.subordinate-navigation ul:before,
.subordinate-navigation ul:after,
.testimonials:before,
.testimonials:after,
.testimonials .hentry:before,
.testimonials .hentry:after,
.clear:before,
.clear:after,
[class*="area"]:before,
[class*="area"]:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="navigation"]:before,
[class*="navigation"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}
.comment-meta:after,
.entry-meta:after,
.footer-widget-area:after,
.main-navigation ul:after,
.site-main:after,
.subordinate-navigation ul:after,
.testimonials:after,
.testimonials .hentry:after,
.clear:after,
[class*="area"]:after,
[class*="content"]:after,
[class*="navigation"]:after,
[class*="site"]:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-area {
	overflow: hidden;
}
.widget {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7143;
	margin-bottom: 2.5714em;
}
.widget-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.7143;
	margin-bottom: 0.857em;
	text-align: center;
	text-transform: uppercase;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}
.widget ul > li,
.widget ol > li {
	padding: 0.785em 0 0.857em;
}
.widget li > ul,
.widget li > ol {
	margin-left: 24px;
}
.widget ul ul {
	margin-top: 0.785em;
}
.widget ul ul > li:last-child {
	padding-bottom: 0;
}
.widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.widget_search .search-field {
	width: 100%;
	-moz-box-sizing: border-box;
	 -ms-box-sizing: border-box;
		 box-sizing: border-box;
}

/* Front Page and Sidebar Widgets */
.front-widget-area .widget {
	font-size: 16px;
	font-size: 1.6rem;
}
.front-widget-area,
.front-testimonials {
	padding: 3em 4.661%;
}
.front-widget-area .widget-title,
.sidebar-widget-area .widget-title {
	color: #4f4f4f;
}
.sidebar-widget-area {
	margin-top: 3em;
}
.widget-title:before,
.widget-title:after {
	content: " - ";
}
.front-widget-area .widget ul > li,
.front-widget-area .widget ol > li,
.sidebar-widget-area .widget ul > li,
.sidebar-widget-area .widget ol > li {
	border-top: 1px solid #f2f2f2;
}
.widget_calendar caption {
	text-align: center;
}
.widget_calendar td a {
	font-weight: bold;
}

/* Footer Widgets */
.footer-widget-area {
	background-color: #fafafa;
	border-top: 1px solid #eee;
	padding: 3em 4.661% 1.5em;
}
.footer-widget-area a {
	color: #6d6d6d;
}
.footer-widget-area a:hover {
	color: #e1122a;
}
.first.footer-widgets,
.second.footer-widgets {
	margin-right: 55px;
}
.footer-widget-area .widget-title {
	color: #4f4f4f;
}
.footer-widget-area .widget ul > li,
.footer-widget-area .widget ol > li {
	border-top: 1px solid #e5e5e5;
}
.footer-widget-area .widget_calendar table,
.footer-widget-area .widget_calendar td {
	border-color: #e5e5e5;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Layout
--------------------------------------------------------------*/
.site {
	_max-width: 1180px;
	width:1000px !important;
	margin:0 auto;
}
.site-content {
	background-color: transparent;
	padding: 3em 4.661%;
}
.page .site-content,
.home.page .site-content,
.post-type-archive-jetpack-testimonial .site-content {
	padding: 0;
}

#page {
    padding: 0 40px;
    width: 1000px;
}

/* Site Header */
.site-branding {
	background: none;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	height: 100%;
	min-height: 72px;
	padding: 2em 0 36px;
	text-align: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.site-branding,
.site-navigation {
	padding-right: 4.661%;
	padding-left: 4.661%;
}


.site-branding a + .site-title {
	margin-top: 0.6667em;
}
.display-header-text .site-image {
	margin-bottom: 12px;
}
.site-logo {
	width: auto;
}
.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3333;
	margin-bottom: 0;
}
.site-title a {
	color: #5f504e;
	font-size: 1.5em;
}
.site-title a:hover {
	text-decoration: none;
}
.site-description {
	color: #333;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8462;
	margin-bottom: 0;
	display:none;
}

/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
.hentry {
	position: relative;
	word-wrap: break-word;
}
.sticky {
}
.blog .hentry,
.archive .hentry,
.search .hentry {
	margin: 0 0 3em 0;
}
.hentry:after {
	background: #f2f2f2;
	display: block;
	position: relative;
	left: -5.1%;
	width: 110.2%;
	height: 1px;
}
.home.page .hentry:after {
	display: none;
}
.hentry.no-title .entry-body {
	min-height: 6em;
}
.hentry.has-post-thumbnail-prev {
	margin-bottom: 0;
}
.search .no-results .page-header,
.testimonials .no-results .page-header {
	margin: 0;
}
.archive .page-title,
.search .page-title {
	color: #aaa;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.7143;
	text-transform: uppercase;
}
.entry-header {
	position: relative;
	z-index: 1;
}
.entry-thumbnail,
.post-thumbnail {
	background: -webkit-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background:    -moz-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background:      -o-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background:         linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background-size: 4px 4px;
}
.post-thumbnail {
	margin: 0 -5.1%;
}
.post-thumbnail + .entry-header {
	margin: 1.5em 0;
	padding: 0;
}
.entry-thumbnail img,
.post-thumbnail img {
	display: block;
}
.entry-title {
	line-height: 1.7;
}
.page-title,
.entry-title,
.entry-title a {
	color: #5f504e;
}
.entry-title a:hover {
	color: #e1122a;
}
.entry-meta {
	font-family: "Droid Serif", Georgia, serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 1em;
	text-align: left;
}
footer.entry-meta {
	line-height: 2;
	padding: 0 0 .5em;
	position: static;
	text-align: left;
	width: auto;
}
.entry-meta span {
	margin-right: 10px;
	display: inline-block;
}
.entry-meta a {
	color: #aaa;
}
.entry-meta a:hover {
	color: #666;
}
footer.entry-meta {
	margin-bottom: 0;
}
.featured-post {
	color: #666;
}
.featured-post:before {
	color: #666;
	content: "\f308";
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 3px;
	position: relative;
}
.categories-links,
.tags-links {
	margin-right: 1em;
}
.entry-summary,
.entry-content {
	margin: 0 0 1em 0;
}
.updated {
	display: none;
}
.page-links {
	clear: both;
	font-weight: 400;
	margin-top: 1.5em;
	word-spacing: 7px;
}

/*--------------------------------------------------------------
10.3 Post formats
--------------------------------------------------------------*/
.format-link .entry-title a:after {
	content: " \f442";
	font-size: 36px;
	line-height: 1em;
}
.format-quote blockquote:before {
	color: #ccc;
	content: "\201C";
	font-family: "Droid Serif", serif;
	font-size: 87px;
	font-size: 8.7rem;
	line-height: 1;
	position: absolute;
	top: -5px;
	left: -10px;
}
.format-quote blockquote {
	border: none;
	font-family: "Droid Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 0;
	padding-left: 3.0769em;
	position: relative;
}
blockquote cite {
	display: block;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	margin: 0.75em 0;
	text-transform: uppercase;
}
.format-quote blockquote p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 3em 0 0;
}
.page .comments-area {
	margin-left: 0;
}
.comments-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 1em;
}
.comment-list {
	margin: 1.5em 0;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment,
.pingback,
.trackback {
	padding: 1.5em 0;
}
.bypostauthor {
}
.depth-1 {
	border-bottom: solid 1px #f2f2f2;
}
.depth-1:first-child {
	margin-top: 0;
	padding-top: 0;
}
.children {
	margin-top: 24px;
}
.children .comment {
	border-left: 3px solid #f7f7f7;
	padding-left: 24px;
}
.comment-author .avatar {
	float: left;
	margin-right: 12px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.comment-meta {
	margin-bottom: 1em;
}
.comment-meta a {
	color: #f25f70;
}
.comment-meta a:hover {
	color: #aaa;
}
.comment-meta .fn {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
	text-transform: uppercase;
}
.says {
	display: none;
}
.comment-metadata {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}
.comment-metadata a {
	color: #aaa;
}
.comment-metadata a:hover {
	color: #666;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-tools {
	display: inline-block;
	float: right;
}
.comment-tools a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: uppercase;
}
.comment-reply-link {
	margin-left: 10px;
}
.comment-reply-link:after {
	content: "\00A0\2192";
}
.comment-respond {
	padding: 25px 20px 20px 0;
}
.comment-content {
	margin-left: 70px;
}
.comment-form label {
	display: inline-block;
	width: 64px;
}
.form-allowed-tags {
	font-size: 12px;
	font-size: 1.2rem;
}
.no-comments {
	text-align: center;
}

/*--------------------------------------------------------------
10.4 Page Templates
--------------------------------------------------------------*/
.content-wrapper {
	background: none;
	padding: 1.5em 0;
	position: relative;
}
.content-wrapper.with-featured-image {
	padding: 1.5em 4.661%;
}

/* Front Page Template */
.front-page-content-area.content-area {
	float: none;
	margin: 0;
	width: 100%;
}
.front-page-content-area .hero {
	position: relative;
}
/* Front page content with featured image */
.hero-content {
	position: relative;
}
.hero-content > img {
	display: block;
}
.hero-container-outer {
	display: table;
	width: 100%;
	height: 100%;
}
.hero-container-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.front-page-content-area .with-featured-image {
	border-bottom: 1px solid #f2f2f2;
	padding-right: 4.661%;
	padding-left: 4.661%;
}
.front-page-content-area .with-featured-image .entry-header {
	margin-top: 1.5em;
	padding: 0;
}
.front-page-content-area .with-featured-image .entry-content {
	margin-bottom: 1.5em;
	padding: 0;
}
.front-page-content-area .with-featured-image {
	border-bottom: 1px solid #f2f2f2;
	padding-right: 4.661%;
	padding-left: 4.661%;
}
.hero-content-overlayer {
	height: 100%;
	overflow: auto;
	position: static;
	top: auto;
}

/* Front Page Widget Area and Testimonials */
.front-widget-area {
	border-bottom: 1px solid #f2f2f2;
}
.front-widgets .widget {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 2.25em;
}
.front-widget-area .widget-title {
	color: #4f4f4f;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 300;
}

/* Grid Page */
.grid-page-content-area .entry-content {
	min-height: 0;
}
.grid-page-content-area .hentry:after,
.child-pages .hentry:after {
	display: none;
}
.child-page {
	float: none;
	margin: 0 auto;
	max-width: 334px;
}
.child-page .entry-thumbnail img {
	display: block;
}
.child-page .entry-header {
	margin: 1.5em 0;
	padding: 0;
}
/* Full-Width Page Template */
.content-wrapper.full-width.with-featured-image {
	margin: 0;
	padding: 1.5em 4.661% 0;
}

.content-wrapper.full-width .content-area {
	width: 100%;
}
.content-wrapper.full-width .hentry:after {
	left: -9.1%;
	width: 109.1%;
}

/*--------------------------------------------------------------
10.5 Testimonials
--------------------------------------------------------------*/
.jetpack-testimonial {
	border: 1px solid #f2f2f2;
	float: left;
	margin: 3em 0 0;
	padding: 0 1.525%;
	text-align: center;
	width: 96.6%;
}
.jetpack-testimonial:nth-child(even) {
	margin-top: 6em;
	margin-right: 0;
}
.testimonial-thumbnail {
	margin-top: -45px;
	text-align: center;
}
.testimonial-thumbnail img {
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}
.jetpack-testimonial .entry-header {
	overflow: hidden;
	padding-bottom: 1.5em;
}
.jetpack-testimonial .entry-title {
	color: #f25f70;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 14px;


	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.jetpack-testimonial .entry-content {
	font-style: italic;
	margin: 0;
	overflow: hidden;
	padding: 0.75em 0;
}
.jetpack-testimonial.without-featured-image .entry-content {
	padding: 3em 0 0.75em;
}
.jetpack-testimonial .entry-meta {
	clear: both;
	text-align: center;
}

/* Testimonials Single View */
.single .jetpack-testimonial {
	float: none;
	width: 96.6%;
}
.single .jetpack-testimonial:after {
	background: none;
}

/* Testimonials Archives Page */
.testimonials-content-area .entry-content {
	margin-bottom: 0;
}
.testimonials.grid .jetpack-testimonial {
	float: none;
	width: auto;
	margin: 0 0 0 0;
}
.archive .testimonials .hentry {
	margin: 3em 0;
}
.archive .testimonials .hentry.has-post-thumbnail-prev {
	margin-bottom: 6em;
}
.archive .testimonials .without-featured-image > .entry-header {
	margin-left: 0;
}
.testimonials .no-results {
	margin-bottom: 3em;
}
.post-type-archive-jetpack-testimonial .content-wrapper.full-width .hentry:after {
	background: none;
}

/*--------------------------------------------------------------
10.6 Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: transparent;
	border-top: 1px dashed #908283;
	color: #545252;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 24px 34px 24px 34px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.site-info {
	margin-top:.9em;
	 font-size: 0.7em;
}

.site-info a {
	color: #545252;
	 font-size: 0.5em;
}
.site-info a:hover {
	color: #f25f70;
}

/*--------------------------------------------------------------
11.0 Jetpack
--------------------------------------------------------------*/
/* Infinite Scroll */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending footer {
	display: none;
}
.infinity-end.neverending footer {
	display: block;
}
.infinite-loader {
	margin: 0 auto;
	width: 36px;
}
#infinite-handle {
	margin-bottom: 3em;
	text-align: center;
}
#infinite-handle span {
	margin: 0 auto;
	text-align: center;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
audio,
video {
	display: block;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.jetpack-video-wrapper {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption-dd,
.wp-caption-text {
	font-family: "Droid Serif", Georgia, serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
	line-height: 1.8462;
	margin: 0.9231em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.site-main .gallery {
	margin-bottom: 1.5em;
}
.site-main .gallery a img {
	border: none;
	height: auto;
}
.site-main .gallery dd {
	margin: 0;
}
.gallery-item {
	float: left;
	margin: 0 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(46%);
	max-width:         calc(46%);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(29.299999999999997%);
	max-width:         calc(29.299999999999997%);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(21%);
	max-width:         calc(21%);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(16%);
	max-width:         calc(16%);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(12.7%);
	max-width:         calc(12.7%);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(10.28%);
	max-width:         calc(10.28%);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(8.5%);
	max-width:         calc(8.5%);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(7.1%);
	max-width:         calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption {
	color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 100%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 7px;
	left: 0;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.gallery-caption:before {
	content: "";
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


	



/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1180px) {
	/* Layout */
	.site {
		margin: 0 auto;
		max-width: 1000px;
		padding: 0;
	}
	.site-content {
		padding: 3em 0;
	}
	.page .site-content,
	.post-type-archive-jetpack-testimonial .site-content {
		padding: 0;
	}
	.content-area {
		float: left;
		width: 765px;
	}

	/* Posts */
	.entry-summary,
	.entry-content {
		min-height: 4em;
	}
	.entry-meta {
		line-height: 2;
		position: absolute;
		left: 0;
		text-align: right;
		width: 111px;
	}
	.entry-meta span {
		display: block;
		margin-right: 0;
	}
	.post-navigation,
	.paging-navigation,
	.comments-area {
		margin-left: 146px;
	}
	.single-jetpack-testimonial .post-navigation {
		margin-left: 0;
	}

	/* Default Page Template */
	.content-wrapper {
		background: none;
		padding: 2em 0 2em 0;
		position: relative;
	}
	.content-wrapper.with-featured-image {
		margin: -4em 0 0 165px;
		padding: 2em 55px 0 36px;
	}
	.content-wrapper .content-area {
		float: left;
		margin: 0;
		width: 100%;
	}
	.content-wrapper .hentry:after {
		left: -201px;
		width: 821px;
	}
	.content-wrapper.full-width .hentry:after {
		width: 980px;
	}
	.entry-thumbnail {
		min-height: 80px;
	}

	/* Content */
	.entry-body {
		margin-top: 1.5em;
		padding: 0 0 0 146px;
	}
	.post-thumbnail {
		margin-left: -55px;
		width: 107.1%;
	}
	.post-thumbnail + .entry-header {
		background-color: #000;
		margin: -4em 0 1em 110px;
		min-height: 40px;
		padding: 1.5em 1.5em 0 2.25em;
	}
	.blog .without-featured-image > .entry-header,
	.single .without-featured-image > .entry-header,
	.archive .without-featured-image > .entry-header,
	.search .without-featured-image > .entry-header {
		margin-left: 146px;
	}
	.archive .page-header,
	.search .page-header {
		margin: 0 0 3em 146px;
	}

	/* Sidebar */
	.sidebar-widget-area {
		width: 250px;
	}

	/* Front page content without featured image */
	.front-page-content-area .without-featured-image {
		border-bottom: 1px solid #f2f2f2;
		padding: 3em 55px 0 55px;
	}
	.front-page-content-area .without-featured-image .entry-header {
		padding: 0;
	}
	.front-page-content-area .without-featured-image .entry-content {
		min-height: 100%;
		padding: 0;
	}
	.front-widget-area,
	.front-testimonials {
		padding: 3em 55px;
	}

	/* Grid Page */
	.child-page {
		width: 360px;
		max-width: 100%;
		margin: 0 55px 0 0;
	}
}

@media screen and (min-width: 998px) {
	/* Full-Width Page Template */
	.content-wrapper.full-width.with-featured-image {
		margin: -4em 13.98%;
		padding: 1.5em 3% 0;
	}
	.content-wrapper.full-width.without-featured-image {
		margin: 0 13.98%;
	}
	

}






@media screen and (min-width: 850px) {
	
	/* 
	
.main-navigation ul li {
    border: 0 none;
    display: inline-block;
    padding: 0.75em 4% 0.75em 0 ;
    position: relative;
} */

.content-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding:0;
    position: relative;
}
	
	/* Layout */
	.content-area {
		float: left;
		width: 100%;
	}
	.sidebar-widget-area {
		float: right;
		margin: 0;
		width: 21.1864%;
	}

	/* Posts */
	.hentry.has-post-thumbnail-prev {
		margin-bottom: 0;
	}
	.hentry:after {
		left: -7.2%;
		width: 107.4%;
	}
	.post-thumbnail {
		margin-left: -7.5%;
	}

	/* Full-Width Page Template */
	.content-wrapper.full-width.with-featured-image {
		margin: -4em 6.661% 0;
		padding: 1.5em 3% 0;
	}
	.content-wrapper.full-width.without-featured-image {
		margin: 0 6.661%;
		padding: 3em 3% 0;
	}
	.comments-closed .hentry:after {
		display: none;
	}

}


@media screen and (min-width: 768px) {


	/* Navigation */
/*	
	#site-navigation {
	background-color: transparent;
}
	
	
	.main-navigation {
		padding: 0.25em 0;
		background-color:e8e5df;
	}
	.main-navigation ul {
		display: block;
		list-style: none;
		text-align: center;
	}
	.main-navigation ul li {
		border: 0 none;
		display: inline-block;
		padding:0.75em 3.5% 0.75em 0;
		position: relative;
	}
	
	.main-navigation ul li:last-child {
		border: 0 none;
		display: inline-block;
		position: relative;
		padding:0;
	}
	.main-navigation ul a {
		padding: 0;
	}
	 .nav-menu > li > a:after {
		color: #ffa4ad;
		content: " \2022";
		margin-left: 1em;
	}
	.nav-menu > li:last-child > a:after {
		content: "";
	} 
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: rgba(0,0,0, 0.1) 0 1px 2px;
		display: none;
		margin: 0;
		position: absolute;
		top: 2.6em;
		left: 0;
		width: 204px;
		z-index: 99999;
	}
	.main-navigation ul ul li {
		padding: 0;
		text-align: left;
	}
	.main-navigation ul ul li:hover,
	.main-navigation ul ul li.focus {
		background: #f2f2f2;
	}
	.main-navigation ul ul a:hover,
	.main-navigation ul ul > li.focus > a {
		color: #9a9580;
	}
	.main-navigation ul ul a {
		color: #4f4f4f;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
		width: 180px;
		padding: .8em;
		text-transform:lowercase;
	}
	.main-navigation ul ul ul {
		top: 0;
		left: 100%;
		width: 190px;
	}
	.main-navigation ul ul ul a {
		width: 166px;
	}

	.menu-toggle {
		cursor: pointer;
		display: none !important;
	}
*/

	ul.children {
	margin:0;
	padding:0;
	display:none !important;
	}

	.menu-toggle {
		cursor: pointer;
		display: none !important;
	}


	/* Front Page */
	.hero-content-overlayer {
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;

		height: 100%;
	}
	.front-page-content-area .with-featured-image {
		background: #fff;
		box-shadow: rgba(0,0,0, 0.1) 0 1px 2px;
		margin: 0 auto;
		opacity: 0.95;
		padding: 1.5em;
		width: 457px;
	}

	/* Front Page Testimonials */
	.jetpack-testimonial:nth-child(even) {
		margin-top: 3em;
	}
	.jetpack-testimonial {
		width: 43.745763%;
		margin-right: 5.661%;
		padding-right: 1.525%;
		padding-left: 1.525%;
	}

	/* Front Page & Footer Widget Areas */
	.footer-widget-area .widget-area {
		margin: 0;
	}
	.front-widget-area .widget-area,
	.footer-widget-area .widget-area {
		float: left;
	}
	.front-widget-area .widget-area:nth-child(1):nth-last-child(1),
	.footer-widget-area .widget-area:nth-child(1):nth-last-child(1) {
		width: 100%;
	}
	.front-widget-area .widget-area:nth-child(1):nth-last-child(2),
	.front-widget-area .widget-area:nth-child(2):nth-last-child(1),
	.footer-widget-area .widget-area:nth-child(1):nth-last-child(2),
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(1) {
		margin-right: 6%;
		width: 47%;
	}
	.front-widget-area .widget-area:nth-child(1):nth-last-child(2):last-of-type,
	.front-widget-area .widget-area:nth-child(2):nth-last-child(1):last-of-type,
	.footer-widget-area .widget-area:nth-child(1):nth-last-child(2):last-of-type,
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	.front-widget-area .widget-area:nth-child(1):nth-last-child(3),
	.front-widget-area .widget-area:nth-child(2):nth-last-child(2),
	.front-widget-area .widget-area:nth-child(3):nth-last-child(1),
	.footer-widget-area .widget-area:nth-child(1):nth-last-child(3),
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(2),
	.footer-widget-area .widget-area:nth-child(3):nth-last-child(1) {
		margin-right: 5%;
		width: 30%;
	}
	.front-widget-area .widget-area:nth-child(1):nth-last-child(3):last-of-type,
	.front-widget-area .widget-area:nth-child(2):nth-last-child(2):last-of-type,
	.front-widget-area .widget-area:nth-child(3):nth-last-child(1):last-of-type,
	.footer-widget-area .widget-area:nth-child(1):nth-last-child(3):last-of-type,
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(2):last-of-type,
	.footer-widget-area .widget-area:nth-child(3):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
}

	.menu-toggle {
		cursor: pointer;
		display: none !important;
	}
/**
@media screen and (min-width: 600px) {
	


	.child-page {
		border-bottom: 0;
		float: left;
		margin: 0 4.661% 0 0;
		max-width: 100%;
		width: 47.272%;
	}
	.child-pages{
		border-top: 1px solid #f2f2f2;
		padding-top: 3em;
	}
	.child-page:nth-child(even) {
		margin-right: 0;
	}
	.child-pages .entry-summary {
		min-height: 0;
	}
	.sidebar-widget-area,
	.footer-widget-area .widget-area {
		margin-right: 15%;
		margin-left: 15%;
	}
	.footer-widget-area .widget-area {
		float: none;
		width: auto;
	}
}
**/

/** Contact Form **/


label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
	text-transform:lowercase;
}

.cscfForm .btn {
	background-color:#5f504e;
	color:#FFF;
	text-transform:lowercase;
}

/** Social Icons **/

.responsive_footer {
    margin: 0 auto;
    width: 810px;
}

.social_icons {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.footer_copy {
	width:100%;
	height:auto;
	color: #5f504e;
    text-align: center;
	margin-bottom: 1em;
	font-size: 0.8em;
}

.social_icons .face img, .social_icons .type img, .social_icons .phone img {
	float:left;
	margin-right:.7em;
}

.social_icons .face .copy {
	color: #5f504e;
    text-align: left;
	font-size: 1em;
	float:left;
}

.social_icons .phone .copy {
	color: #5f504e;
    text-align: left;
	font-size: 1em;
	float:left;
}

.social_icons .type .copy {
	color: #5f504e;
    text-align: left;
	font-size: .9em;
	float:left;
}



.social_icons .phone .copy {
	text-decoration:none;
	color: #5f504e;
	margin-top:1.1em;
}

.social_icons .type .copy {
	text-decoration:none;
	color: #5f504e;
	margin-top:2em;
}


.social_icons .phone {
	width:183px;
	height:auto;
	float:left;
	margin-right: 3px;
	margin-top: 8px;
}

.social_icons .type {
	width:175px;
	height:auto;
	float:left;
	margin-right: 70px;
	margin-top: 8px;
}

.social_icons .social {
	width:65px;
	height:80px;
	float:left;
	margin-right:.2em;
}

.social_icons .social img, .social_icons .type img, .social_icons .phone img {
	height:65px;
	width:65px;
}

.cleardiv {
	clear:both;
}



.about_us_cont {
	width:100%;
	background-color:#FFF;
	height:auto;
	padding:5px;
	margin-bottom:25px;
}

.cscfForm {
	margin-bottom:25px;
}

.about_img {
float:left;
width:48%;
height:auto;
padding:0;
margin:0;
}


.about_us_cont .about_img {
    float: left;
    height: auto;
    width: 54%;
}

.about_text {
    float: left;
    height: auto;
    margin-left:4.5%;
    width: 44%;
margin-top: 0px;

}

.about_us_cont .about_text {
    float: left;
    height: auto;
    margin-left: 1%;
    margin-top: 0;
    width: 44.5%;
}

.about_text p {
text-align:left;
    color: #5f504e;
    font-size: 15px !important;
margin-bottom: 1.5em !important;
}


.about_us_cont .about_text p:last-child {
padding-bottom:0 !important;
margin-bottom:0 !important;
}


#about_second p:first-child {
padding-top:0;
margin-top:0;
}

.about_us_cont p:nth-child(1n) {
padding:0;
margin:0;
}

.about_text h1.entry-title {
    margin-bottom: 8px;
    margin-top: 8px;
}

.about_bottom_half p:nth-child(1n) {
padding-top:0;
margin-top:0;
}

.about_us_cont h1 {
}

.page-id-2 .about_text {
    float: none;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    width: 100%;	
}

#wds_container1_0 {
    margin: 0 auto 30px;
    width: 915px;
}

.about_img_lorna {
	margin-bottom:10px;
}

#second_image {
	margin-top:10px;
}

.entry-title {
	text-transform:uppercase;
	margin-top:0em;
}


wds_container1_0 {
	margin-top: 2.2em;
}


.social_icons .social {
	display:none;
}

.copy_line {
    float: left;
    font-size: 0.8em;
    padding: 10px 0 10px 30px;
    text-align: left;
	margin-left: 0px;
}


/** Summary Box Code **/

.summary_box_window {
	-webkit-box-shadow: 8px 9px 5px -4px rgba(0,0,0,0.18);
	-moz-box-shadow: 8px 9px 5px -4px rgba(0,0,0,0.18);
	box-shadow: 8px 9px 5px -4px rgba(0,0,0,0.18);
    background-color: #fff;
    height: auto;
    padding:0.4em 0.4em 0.1em;
    width: 97%;
}


img {
	outline:none;
}

.summary_image {
	width:100%;
	height:auto;
}

.summary_image img:hover, .services_summary_box_window img:hover {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.summary_image img, , .services_summary_box_window img {
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.summary_copy {
	color: #5f504e;
    font-size: 1em;
    line-height: 1.5;
    padding:0.7em .5em;
    text-align: center;
}

.summary_box_window_three_column {
	-webkit-box-shadow: 8px 9px 5px -4px rgba(0,0,0,0.18);
	-moz-box-shadow: 8px 9px 5px -4px rgba(0,0,0,0.18);
	box-shadow: 8px 9px 5px -4px rgba(0,0,0,0.18);
	background-color:#FFF;
    padding: 0.4em 0.4em 0;
    width: 96%;
	height:auto;
}

.summary_box_window_three_column .summary_copy {
    color: #5f504e;
    font-size: 0.9em;
    line-height: 1.4;
    padding:0.7em .5em;
    text-align: center;
}

/**

@media screen and (max-width: 940px) { 

.summary_box_window_three_column {
    background-color: #fff;
    box-shadow: 8px 9px 5px -4px rgba(0, 0, 0, 0.18);
    height: auto;
    padding: 1.2em;
    width: 84%;
	margin:0 auto;
	margin-bottom:2em;
}

.summary_box_window {
    background-color: #fff;
    box-shadow: 8px 9px 5px -4px rgba(0, 0, 0, 0.18);
    height: auto;
    padding: 1.2em;
    width: 84%;
	margin:0 auto;
	margin-bottom:2em;
}

.social_icons .face .copy, .social_icons .type .copy, .social_icons .phone .copy {
    color: #5f504e;
    margin-top: 2.5em;
    text-decoration: none;
	font-size:.7em;
}


}

@media screen and (max-width: 970px) { 
	.copy {
		display:none;
	}
	
	.responsive_footer {
		margin:0 auto;
		width:240px;
	}
	
	.social_icons .face, .social_icons .phone, .social_icons .type {
		width:80px;
	}
	

}


@media screen and (max-width: 797px) { 

.summary_box_window_three_column {
    background-color: #fff;
    box-shadow: 8px 9px 5px -4px rgba(0, 0, 0, 0.18);
    height: auto;
    padding: 0.3em;
    width: 97%;
	margin:0 auto;
	margin-bottom:2em;
}

.summary_box_window {
    background-color: #fff;
    box-shadow: 8px 9px 5px -4px rgba(0, 0, 0, 0.18);
    height: auto;
    padding: 1em;
    width: 84%;
	margin:0 auto;
	margin-bottom:2em;
}

.social_icons .face .copy, .social_icons .type .copy, .social_icons .phone .copy {
    color: #5f504e;
    margin-top: 2.5em;
    text-decoration: none;
	font-size:.6em;
}

.about_us_cont .about_img {
	display:none;
}

.about_text {
	padding: 0 2em 2em;
    text-align: center;
    width: 89%;
	margin-left:0;
}

.about_text p {
    text-align: center;

}

}

**/

/** Slider Arrow **/

#wds_container1_0 #wds_container2_0 .wds_left-ico_0, #wds_container1_0 #wds_container2_0 .wds_right-ico_0 {
    background-color: rgba(255, 255, 255, 0);
    border: 0 none #ffffff;
    border-collapse: separate;
    border-radius: 20px;
    box-sizing: content-box;
    color: #ffffff !important;
    cursor: pointer;
    font-size: inherit;
    height: inherit;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: inherit;
}

/** Menu Adjust 

@media screen and (min-width:52em) and (max-width:58em) {
	
#site-navigation .menu ul li {
    border: 0 none;
    display: inline-block;
    padding: 0.75em 2% 0.75em 0;
    position: relative;
}


}

@media screen and (min-width:47em) and (max-width:52em) {
	
#site-navigation .menu ul li {
    border: 0 none;
    display: inline-block;
    padding: 0.75em 1% 0.75em 0;
    position: relative;
}


}
**/

	ul.children {
	margin:0;
	padding:0;
	display:none !important;
	}
	
	
	.services_summary_box_window {
    background-color: #fff;
    box-shadow: 8px 9px 5px -4px rgba(0, 0, 0, 0.18);
    height: auto;
    padding: 0.4em 0.4em 0;
    width: 98%;
	margin-bottom: 0.8em;
}

#site-navigation ul li.page-item-13, #site-navigation ul li.page-item-13 a {
	padding-right:0 !important;
}

.static_pages {

	margin:0;
}

.static_pages p {
    text-align: center;
}


.form-control {
	width: 98% !important;
}

#wds_container1_0 {
	margin-bottom:30px;	
}

#wds_container1_0 #wds_container2_0 .wds_left_btn_cont, #wds_container1_0 #wds_container2_0 .wds_right_btn_cont {
    font-size: 80px !important;
    height: 90px !important;
    width: 50px !important;
}