/*
Theme Name: Oprum
Theme URI: http://dinevthemes.com/themes/oprum/
Author: DinevThemes
Author URI: http://www.dinevthemes.com/
Description: Multipurpose responsive theme that supports all post formats. Advanced Customizer options. The admin console includes context help. WooCommerce Ready. Compatible with plugins: Jetpack, WooTestimonial, Contact Form7 and more. Translation-ready.
Version: 1.2.2
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: red, white, black, responsive-layout, custom-header, custom-menu, custom-background, editor-style, featured-images, full-width-template, custom-colors, post-formats, sticky-post, right-sidebar, translation-ready
Text Domain: oprum
*/

/*
=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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
 /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
 /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
 /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
 /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */;
}

*,
*:before,
*:after {
 /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
 /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
 /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	font-weight: 400;
	text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: ' ';
}

a:focus {
	outline: thin dotted;
}

a:hover,a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*
=Rebuild base
*/
body,button,input,select,textarea {
	color: #2c2c2c;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,strong {
	font-weight: 700;
}

dfn,cite,em,i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,kbd,tt,var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
}

dt,th {
	font-weight: 700;
}

button,input,select,textarea {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
}

input[type=checkbox],input[type=radio] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
 /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus {
	color: #111;
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search] {
	padding: 3px;
}

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

/*
=Menus
*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}
/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	};
}

.site-main .comment-navigation,.site-main .paging-navigation,.site-main .post-navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,.paging-navigation .nav-previous,.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,.paging-navigation .nav-next,.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*
=Accessibility
*/
.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-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	padding: 15px 23px 14px;
}

/*
=Alignments
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*
=Clearings
*/
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
	content: '';
	display: table;
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
	clear: both;
}

/*
=Widgets
*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

/*
=Content
*/
.hentry {
	margin: 0 0 1.5em;
}

.byline,.updated {
	display: none;
}

.single .byline,.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*
=Other
*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {
	display: none;
}

.comment-content a {
	word-wrap: break-word;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,iframe,object {
	max-width: 100%;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.gallery {
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

/*
=Empty
*/
.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/*
===========================================================
Theme General Style
===========================================================
*/

/* =Clear
-----------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	clear: both;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

/* =General
----------------------------------------------- */
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	color: #3767c6;
}

a:visited {
	color: #3767c6;
}

a:active {
	color: #3767c6;
}

h1.page-title,
span.page-title p {
	margin-bottom: 0.2em;
}

.entry-content .entry-excerpt p {
	margin-bottom: 1.5em;
}

label {
	color: #aaa;
	padding: 5px 0;
}

#content a:hover {
	text-decoration: none;
	color: #E65656;
}

#content .entry-meta a {
	text-decoration: none;
	color: #aaa;
}

.wrap {
	background: white;
	max-width: 1160px;
	margin: 0 auto;
}

.home.blog .site-content,
.home.page .site-content {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.site-content {
	border-bottom: solid 1px #dddddd;
	padding: 30px 40px 40px 40px;
	margin: 0;
}

.content-area {
	float: left;
	width: 70%;
}

.content-area.no-sidebar {
	float: none;
	width: 100%;
}

.single .no-sidebar .entry-content,
.page .no-sidebar .entry-content,
.blog .content-area.no-sidebar {
	float: none;
	width: 70%;
	margin: 0 auto;
}

.no-sidebar .comments-area {
    max-width: 70%;
    margin: 0 auto;
}

.widget-area {
	float: right;
	width: 28%;
}

.fullpage,
.fullpage .content-area,
.page-template-template-fullpage-php,
.page-template-template-fullpage-php .content-area {
	float: none;
	width: 100%;
}

.single-attachment #primary {
	float: left;
	width: 100%;
	margin-right: 0;
}

.home .content-area {
	padding: 40px 40px;
	width: 100%;
}

.site-main {
	float: left;
	width: 100%;
	clear: both;
}

.home.blog .site-main {
	float: none;
	width: 70%;
	margin: 0 auto;
}

.site-footer {
	clear: both;
	padding: 40px 40px;
	color: #aaa;
	background: #2c2c2c;
}

.site-footer a {
	color: #aaaaaa;
}

.site-footer a:hover {
	color: #ffffff;
}

.site-info {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #363636;
	font-size: 11px;
}

#back-to-top {
	font-size: 11px;
	text-align: center;
}

