/*
    Theme Name: Rythm
    Theme URI: http://themeforest.net/user/Themico
    Description: Rhythm is a one-page responsive, agency theme. It has been designed with mobile-first practices, ensuring a smooth flow of the layout in mobile devices. The template is based on a 12 column 960 grid system and built with Twitter Bootstrap framework.
    Author: Themico
    Author URI: http://themi.co/
    Version: 1.1.2
    Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* FONTS EMBEDDING */
@import url(https://fonts.googleapis.com/css?family=Patua+One);

@font-face {
	font-family: 'Novecentowide-Bold';
	src: url('/wp-content/themes/wp-theme-rythm/assets/fonts/novecentowide-bold.eot');
	src: url('/wp-content/themes/wp-theme-rythm/assets/fonts/novecentowide-bold.eot#iefix') format('embedded-opentype'),
		url('/wp-content/themes/wp-theme-rythm/assets/fonts/novecentowide-bold.woff') format('woff'),
		url('/wp-content/themes/wp-theme-rythm/assets/fonts/novecentowide-bold.ttf') format('truetype'),
		url('/wp-content/themes/wp-theme-rythm/assets/fonts/novecentowide-bold.svg#novecentowide-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* DEFAULT STYLES */
body {
	letter-spacing: -1px;
	padding-top: 100px;
	position: relative;
}

body.singular {
	padding-top: 100px !important;
}

p {
	margin: 15px 0;
}

h1,
h2,
h3,
h4,
#footer .widget-title>*,
.comment a.url,
.comment cite.fn,
.wp-pagination-comments {
	font-family: 'Novecentowide-Bold', 'Ariab Black', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h4 {
	font-size: 17px;
	line-height: 20px;
}

h1>a,
h2>a,
h3>a,
h4>a {
	text-decoration: none !important;
}

.button {
	font-family: 'Novecentowide-Bold', 'Ariab Black', Arial, Helvetica, sans-serif;
	background: #94C01C;
	color: #fff;
	padding: 6px 15px 9px;
	font-size: 20px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button:hover {
	text-decoration: none;
	color: #fff;
}

.page-title>*,
#footer .widget-title>* {
	background: #94c01c;
	padding: 8px 30px 12px 28px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}

.page-title a:hover {
	color: #fff;
	text-decoration: none;
}

h2,
h3 {
	font-size: 20px;
	line-height: 24px;
}

a {
	outline: none !important;
}

.portfolio-items a dt img,
nav a,
#header a,
.social-profiles a img,
.connect a img,
#copyright a img,
.button,
.blog-posts .hentry h4 a {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

blockquote {
	font: 22px/25px "Patua One", "Georgia", "Time New Roman";
	color: #666;
	border-left: #666 10px solid;
	margin: 50px 0;
	padding: 5px 0 5px 20px;
}

blockquote>*:last-child {
	margin-bottom: 0 !important;
}


/* HEADER */
#header {
	background: #594A41;
	padding: 28px 0 26px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

#logo img {
	float: left;
	display: block;
}

#header nav ul {
	float: right;
	margin: 6px 0 0;
}

#header nav li {
	list-style-type: none;
	float: left;
	margin-left: 40px;
}

#header a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}

#header a:hover,
#header .current-menu-item a {
	color: #a5a5a5;
	text-decoration: none;
}

.select-menu {
	display: none;
	margin-top: 24px;
}

.slider {
	overflow: hidden;
}

.slider h1 {
	padding: 0;
	background: none;
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 60px;
	line-height: 65px;
	margin: 0 100px;
	text-align: center;
}


/* CONTENT */
body.home>section {
	border-bottom: #dfdfdf 1px solid;
	padding-top: 80px;
}

body.home>section.slider {
	border: none;
	padding: 0;
}

section.even {
	background: #f7f7f3;
}

section.odd,
.singular {
	background: #fff;
}

section.type-page {
	text-align: center;
}

.page-title,
#footer .widget-title {
	text-align: center;
	padding-bottom: 17px;
	background: url("/wp-content/themes/wp-theme-rythm/assets/img/title-arrow.png") center 100% no-repeat;
}

.page-title h1 {
	min-width: 190px;
}