.site-branding {
	text-align: center;
	padding: 60px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.site-title-group {
	margin: 50px 40px 50px 40px;
}

#logo img {
	border-radius: 100px;
	box-shadow: 0 0 0 3px white, 0 0 1px #fff;
	height: 100px;
	width: 100px;
}

#logo a,
.title-group a,
.site-title a {
	text-decoration: none;
}

.site-title {
	font-size: 24px;
	line-height: 24px;
}

.site-title a:hover {
	color: #3767c6;
}

.site-description {
	font: 0.9em "Open Sans", Helvetica, Arial, sans-serif;
	color: #fff;
}

.typal-custom-header,
.typal-custom-header img {
	display: block;
	float: left;
	position: absolute;
	width: 100%;
	top: 0;
}

.hidden {
	display: none;
}

.error-404 h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 32px;
}

iframe, object, embed {
	width: 100%;
	max-height: 100%;
}

/* =Menu
----------------------------------------------- */
.main-navigation {
	background: #2c2c2c;
	padding: 0 40px;
	line-height: 0;
}

.main-navigation a {
	color: #ddd;
}

.main-navigation li a {
	border-bottom: 0;
	color: #ddd;
	font-size: 14px;
	font-weight: 600;
	padding: 25px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.main-navigation a:hover {
	color: #FFF;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.toggled ul.nav-menu {
	display: block;
}

.nav-menu ul li a {
	color: #555;
}

.menu-main {
	width: 100%;
	text-align: center;
}

.menu-main ul ul {
	text-align: left;
}

ul.nav-menu,
.nav-menu ul,
.nav-menu ul li ul {
	list-style: none;
}

.menu-toggle {
	display: block;
	cursor: pointer;
}
/*----Small menu----*/
.menu-toggle {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 22px;
	margin: 0;
}

.menu-toggle:hover {
	background: #474747;
}

.site-header .menu-toggle:before {
	content: '\f419';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
	margin-right: 10px;
}

/*=Social menu
---------------------------------*/
#menu-social {
	text-align: right;
}

#menu-social li {
	display: inline-block;
	padding-left: 5px;
}

#menu-social li a::before {
	content: none;
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
	content: '\f19a';
	color: #21759b;
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f082';
	color: #3b5998;
}

#menu-social li a[href*="twitter.com"]::before {
	content: '\f081';
	color: #33ccff;
}

#menu-social li a[href*="dribbble.com"]::before {
	content: '\f17d';
	color: #ea4c89;
}

#menu-social li a[href*="plus.google.com"]::before {
	content: '\f0d5';
	color: #dd4b39;
}

#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d2';
	color: #c8232c;
}

#menu-social li a[href*="github.com"]::before {
	content: '\f09b';
	color: #171515;
}

#menu-social li a[href*="tumblr.com"]::before {
	content: '\f173';
	color: #34526f;
}

#menu-social li a[href*="youtube.com"]::before {
	content: '\f167';
	color: #c4302b;
}

#menu-social li a[href*="flickr.com"]::before {
	content: '\f16e';
	color: #ff0084;
}

#menu-social li a[href*="vimeo.com"]::before {
	content: '\f194';
	color: #1AB7EA;
}

#menu-social li a[href*="instagram.com"]::before {
	content: '\f16d';
	color: #3f729b;
}

#menu-social li a[href*="linkedin.com"]::before {
	content: '\f08c';
	color: #0e76a8;
}

#menu-social li a[href*="soundcloud.com"]::before {
	content: '\f1be';
	color: #f70;
}

#menu-social li a[href*="vk.com"]::before {
	content: '\f189';
	color: #0e76a8;
}

#menu-social li a[href*="feeds.feedburner.com"]::before {
	content: '\f143';
	color: #FFA500;
}
/*---widget---*/
#secondary #menu-social {
	text-align: left;
}

#secondary #menu-social li a {
	font-size: 13px;
}

#secondary #menu-social li a::before {
	font-size: 20px;
	padding: 5px;
}

/* =Content
----------------------------------------------- */
.hentry {
	padding: 0 0 40px;
}

.titleborder.center {
	text-align: center;
}

.titleborder.left {
	text-align: left;
}

.titleborder.right {
	text-align: center;
}

.titleborder {
	position: relative;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	margin-top: 0px;
}

.titleborder div {
	display: inline-block;
	background-color: #fff;
	padding: 1px 12px 2px 0;
	position: relative;
}

#home-tagline {
	width: 100%;
	background-size: 100%;
}

#home-tagline .tagline-txt h1 {
	padding: 80px 0;
	text-align: center;
}

#home-txt {
	padding: 20px 0;
	font-size: 24px;
	text-align: center;
}

#pagefeature {
	border-bottom: solid 1px #e5e5e5;
	background-color: #f0f0f0;
	padding: 20px 0;
}

#pagefeature .home-section {
	text-align: center;
}

#pagefeature .home-section h1 {
	font-size: 32px;
	margin: 0 0 20px 0;
}

.home-section {
	padding: 0 40px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.home-section p {
	line-height: 26px;
}

#home-sticky {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

#home-posts {
	font-size: 14px;
	line-height: 20px;
}

#home-sticky h1 {
	font-size: 32px;
	line-height: 46px;
	margin-bottom: 20px;
}

#home-emphasis h2,
#home-sticky h2,
#home-sticky-page h2,
#home-posts h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

#home-emphasis h3,
#home-sticky h3,
#home-sticky-page h3,
#home-posts h3,
#home-cat-posts h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

#home-emphasis a {
	text-decoration: none;
}

#wrapfeature {
	margin: 20px 0 0 0;
}

#wrapfeature .simple-button {
	margin-bottom: 20px;
	display: block;
}

#wrapfeature h1,
#wrapfeature h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

#home-emphasis h2 a,
#home-sticky h1 a,
#home-sticky h2 a,
#home-sticky-page h2 a,
#home-sticky-page h1 a,
#home-sticky-page h2 a,
#wrapfeature h1 a,
#wrapfeature h2 a {
	text-decoration: none;
}

#home-cat-posts h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

#sitemap li {
	line-height: 30px;
	list-style: none;
}

#sitemap ul li {
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

h5, h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.home-section h1,
.entry-content h1 {
	font-size: 32px;
	margin: 0 0 40px 0;
}

.home-section h2,
.entry-content h2 {
	font-size: 28px;
	margin: 0 0 36px 0;
}

.home-section h3,
.entry-content h3 {
	font-size: 24px;
	margin: 0 0 32px 0;
}

.home-section h4,
.entry-content h4 {
	font-size: 20px;
	margin: 0 0 28px 0;
}

.home-posts-description {
	font-size: 13px;
}

.breadcrumbs {
	font-size: 13px;
	float: left;
}

.entry-content h2 {
	line-height: 36px;
}

.entry-content h5 {
	font-size: 16px;
	margin: 0 0 24px 0;
}

.entry-content h6 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.post-thumb {
	background: #FFF;
	padding: 55% 0 0 0;
}

#home-tagline h1 {
	font-size: 50px;
	color: #E65656;
}

#blog-headline .tagline-txt {
    padding-top: 40px;
}

#blog-headline h1 {
    font-size: 48px;
}

#blog-headline h2 {
    font-size: 36px;
}

#blog-headline h3 {
    font-size: 28px;
}

.tagline-txt {
	text-align: center;
}

.img-home-post {
	margin-bottom: 10px;
	height: 120px;
	overflow: hidden;
}

.recent-home-posts {
	margin-bottom: 25px;
}

.recent-home-posts h3 {
	text-align: center;
}

.single footer.entry-meta {
	border-top: solid 2px #2c2c2c;
}

.page-header {
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: solid 2px #2c2c2c;
}

.error404 .page-header,
.search .page-header {
	padding-bottom: 20px;
}

.page-title {
	font-size: 24px;
}

.single-attachment .page-header {
	padding-bottom: 30px;
}

#single-nav {
	float: right;
}

#single-nav-left, #single-nav-right {
	float: left;
	margin-left: 10px;
}

#single-nav a {
	font-size: 12px;
	color: #666;
	background: #eee;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	display: block;
}

.nav-previous,
.nav-next {
	font-size: 14px;
}

.site-content .entry-content hr,
.site-content .comment-content hr,
#tinymce hr {
	background-color: #dddddd;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

.site-content .entry-content table,
.site-content .comment-content table,
#tinymce table {
	margin-bottom: 20px;
}

.site-content .entry-content th,
.site-content .comment-content th,
#tinymce th,
.site-content .entry-content td,
.site-content .comment-content td,
#tinymce td {
	padding: 8px 8px;
	border-bottom: solid 1px #dddddd;
}

.site-content .entry-content tr:hover td,
.site-content .comment-content tr:hover td,
#tinymce tr:hover td {
	background: #f7f7f7;
}

.site-content .entry-content ul,
.site-content .comment-content ul,
#tinymce ul,
.site-content .entry-content ol,
.site-content .comment-content ol,
#tinymce ol {
	margin-bottom: 20px;
}