.page-title h1,
#footer .widget-title>* {
	margin: 0;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.modal {
	position: absolute;
	top: auto !important;
	left: 50%;
	z-index: 1050;
	max-width: 940px;
	margin: 0 0 0 -470px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}

.modal.fade.in {
	top: 50%;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.modal-header .close {
	margin-top: 2px;
}

.modal-header h3 {
	margin: 0;
	line-height: 30px;
}

.modal-body {
	overflow-y: auto;
}

.modal-form {
	margin-bottom: 0;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	*zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
	line-height: 0;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

/* MODAL STYLES FROM BOOTSTRAP */


.modal {
	display: none;
	text-align: left;
	background: #fff;
}

.modal-header {
	height: 70px;
	background: #ebe9e4;
	overflow: hidden;
}

.modal-header .close {
	width: 34px;
	height: 34px;
	background: url("/wp-content/themes/wp-theme-rythm/assets/img/close.png");
	text-indent: -999px;
	overflow: hidden;
	margin: 17px 22px 0 0;
	opacity: 0.5;
}

.modal-header .close:hover {
	opacity: 1;
}

.modal-body {
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	margin: 15px 20px;
}

.modal-body h1 {
	margin-top: 25px;
}

.modal-body .meta {
	float: right;
	color: #8f8f8f;
	margin-top: 0;
	width: 25%;
}

.modal-body .meta li {
	list-style-type: none;
	border-top: #e9e9e9 1px dashed;
	padding: 5px 0;
}

.modal-body .meta li:first-child {
	border: none;
	padding-top: 0;
}


/* WIDGETS */
section .widget-area {
	border-top: #e9e9e9 1px dashed;
	margin-top: 67px;
}

section .widget-area .widget:first-child {
	border-left: #e9e9e9 1px dashed;
}

section .widget-area .widget {
	border-right: #e9e9e9 1px dashed;
}

.widget {
	font-size: 18px;
	line-height: 25px;
}

.widget-teaser {
	padding-top: 32px;
}

.widget-teaser .widget-title {
	margin: 30px 0 54px;
}

.widget-teaser img {
	margin: 0 auto;
	display: block;
}

.widget-teaser .widget-content {
	padding: 52px 15px;
	border-top: #e9e9e9 1px dashed;
}

#footer .widget {
	margin-bottom: 40px;
}

#footer .widget-title {
	background-image: url("/wp-content/themes/wp-theme-rythm/assets/img/title-arrow-2.png");
	padding-bottom: 10px;
}

#footer .widget-title>* {
	background: #24282f;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#footer .themico-flickr-photostream-widget .widget-content {
	padding: 0;
	overflow: hidden;
}

.themico-flickr-photostream-widget .widget-content>div {
	width: 110%;
	overflow: hidden;
}

.flickr_badge_image img {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	margin: 30px 30px 0 0;
}

.width-33 {
	width: 33.1%;
	float: left;
}

/* PORTFOLIO & STAFF */
.portfolio-items,
.staff-items {
	margin: 76px 0 39px;
}

.portfolio-items dl,
.staff-items dl {
	margin-top: 0;
	margin-bottom: 39px;
}

.portfolio-items dd,
.staff-items dd {
	margin: 0;
	background: #fff;
	text-align: center;
	font-size: 20px;
	padding: 16px 0 17px;
	box-shadow: 0 1px 1px #e4e4e4;
}

.portfolio-items a,
.staff-items a {
	color: #8f8f8f;
}

.portfolio-items dt img,
.staff-items dt img {
	width: 100%;
	opacity: 1;
}

.portfolio-items a:hover dt img {
	opacity: 0.7;
}

.staff-items dd {
	padding: 18px 0 16px;
	font-size: 17px;
	color: #ccc9ba;
}

.staff-items dd h3 {
	margin: 0;
	color: #666;
}

.staff-items p {
	margin-top: 4px;
	margin-bottom: 19px;
}

.social-profiles {
	overflow: hidden;
	text-align: center;
	padding: 13px 0 0;
	margin-bottom: 0;
	border-top: #e0e0e0 1px dashed;
}

.social-profiles li {
	list-style-type: none;
	display: inline-block;
	margin: 0 6px;
}

.social-profiles a:hover img {
	opacity: 0.7;
}