.site-content .entry-content blockquote,
.site-content .comment-content blockquote,
#tinymce blockquote {
	display: block;
	position: relative;
	padding: 1% 0 4% 3%;
}

.home-posts-description blockquote {
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.page .entry-content blockquote:before,
.format-standard .entry-content blockquote:before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
}

.page .entry-content blockquote:before,
.format-standard .entry-content blockquote:before {
	content: '\f10d';
}

.format-quote .entry-content blockquote:before {
	margin-left: -10px;
	content: '\ ” ';
}

.format-quote .entry-content blockquote:after {
	content: '\“ ';
}

.entry-content blockquote cite:before,
.comment-content blockquote cite:before,
#tinymce blockquote cite:before {
	content: '  ';
}

blockquote {
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
}

.page .entry-content blockquote.pull-left,
.format-standard .entry-content blockquote.pull-left {
	width: 33%;
	float: left;
}

.page .entry-content blockquote.pull-left:before,
.format-standard .entry-content blockquote.pull-left:before {
	content: '';
}

.page .entry-content blockquote.pull-right,
.format-standard .entry-content blockquote.pull-right {
	width: 33%;
	float: right;
}

.page .entry-content blockquote.pull-right:before,
.format-standard .entry-content blockquote.pull-right:before {
	content: '';
}

.entry-content blockquote p {
	margin: 0;
}

#secondary blockquote {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	margin-left: 0;
}

#secondary blockquote:before {
	content: '\f106';
	font-family: 'Genericons';
	font-size: 18px;
	font-style: normal;
}

.entry-title a {
	text-decoration: none;
}

.single .site-content .entry-title {
	font-size: 28px;
	line-height: 34px;
}

.site-content .entry-title {
	font-size: 24px;
	line-height: 30px;
}

.site-content .entry-header {
	margin-bottom: 1.5em;
}

.entry-header .entry-title {
	margin-bottom: 0.5em;
}

.site-content .entry-title a {
	color: #3a3a3a;
}

.site-content .entry-title a:hover {
	color: #3767c6;
}

.entry-header p {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
}

.site-content .entry-meta,
.site-content .entry-header .entry-meta {
	font-size: 12px;
}

.site-content .entry-meta {
	line-height: 15px;
	color: #aaaaaa;
}

.single .site-content .entry-meta,
.single .site-content .entry-meta.no-sidebar {
	padding: 20px 0 10px;
}

.single .site-content .entry-meta.no-sidebar,
.single .entry-meta.no-sidebar .extrameta {
	text-align: center;
}

.site-content .entry-meta {
	text-align: left;
}

.site-content .entry-meta a {
	color: #aaaaaa;
	text-decoration: none;
}

.site-content .entry-meta a:hover {
	color: #3767c6;
}

.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-summary {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.site-content .entry-header .entry-meta {
	text-align: left;
}

.entry-thumbnail {
	float: left;
	width: 30%;
	margin-right: 25px;
}

div.entry-thumbnail.quote {
	float: left;
	width: auto;
	margin-right: 25px;
}

.entry-excerpt {
	float: left;
	width: 65%;
}

.entry-content {
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

cite {
	font-size: 14px;
	color: #3767c6;
}

address {
	font-size: 14px;
}

/*=Media
-----------------------------------*/
.img-home-post img {
	-webkit-filter: grayscale(100%);
}

.img-home-post img:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: all .5s;
}

.wp-caption-text {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

.blogroll img {
	max-width: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/*=Flex Slider
-----------------------------------*/
.home-posts-description .flex-direction-nav a {
	height: 30px;
	padding-top: 5px;
}

.flex-direction-nav a,
li a.flex-next,
li a.flex-prev {
	color: rgba(0,0,0,0.8);
}

.format-gallery .flex-direction-nav a {
	top: 40%;
}

.entry-media .flex-direction-nav a:before,
.gallery .flex-direction-nav a:before {
	font-size: 30px;
	padding-top: 0;
}

.entry-content .flex-direction-nav a:before {
	font-size: 30px;
	padding-top: 5px;
}

.widget .flex-viewport {
	width: 99%;
}

.widget .flex-viewport .flex-caption {
	display: none;
}

.widget .format-gallery .flex-direction-nav a {
	top: 50%;
}

.entry-content .flexslider,
.widget .flexslider {
	margin: 0;
}

/*=Numbers Pagination
-----------------------------------*/
ul.page-numbers {
	list-style: none;
	margin: 20px 0;
}

ul.page-numbers li {
	display: block;
	float: left;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	background-color: transparent;
	border: 0;
	color: #606060;
	background: #eee;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 4px;
	margin-top: 4px;
	width: auto;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
}

a.prev.page-numbers,
a.next.page-numbers {
	text-decoration: none;
}

#single-nav .fa-chevron-right,
#single-nav .fa-chevron-left {
	font-size: 11px;
}

.page-numbers a:hover,
.page-numbers span.current {
	background: #2c2c2c;
	color: #fff;
	text-decoration: none;
}

.page-numbers:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.page-numbers li {
	font-size: 14px;
	display: inline;
}

/*=Plugins
-----------------------------------*/
.zilla-likes-count {
	font-size: 12px;
}
/*=JetPack
------------*/
#infinite-handle {
	margin: 15px 0;
}

#infinite-handle span {
	text-transform: uppercase;
}