.connect {
	overflow: hidden;
	margin: 82px 0 75px;
	padding: 0;
	text-align: center;
}

.connect a:hover img {
	opacity: 0.7;
}

.connect li {
	list-style-type: none;
	width: 82px;
	margin: 0 41px;
	display: inline-block;
}

.connect li:first-child {
	margin-left: 0;
}

.connect li:last-child {
	margin-right: 0;
}

.client-items {
	margin: 78px 0 23px;
}

.client-items img {
	display: block;
	margin: 0 auto 55px;
}


/* CONTACT */
.rythm-google-map {
	margin: 54px 0 44px;
	display: block;
	width: 100%;
	height: 490px;
	max-width: 100%;
	border: none;
}

.rythm-google-map img {
	max-width: none;
}

.address {
	text-align: left;
	font-size: 18px;
	line-height: 25px;
}

.address p {
	margin: 25px 0;
}

.address form {
	margin: 30px 0 70px;
}

input[type="submit"] {
	font-family: 'Novecentowide-Bold', 'Ariab Black', Arial, Helvetica, sans-serif;
	font-size: 25px;
	background: #94c01c;
	color: #fff;
	border: none;
	padding: 8px 38px 12px 36px;
}

input[type="text"],
textarea {
	background: #f3f3ef;
	font-size: 20px;
	display: block;
	width: 100%;
	border: solid;
	box-shadow: none;
	height: 60px;
	line-height: 58px;
	padding: 0;
	text-indent: 18px;
	margin: 0 0 20px;
}

section.type-page input[type="text"],
section.type-page textarea {
	background: #fff;
}

textarea {
	line-height: 24px;
	padding: 18px;
	width: 100%;
	text-indent: 0;
}

.textarea-container {
	margin: 0 18px;
}

.textarea-container textarea {
	margin-left: -18px;
}

#contact textarea {
	width: 344px;
	height: 100px;
}



/* FOOTER */
#footer {
	background: #2F353E;
	color: #fff;
	padding-top: 40px;
}

#footer p {
	margin: 25px 0;
}

#copyright {
	background: #24282f;
	padding: 20px 0 0;
	height: 80px;
	color: #d5d5d5;
	font-weight: bold;
	font-size: 15px;
	line-height: 62px;
}

#copyright img {
	display: block;
}

#copyright a:hover img {
	opacity: 0.7;
}

#copyright .widget {
	margin: 15px 0 0;
}


.service.offset2 {
	margin-left: 16.55%;
}

.service.offset4 {
	margin-left: 33.1%;
}

.alignleft {
	float: left;
	margin: 5px 15px 4px 0;
}

.alignright {
	float: right;
	margin: 5px 0 4px 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	/* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

.gallery-caption {
	width: 90%;
}

.gallery-caption a {
	display: inline;
}

.entry-attachment {
	text-align: center;
	margin-bottom: 20px;
}

.rythm-shortcode-services ul.pager-home {
	margin-bottom: 39px;
}

.body-iframe {
	margin: 0px;
	padding: 0px;
	/*    overflow:hidden;*/
}

#rythm-iframe-post {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px
}

#header>.container {
	position: relative;
}

#rythm-iframe-close {
	width: 100px;
	height: 100px;
	background: #1f2328 url("/wp-content/themes/wp-theme-rythm/assets/img/close.png") center no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	cursor: pointer;
}

/* Video Responsive */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	/*  overflow: hidden; */
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Video Responsive */

/* BLOG v 1.1*/

.body-iframe .select-menu {
	display: none !important;
}

.blog-posts article.hentry {
	text-align: left;
	background: #fff;
	margin-bottom: 39px;
	box-shadow: 0 1px 1px #e4e4e4;
}

.blog-posts article.hentry h4 {
	margin: 19px 12px;
}

.blog-posts article.hentry .thumbnail {
	min-width: 100%;
}

.blog-posts article.hentry footer {
	color: #ccc9ba;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 12px 7px;
	border-top: 1px dashed #E0E0E0;
}

.blog-posts article.hentry footer a {
	float: right;
	padding-right: 26px;
	background: url("/wp-content/themes/wp-theme-rythm/assets/img/bubble.png") 100% 6px no-repeat;
}

.blog-posts article.hentry footer a:hover {
	text-decoration: none;
}