span.infinite-loader {
	margin: 15px 45%;
}
/*=WooCommerce
--------------------*/
.woocommerce-breadcrumb {
	font-size: 13px;
}

.wooshop-title {
	float: left;
	max-width: 70%;
}

.woocommerce .header-cart {
	float: right;
}

ul.header-cart {
	list-style: none;
	margin: 0;
}

.header-cart li a {
	text-decoration: none;
	padding: 10px 0;
	font-size: 12px;
}

.header-cart li a:before {
	content: '\f447';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	vertical-align: middle;
}
/*=Post Format
-----------------------------------*/
.status {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.entry-meta .genericon {
	background: #444;
	color: #FFF;
	font: normal 24px/1.5 'Genericons';
	width: 36px;
	height: 36px;
}

.entry-title .genericon {
	font: normal 32px/1 'Genericons';
}

.home-posts-description iframe,
.home-posts-description embed,
.home-posts-description object {
	width: 100%;
}

.home-posts-description .wp-caption-text {
	display: none;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-link p a:before {
	font-family: "FontAwesome";
	content: '\f0c1';
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.format-aside .entry-content,
.format-status .entry-content,
.format-link .entry-content {
	padding: 20px 0;
}

.format-link p a {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}

.single .format-link .entry-content a {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 40px;
}

.mejs-container {
	margin-bottom: 20px;
}

div.metka.genericon {
	background: #444;
	color: #FFF;
	padding: 0 5px;
	width: 26px;
}

div.metka.genericon.genericon-status,
div.metka.genericon.genericon-link,
div.metka.genericon.genericon-aside {
	background: none;
	padding: 0;
}

div[class*="genericon-link"]::before,
div[class*="genericon-aside"]::before,
div[class*="genericon-status"]::before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	color: #404040;
}

div[class*="genericon-link"]::before {
	content: '\f0c1';
}

div[class*="genericon-aside"]::before {
	content: '\f069';
}

div[class*="genericon-status"]::before {
	content: '\f024';
}

.entry-content span.genericon.genericon-quote {
	font-size: 24px;
}

/*=Post Format Icons
---------------------------------*/
a.widget-format-link::before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
}

a.widget-format-link[href*="aside"]::before {
	content: '\f069';
}

a.widget-format-link[href*="quote"]::before {
	content: '\f10d';
}

a.widget-format-link[href*="gallery"]::before {
	content: '\f03e';
}

a.widget-format-link[href*="video"]::before {
	content: '\f16a';
}
/*=Gallery shortcode style
----------------------------------------*/
#content .entry-content .gallery a img,
#content .entry-content .gallery img {
	border: 0;
}

.image-navigation {
	padding-top: 15px;
}

.entry-content .flexslider {
	margin: 0 0 0;
}

.entry-content .flexslider ul {
	margin-bottom: 0;
}

.archive .flexslider,
.home-posts-description .flexslider {
	margin: 0;
}

/* =Meta
----------------------------------------------- */
.cat-links:before,
.tags-links:before {
	margin-right: -4px;
}

.author,
.cat-links,
.posted-on,
.tags-links {
	margin-right: 2px;
}

.author:before,
.posted-on:before,
.cat-links:before,
.tags-links:before {
	display: inline-block;
	color: #ccc;
	font-size: 16px;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

.posted {
	padding: 0 0 5px;
}

.cat-links:before {
	content: '\f301';
}

.tags-links:before {
	content: '\f302';
}

.extrameta {
	text-align: right;
}
/* =Comments
----------------------------------------------- */
.comments-area {
	margin-bottom: 40px;
	margin-top: 20px;
}

.comments-area .comments-title {
	font-size: 18px;
	line-height: 24px;
}

.comments-area .comment-list {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
}

.comments-area ul.children {
	list-style: none;
	padding-left: 56px;
	margin: 0;
}

.comments-area article {
	margin: 0;
	padding: 20px 0 32px 0;
	border-top: solid 1px #dddddd;
	border-bottom: none;
}

.comments-area .comment-content h1 {
	font-size: 14px;
}

.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5,
.comments-area .comment-content h6 {
	font-size: 14px;
}

.comments-area .comment-content h1,
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5 {
	margin: 20px 0;
}

.comments-area .comment-content blockquote {
	background: none;
}

.comments-area .comment-content,
.comments-area .reply,
.comments-area li.comment #respond {
	margin-left: 45px;
}

.comment-content {
}

.comment-content p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
}

.comments-area footer {
	margin-bottom: 20px;
}

.comments-area footer .comment-author,
.comments-area footer .comment-meta {
	display: inline-block;
	font-size: 12px;
}

.comments-area footer cite {
	font-style: normal;
}

.comments-area footer .says {
	display: none;
}

.comments-area footer .comment-author,
.comment-metadata {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.fn {
/*autor link*/
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

cite.fn {
	color: #3a3a3a;
}

cite.fn a.url {
	color: #3767c6;
}

.comment-metadata {
	margin-left: 45px;
	margin-top: 5px;
}

.comment-respond p.form-allowed-tags,
.comment-respond p.form-allowed-tags code {
	display: none;
}

.comments-area footer .comment-author a {
	text-decoration: none;
}

.comments-area footer .comment-author a:hover {
	color: #3767c6;
}

.comments-area footer .comment-author .avatar {
	position: relative;
	top: 12px;
	margin-right: 10px;
}

.comments-area footer .comment-meta {
	margin-left: 4px;
}

.comments-area footer .comment-meta,
.comments-area footer .comment-meta a {
	color: #aaaaaa;
	text-decoration: none;
	font-size: 12px;
}

.comments-area footer .comment-meta:hover,
.comments-area footer .comment-meta a:hover {
	color: #3767c6;
}

.comments-area #respond {
	padding-top: 40px;
}

.comments-area #reply-title {
	font-size: 18px;
	margin-bottom: 10px;
}

#commentform label {
	display: block;
}

#commentform label .required {
	color: red;
}

#comments {
	font-size: 12px;
}

.pingback {
	font-size: 11px;
	color: #444;
	margin-bottom: 10px;
}

/* =Link Meta
----------------------------------------------- */
.edit-link:before {
	content: '\f411';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: middle;
}

.edit-link {
	display: block;
	margin-top: 10px;
}

/* =Button
----------------------------------------------- */
.simple-button,
.simple-button a {
	text-decoration: none;
	padding: 10px 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.simple-button.red {
	background-color: #E65656;
	color: #FFF;
}

.simple-button.red:hover {
	background-color: #3767c6;
}

.simple-button.black {
	background-color: #3A3A3A;
	color: #FFF;
}

.simple-button.black:hover {
	background-color: #6A6A6A;
}

.borderbut {
	text-decoration: none;
	padding: 5px 10px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #E65656;
}

/*=Input / Submit
-----------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #E65656;
	cursor: pointer;
 /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
 /* Corrects inability to style clickable 'input' types in iOS */
	text-decoration: none;
	padding: 10px 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 14px;
	letter-spacing: 1px;
	white-space: nowrap;
	border-bottom: none;
	border-right: none;
	border-top: none;
	border-left: none;
	color: #FFF;
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #3767c6;
}

/*Shortcodes
----------------------------------------------*/
/*=Button*/
.site-header a.btn,
.site-content a.btn,
.site-footer a.btn {
	color: #FFF;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

#content a.btn:hover {
	color: #FFF;
	text-decoration: none;
}

.btn {
	color: #FFF;
	text-decoration: none;
}

.btn.large {
	padding: 16px 42px;
	font-size: 24px;
}

.btn.small,
.btn {
	padding: 8px 28px;
	font-size: 16px;
}

.btn.orange {
	background: #ff7f66;
}

.btn.orange:hover,
.btn.orange:focus {
	background: #ff7257;
}

.btn.orange.active,
.btn.orange:active {
	background: #ff6547;
}

.btn.blue {
	background: #2185c5;
}

.btn.blue:hover,
.btn.blue:focus {
	background: #1f7cb8;
}

.btn.blue.active,
.btn.blue:active {
	background: #1d73ab;
}

.btn.red {
	background: #e85451;
}