div.sociable {
	margin-top: 25px;
}

.blog-posts {
	padding: 55px 0 80px;
}

.blog-posts .button {
	margin-top: 10px;
	background: #fff;
	box-shadow: 0 1px 1px #e4e4e4;
	color: #CCC9BA;
}

.blog-posts .button:hover {
	color: #666;
}

.visual img {
	width: 100%;
}

.singular .post-content {
	font-size: 18px;
	line-height: 26px;
}

.singular .post-content>h1 {
	margin: 75px 0 70px;
}

.singular .post-content {
	text-align: justify;
}

.singular .post-content p {
	margin: 0 0 27px;
}

.singular .post-content h2,
.post-content .hentry h3 {
	margin: 27px 0 12px;
}

.flexslider {
	overflow: hidden;
}

#comments {
	background: #f7f7f3;
	border-top: #dfdfdf 1px solid;
	padding: 49px 0 10px;
	margin-top: 45px;
}

#respond-wrapper {
	border-top: #dfdfdf 1px solid;
}

li #respond {
	max-width: 940px;
	margin: 0 auto;
	padding-top: 0 !important;
}

li #respond #reply-title {
	display: none !important;
}

li #respond textarea,
li #respond input[type="text"] {
	background: #fff !important;
}

#reply-title,
.comments-title,
.singular .post-content>h1 {
	color: #2F353E;
	font-size: 24px;
}

.commentlist {
	margin: 18px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #757575;
}

li.comment {
	list-style-type: none;
	border-top: #d7d7d7 1px solid;
	padding: 37px 0 24px;
}

ol>li.comment:first-child {
	border: none;
	padding-top: 55px;
}

article.comment {
	position: relative;
}

li.comment:last-child article.comment {
	padding-bottom: 25px;
}

ul.children {
	padding-left: 0;
}

ul.children article>header,
ul.children article>section {
	margin-left: 81px;
}

article.comment header {
	position: relative;
}

.nocomments-yet {
	margin: -13px 0 25px;
}

.wp-pagination-comments {
	margin-bottom: 30px;
}

.wp-pagination-comments a {
	text-decoration: none;
}

.wp-pagination-comments>* {
	margin-right: 15px;
}

.comment .avatar {
	margin: 2px 20px 0 0;
	float: left;
	padding: 5px;
	background: #fff;
	box-shadow: #f0f0ec 1px 1px 1px;
}

.comment-author .avatar {
	margin-bottom: 32px;
}

.comment a.url,
.comment cite.fn {
	color: #9dbe16;
	font-size: 17px;
	line-height: 20px;
	margin-right: 19px;
	font-style: normal;
}

.comment a.url:hover {
	text-decoration: none;
}

.comment a time {
	color: #9a8882;
	font-size: 13px;
}

.comment-content {
	padding: 6px 0 0 80px;
	letter-spacing: 0;
}

.comment-content p {
	margin-top: 0;
}

.reply {
	position: absolute;
	top: 8px;
	right: 0;
	background: url("/wp-content/themes/wp-theme-rythm/assets/img/reply.png");
	width: 16px;
	height: 17px;
	cursor: pointer;
}

.author-sign {
	position: absolute;
	top: 75px;
	left: 1px;
	background: #d7d7d7;
	font-size: 9px;
	letter-spacing: 0;
	line-height: 12px;
	height: 12px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 60px;
}

#respond {
	padding-top: 75px;
}

#respond form {
	padding-top: 10px;
	margin: 0 0 80px;
}

#reply-title {
	margin: 0 0 65px;
}

#respond fieldset {
	padding-bottom: 10px;
}

#respond fieldset:first-child input[type="text"] {
	margin-right: 20px;
}

#respond input[type="text"] {
	width: 380px;
}

#respond textarea {
	height: 184px;
}

.sidebar {
	padding-top: 175px;
}

.sidebar ul {
	padding: 0;
}

.sidebar li {
	list-style-type: none;
}

.form-allowed-tags,
.logged-in-as {
	margin: -15px 0 25px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}

.logged-in-as {
	margin: -10px 0 15px;
}

.pager {
	height: 54px;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.sidebar .pager {
	height: 93px;
}

.pager li {
	width: 50%;
	float: left;
	list-style-type: none;
}

.pager li .pager-link {
	border: #dfdfdf 2px solid;
	border-left-width: 1px;
	height: 50px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: #fff url("/wp-content/themes/wp-theme-rythm/assets/img/pager.png") center -50px no-repeat;
}

.pager li:first-child .pager-link {
	border-right-width: 1px;
	border-left-width: 2px;
	background-position: center 0;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pager li:last-child .pager-link {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager li:first-child a:hover {
	background-position: center -100px;
}

.pager li:last-child a:hover {
	background-position: center -150px;
}

.sidebar .widget-title {
	color: #a5a5a5;
}

.sidebar .meta,
.sidebar .widget_meta .widget-content,
.sidebar .widget_nav_menu .widget-content,
.sidebar .widget_categories .widget-content,
.sidebar .widget_text .widget-content,
.sidebar .widget_archive .widget-content,
.sidebar .widget_pages .widget-content,
.sidebar .widget_recent_comments .widget-content,
.sidebar .widget_recent_entries .widget-content {
	color: #a5a5a5;
	font-size: 15px;
	margin-bottom: 0;
}

.sidebar .meta li,
.sidebar .widget_meta li,
.sidebar .widget_nav_menu li,
.sidebar .widget_categories li,
.sidebar .widget_text li,
.sidebar .widget_archive li,
.sidebar .widget_pages li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li {
	border-bottom: #e9e9e9 1px dashed;
	padding: 4px 0;
}

.sidebar .share {
	margin-top: 11px;
	overflow: hidden;
}

.sidebar .share li {
	float: left;
	margin-right: 19px;
}



@media (min-width: 768px) and (max-width: 979px) {
	#header nav li {
		margin-left: 22px;
	}

	#header a {
		font-size: 15px;
	}

	.slider h1 {
		font-size: 42px;
		line-height: 48px;
		top: 34px;
	}

	.flex-control-nav {
		bottom: 36px;
	}

	.modal {
		max-width: 748px;
		margin: 0 0 0 -374px;
	}

	.connect li {
		margin: 0 22px;
	}

	#contact textarea {
		width: 254px;
	}

	li #respond {
		max-width: 724px;
	}
}

@media (max-width: 767px) {

	body {
		padding: 163px 0 0;
	}

	.container,
	li #respond {
		margin: 0 20px;
	}

	.sidebar {
		padding-top: 75px;
	}

	#logo img {
		float: none;
		margin: 0 auto 24px;
	}

	.singular #logo img,
	.body-iframe #logo img {
		margin: 0;
	}

	#header>.container>nav {
		display: none !important;
	}

	.select-menu {
		display: block;
		width: 100%;
		padding: 1px 0 0;
	}

	.singular .hentry {
		text-align: left;
	}

	.slider h1 {
		font-size: 26px;
		line-height: 30px;
		top: 36px;
		margin: 0;
	}

	.flex-control-nav {
		bottom: 20px;
	}

	section .widget-area {
		margin: 40px 0 30px;
	}

	.widget-teaser .widget-title {
		margin-top: 16px;
	}

	section .widget,
	.widget-teaser .widget-content,
	section .widget-area {
		border: none !important;
	}

	.width-33 {
		width: 100%;
	}

	.widget-teaser .widget-title {
		margin-bottom: 20px;
	}

	.widget-teaser .widget-content {
		border-bottom: #e9e9e9 1px dashed;
		border-top: none;
		padding-top: 0;
	}

	.modal {
		max-width: 100%;
		left: 0;
		right: 0;
		margin-left: auto;
	}

	.modal-body .meta {
		float: none;
		width: auto;
		padding: 0;
	}

	#contact textarea {
		max-width: 100%;
	}

	.connect li,
	.connect li:first-child,
	.connect li:last-child {
		margin: 10px;
	}

	#header nav {
		display: none;
	}

	.service.offset2,
	.service.offset4 {
		margin-left: 0;
	}

	#commentform fieldset {
		float: none;
	}

	#respond input[type="text"] {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.slider h1 {
		font-size: 16px;
		line-height: 20px;
		top: 16px;
	}

	.flex-control-nav {
		bottom: 10px;
	}
}

.body-iframe>#header {
	z-index: 3000;
}