.btn.red:hover,
.btn.red:focus {
	background: #e64743;
}

.btn.red.active,
.btn.red:active {
	background: #e85451;
}

.btn.green {
	background: #228B22;
}

.btn.green:hover,
.btn.green:focus {
	background: #25A226;
}

.btn.green.active,
.btn.green:active {
	background: #228B22;
}
/*=Colors Block*/
.alert {
	padding: 24px;
	margin-bottom: 24px;
	background: #bcbcbc;
	color: #676767;
}

.alert.red {
	background: #E65656;
	color: #FFF;
}

.alert.yellow {
	background: #faeaa7;
	color: #FFA500;
}

.alert.green {
	background: #228B22;
	color: #FFF;
}

/* =Forms
----------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background-color: #FFF;
	border: 2px solid #E4E4E4;
	border-radius: 2px;
	color: #666;
	display: block;
	font: inherit;
	margin: 5px 0 10px;
	outline: none!important;
	padding: 7px 15px;
	max-width: 98%;
	-webkit-appearance: none;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
}

textarea {
	resize: vertical;
}

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary textarea {
	max-width: 86%;
}

.site-footer input[type="search"],
#secondary input[type="search"] {
	width: 86%;
}

#primary input[type="search"] {
	width: 50%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #222;
	border: 2px solid #E65656;
}

/* Contact Form 7
================================================== */
div.wpcf7 {
	margin-top: 20px;
	margin-bottom: 40px;
}

.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.wpcf7-form p {
	font-size: 13px;
	margin: 10px 0 0;
}

.wpcf7-form p:last-of-type {
	margin: 0;
}

div.wpcf7-validation-errors {
	margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
	font-size: 0.95em;
	font-family: 'Verdana';
}

.wpcf7-response-output {
	background: #f4f4f4;
	color: #888;
	display: none;
	line-height: 1.45em;
	margin-top: 30px;
	padding: 12px;
	text-align: center;
}

input.wpcf7-not-valid[type="text"],
input.wpcf7-not-valid[type="password"],
input.wpcf7-not-valid[type="email"],
input.wpcf7-not-valid[type="url"],
input.wpcf7-not-valid[type="tel"],
textarea.wpcf7-not-valid {
	border-color: #FF4847;
}

/* =Widgets
----------------------------------------------- */
.widget-area .widget {
	margin-bottom: 40px;
}

.widget-area .widget ul,
.site-footer ul {
	list-style: none;
	margin: 0;
}

.widget_nav_menu .menu ul li {
	margin: 5px 0 5px 10px;
}

.widget ul li {
	margin: 5px 0 0 0;
}

.widget-area .widget-title a {
	color: #3a3a3a;
}

.widget-area .widget-title a:hover {
	color: #3767c6;
}

.widget-area .widget_recent_entries .post-date {
	color: #aaaaaa;
}

#home-widget .widget-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

#home-txt span,
.widget-title span {
	text-transform: uppercase;
	border-bottom: solid 2px #444444;
}

#home-txt span a {
	text-decoration: none;
}

.textwidget,
.widget-area {
	font-size: 14px;
}

.widget-title {
	font-size: 0.9em;
	color: #444444;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#aside-post-format-widget .hentry,
#quote-post-format-widget .hentry,
#gallery-post-format-widget .hentry,
#video-post-format-widget .hentry {
	padding: 0;
	margin: 0;
}

.widget time.entry-date {
	font-size: 12px;
}

/*--widget calendar--*/
#wp-calendar {
	width: 100%;
	font-size: 11px;
}

#wp-calendar thead th {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 11px;
}

#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #ddd;
	line-height: 2.5em;
	transition: background 0.15s ease;
	-webkit-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
}

#wp-calendar caption {
	text-align: center;
	margin-bottom: 5px;
}

td#next {
	text-align: right;
}

#wp-calendar tbody td a,
#wp-calendar tbody td a:hover {
	color: #E65656;
	text-decoration: underline;
}

#wp-calendar tfoot td {
	padding-top: 1px;
	padding: 4px;
}

#wp-calendar caption {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px;
	outline: 0 none !important;
	background: #3767c6;
	color: #fff;
}

#wp-calendar tbody a {
	display: block;
	text-decoration: underline;
}

#wp-calendar th {
	text-align: center;
	border: 1px solid transparent;
	border-top: none;
	padding: 2px 0;
	color: #a7a7a7;
}

#wp-calendar tfoot td#next {
	text-align: right;
}

#footer #wp-calendar thead th {
	background: #232323;
}

#footer #wp-calendar thead th,
#footer #wp-calendar tbody td {
	border-color: #333;
}

.site-footer h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.widget .fa {
	margin-right: 5px;
}

.widget p {
	margin-bottom: 1em;
}

.footerwidget-left li,
.footerwidget-right li {
	list-style-type: none;
	margin-bottom: 10px;
}

.widget-footer ul {
	margin: 0;
}

.widget-footer h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.search-submit {
	display: none;
}

/*=Column
-----------------------------------*/
.row {
	margin: 0 40px;
}

.columns {
	overflow: hidden;
}

.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}

.home-section .col {
	width: 46%;
	text-align: left;
}

.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col {
	width: 31.2%;
}
/* grid2 col */
.grid2 .col {
	width: 48.4%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}
/* reset cols to 2-column */
@media screen and (max-width: 900px) {
/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}

	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}

	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
/* grid3 */
	.grid3 .col {
		width: 31.2%;
	}

	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: none;
	};
}
/* reset cols to fullwidth */
@media screen and (max-width: 650px) {
/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	};
}
/* =Media Queries
----------------------------------------------- */
@media (min-width: 960px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
	}

	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}

	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}

	.main-navigation li a:hover {
		color: #fff;
	}

	.main-navigation li {
		position: relative;
	}

	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}

	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}

	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}

	.nav-menu li {
		font-size: 12px;
	}

	.main-navigation li ul li a {
		background: #ffffff;
		border-bottom: 1px solid #eaeaea;
		display: block;
		font-size: 10px;
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
		color: #666;
	}

	.main-navigation li ul li a:hover {
		background: #FEFEFF;
		color: #333333;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #333333;
		background: #ffffff;
	}
	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover {
		color: #2c2c2c;
	};
}

@media (max-width: 959px) {
	.main-navigation {
		padding: 0;
		text-align: center;
		line-height: 1.5em;
	}

	.nav-menu li a {
		padding: 0;
	}

	.main-navigation li {
		float: none;
	}

	.menu-main ul ul {
		display: none;
	}

	.nav-menu ul li ul li {
		background: #aaa;
	}

	.main-navigation ul ul a {
		width: 100%;
	}

	.nav-menu li {
		font-size: 16px;
	}

	ul.nav-menu li a {
		color: #ccc;
		display: block;
		padding: 10px 0 10px 0;
	}

	.call-action-content {
		text-align: center;
	}

	.call-action-but,
	.call-action-txt {
		display: block;
		float: none;
	}

	.call-action-txt {
		margin-bottom: 20px;
	}

	.site-footer input[type="search"],
	#primary input[type="search"],
	#secondary input[type="search"] {
		width: 90%;
	};
}

@media (max-width: 900px) {
	#wrap {
		width: 87%;
	}

	#primary,
	#secondary,
	.no-sidebar .entry-content,
	.no-sidebar .comments-area {
		width: 100%;
	}

	#primary {
		margin-right: 0;
	}

	#secondary {
		margin-left: 0;
	};
}

@media (max-width: 700px) {
	#home-tagline .tagline-txt {
		padding: 40px 40px;
	}

	#home-tagline h1 {
		font-size: 36px;
		color: #E65656;
		line-height: 40px;
	}

	#home-tagline h2 {
		font-size: 14px;
		color: #FFF;
	}

	.single .site-content .entry-title,
	.site-content .entry-content h1,
	.site-content .comment-content h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.single .site-content .related-content {
		padding-bottom: 20px;
	}

	.single .site-content .related-content .related-content-title {
		margin-left: 0;
	}

	.single .site-content .related-content article {
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0;
	}

	.single .site-content .has-post-thumbnail .entry-thumbnail {
		width: 50px;
		margin-bottom: 0;
	}

	.entry-thumbnail {
		width: 100%;
		height: auto;
		margin: 0;
		float: center;
	}

	.entry-excerpt {
		width: 100%;
	}

	.comments-area ul.children {
		padding-left: 0;
	};
}

@media (max-width: 650px) {
	#logo {
		float: none;
		width: 98%;
		text-align: center;
	}

	.title-group {
		display: block;
		padding: 5px;
	}

	.img-home-post {
		height: auto;
		max-height: 350px;
	}

	#pagefeature {
		padding: 5px 0;
	}

	.site-info,
	.site-info #menu-social {
		text-align: center;
	};
}

@media (max-width: 480px) {
	#wrap {
		width: 100%;
		margin: 0;
	};
}