/*
Theme Name: adriana
Theme URI: http://www.demo.silocreativo.com/adriana
Description: adriana is a clean and responsive theme for bakeries, dessert cafes, cupcakeries, and pastry chefs working out of their homes.


Author: SiloCreativo
Author URI: http://www.silocreativo.com
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready, responsive-layout
Text Domain: adriana

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.
*/

/******************************************************************


------------ MAP ------------

01. RESET
02. TIPOGRAPHY
03. PATTERNS
04. SITE
05. HEADER STYLES
06. NAVIGATION STYLES
07. POSTS & CONTENT
08. PAGE NAVI STYLES
09. COMMENT STYLES
10. COMMENT FORM STYLES
11. SIDEBARS & ASIDES
12. FOOTER STYLES
13. MEDIA QUERIES

******************************************************************/

/**
 * 01. RESET
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * -----------------------------------------------------------------------------------------------------------------------------------
 */
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

/**
 * 02. TIPOGRAPHY
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Helvetica, sans-serif;
}

body {
	color: #525458;
	padding: 0;
	border: 0;
	margin: 0 auto;
	font-weight: 300;
	background-color: #f0f0f0;
}
a {
	color: #E94947;
	text-decoration: none;
}
a:hover {
	color: #a42421;
	outline: 0;
}
a:focus,
:focus {
	outline: 0;
}
a:active,
a:visited {
	outline: 0;
}
h1, h2  {
	clear: both;
	font-family: 'Open Sans', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	text-rendering: optimizeLegibility;
}
h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
h1 {
	margin: 44px 0 34px;
	font-size: 28px;
	font-size: 1.75rem;
}
h2 {
	margin: 44px 0 34px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.35;
}
h3 {
	margin: 34px 0 24px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
}
h4 {
	margin: 24px 0 24px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.35;
}
h5 {
	margin: 24px 0 14px;
	font-size: 16px;
	font-size: 1rem;
}
h6 {
	margin: 24px 0 14px;
	font-size: 15px;
	font-size: 0.9375rem;
}
address {
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	line-height: 1.5;
	margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
	font-family: Consolas, Monaco, monospace;;
	_font-family: 'courier new', monospace;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #E94947;
	color: #fff;
	font-family: monospace;
	font-size: 16px;
	font-size: 1rem;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before {
	content: "\f10d";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 15px;
	top: 24px;
	font-size: 74px;
	color: #E94947;
}
blockquote {
	font-size: 24px !important;
	font-size: 1.5rem !important;
	font-weight: 300;
	padding: 24px 24px 24px 100px;
	position: relative;
	margin: 0;
	min-height: 115px;
}
blockquote p {
	font-size: 24px !important;
	font-size: 1.5rem !important;
	font-weight: 300;
	line-height: 1.5;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	font-style: normal;
}
small {
	font-size: smaller;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dt {
	font-weight: bold;
}
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75;
}
dl {
	line-height: 1.75;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li >ul,
li > ol {
	margin: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #cfcfcf;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}

/**
 * 03. PATTERNS
 * --------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
	content: "";
	display: table;
}

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

/* Buttons */
a.more-link,
.st-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.page-links a {
	background-color: transparent; 
	display: inline-block;
	padding: 8px 12px;
	font-size: 15px;
	font-size: 0.9375rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: none;
	outline: 0;
	font-weight: 900;
	border: 2px solid #E94947;
	color: #E94947;
}
a.more-link:hover,
.st-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.page-links a:hover {
	background-color: #E94947; 
	color: #fff;
}
a.more-link:active,
.st-button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.page-links a:active {
	background-color: #a42421; 
	border: 2px solid #a42421;
	color: #fff;
}
.meta-section {
overflow: hidden;
position: relative;
}
input[type="text"],
input[type="email"],
textarea {
	border: 2px solid #dfdfdf;
	padding: 5px;
	width: 100%;
	background-color: #fafafa;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #666;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Form fields, general styles first. */
input[type="text"]:focus, 
input[type="email"]:focus,
textarea:focus {
	border: 2px solid #E94947;
	outline: 0;
	background-color: #fff;
}
textarea, input { outline: none; }

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}
::-moz-placeholder {
	color: #7d7b6d;
}
:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Fix IE problems with images */
.ie img {
width: inherit;  /* Make images fill their parent's space. Solves IE8. */
max-width: 100%; /* Add !important if needed. */
height: auto;    /* Add !important if needed. */
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.wp-caption .wp-caption-text,
.entry-caption {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0;
	text-transform: none;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Transitions */
a {
	-webkit-transition: .15s all linear;
	-moz-transition: .15s all linear;
	-o-transition: .15s all linear;
	transition: .15s all linear;
	}

/**
 * 04. SITE
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */
.site {
	margin: 0 auto;
	width: 100%;
	border: 0
}
.site-main {
	position: relative;
}


/**
 * 05. HEADER STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.site-header {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #E94947;
}
.logo-header {
	max-width: 165px;
	max-height: 56px;
}
.logo-link {
	padding-top: 7px;
	padding-bottom: 7px;
}
.image-header {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	padding: 80px 0px;
	background-color: #E4E9E9;
}
.site-title,
.site-description {
	text-align: left;
	padding: 5px 15px 0;
	margin: 0;
	color: #E94947;
	line-height: 1;
}
.site-title {
	font-size: 40px;
	font-size: 2.5rem;
}
p.site-description {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 20px;
}

/**
 * 06. NAVIGATION STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
	padding: 10px 0 0;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: block;
	font-size: 28px;
	font-size: 1.75rem;
	padding: 10px 0 20px;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 0;
	clear: none !important;
}
.menu-wlogo .menu-toggle {
	text-align: right;
}

/* Main Menu */
.main-navigation {
	display: none;
	min-height: 0px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	font-weight: 800;
	font-family: 'Open Sans', Helvetica, sans-serif;
	float: right;
}
.nav-menu,
.nav-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.main-navigation li,
.main-navigation .children {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}
.nav-menu li a {
	padding: 10px 16px;
	color: #fff;
	border-top: 1px solid #fff;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.nav-menu li a:hover,
.nav-menu .current_page_item > a,
.nav-menu .current-menu-item > a {
	color: #fff;
	background-color: transparent;
}
.nav-menu li > ul {
	background-color: transparent;
	float: none;
	margin-left: 0;
	position: relative;
	left: auto;
	top: auto;
	padding-left: 0;
}
.nav-menu .sub-menu a,
.nav-menu .children a {
	width: auto;
	text-transform: none;
	font-weight: normal;
	color: #e4e4e4;
}
.nav-menu .sub-menu a:hover,
.nav-menu .children a:hover {
	color: #fff;
}
.nav-menu li > ul a {
	width: auto;
}


/**
 * 07. POSTS & CONTENT STYLES
 * -------------------------------------------------------------------------------------------------------------------------------------
 */

#main {
}
.hentry {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-footer,
.archive-title,
.archive-meta {
	width: 100%;
}


/**
 * 07.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	text-align: left;
}

/* Entry Title */
.entry-title {
	line-height: 1;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #111;
}
.entry-title a  {
	color: #111;
	text-decoration: none;
}
.entry-title a:hover {
	color: #E94947;
}
.sidebar .entry-header .entry-meta {
	padding: 0;
}

/* Entry Thumbnail */
.entry-thumbnail {
	padding: 0;
	overflow: hidden;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 07.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 10px 0;
}
.single .entry-meta {
	padding: 10px;
	border: 2px solid #E94947;
	margin: 10px 0 20px;;
}
.entry-meta span {
	display: block;
	margin-right: 0px;
}
.entry-meta span.comments-link {
	display: inline;
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.entry-meta .fa {
	margin-right: 5px;
}

/**
 * 07.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content, 
.entry-summary {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}
/* Entry summary */
.entry-content p,
.entry-summary p,
.entry-content ul,
.entry-summary ul,
.entry-content ol,
.entry-summary ol {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.55;
}
.entry-summary p {
	margin-bottom: 0px;
}
.entry-content p {
	margin-bottom: 35px;
}

/**
 * 07.4 Entry Footer
 * ----------------------------------------------------------------------------
 */
.entry-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

 /**
 * 07.5 Body Classes
 * ----------------------------------------------------------------------------
 */

/* home page */
section.site-main {
	padding-top: 60px;
	padding-bottom: 60px;
}
#secondquote-section, 
#firstquote-section, 
#contact-section {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	position: inherit;
}
.home-title { /* same .entry-title without color */
	line-height: 1;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	position: relative;
}
.home-title.dot { 
	font-size: 40px;
	font-size: 2.5rem;	
	padding-bottom: 25px;
}
.home-title.dot:after {
	position: absolute;
	height: 10px;
	width: 10px;
	margin-left: 5px;
	bottom: 30px;
	border-radius: 9999px;
	content: " ";
	background-color: #E94947;
}
.home-title.dot:before {
	position: absolute;
	bottom: 0;
	height: 4px;
	left: 0;
	width: 280px;
	content: " ";
	background-color: #E94947;
}

/* service-section */
#service-section .archive-meta.
#service-section .entry-summary {
	color: #000;
}
#service-section .home-title.i-container {
	color: #000;
	border-radius: 9999px;
	transition: all 0.5s ease-in-out;
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	text-align: center;
	padding: 0;
	margin-right: 5px;
}
#service-section .home-title.i-container:hover {
	color: #fff;
	background-color: #E94947;
	border: 2px solid #E94947;
	-webkit-animation: spin 0.7s ease-in-out;
	-moz-animation: spin 0.7s ease-in-out;
	-o-animation: spin 0.7s ease-in-out;
	animation: spin 0.7s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#service-items .home-title {
	text-transform: none;
	display: inline-block;
	line-height: 46px;
	line-height: 2.875rem;
}


/* client-section */
#client-section {
	padding: 0;
}
#client-section .entry-thumbnail img {
	padding: 10px;
}
#client-items .hentry:nth-of-type(3n+1) {
	clear: both;
}

/* team-section */
#team-section .entry-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
#team-items .home-title {
	text-transform: none;
}
#team-items h5.home-title {
	font-style: italic;
	padding-top: 0;
}
#team-items .hentry:nth-of-type(2n+1) {
	clear: both;
}

#team-section .entry-thumbnail {
	position: relative;
	display: block;
	overflow: hidden;
}
#team-section .entry-thumbnail ul {
	position: absolute;
	top: 45%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all .4s ease .4s;
	-moz-transition: all .4s ease .4s;
	-ms-transition: all .4s ease .4s;
	-o-transition: all .4s ease .4s;
	transition: all .4s ease .4s;
}
#team-section .entry-thumbnail:hover ul {
	opacity: 1;
}
#team-section .entry-thumbnail li {
	display: inline-block;
	margin: 0;
	width: 35px;
	height: 35px;
	background-color: #E94947;
	border-radius: 999px;
	margin-bottom: 4px;
}
#team-section #menu-social li a {
	color: #fff;
}
#team-section #menu-social li a:hover {
	color: #a42421;
}

#team-section .entry-thumbnail img,
.entry-thumbnail a img {
	display: block;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-filter: grayscale(0);
	filter: none;
}
#team-section .entry-thumbnail:hover img,
.entry-thumbnail:hover a img {
	-webkit-transform: scale(1.10,1.10);
	-moz-transform: scale(1.10,1.10);
	-ms-transform: scale(1.10,1.10);
	-o-transform: scale(1.10,1.10);
	transform: scale(1.10,1.10);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(images/desaturate.svg#grayscale);
	}

/* blockqoute-section */
#firstquote-section,
#secondquote-section,
#contant-section {
	padding-top: 70px;
	padding-bottom: 70px;
}
#firstquote-section h1,
#secondquote-section h1 {
	text-transform: none;
	font-style: italic;
}

/* contact-section */
#contact-section {
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}
#contact-section h1 {
	font-size: 40px;
	font-size: 2.5rem;
}

/* call-section */
#call-section {
	text-align: center;
}
#call-section a.more-link {
	margin-top: 10px;
	padding: 11px 12px;
	color: #fff;
	border: 2px solid #fff;
}
#call-section a.more-link:hover {
	background-color: #fff;
	color: #E94947;
}
#call-section a.more-link:active {
	background-color: #eee;
	border: 2px solid #eee;
	color: #E94947;
}

/* blog template page */
.post.isotope-item .entry-header,
.post.isotope-item .entry-summary,
.post.isotope-item .entry-footer,
.page.isotope-item .entry-header,
.page.isotope-item .entry-summary,
.page.isotope-item .entry-footer {
	background-color: #fff;
	padding: 20px;
}
.post.isotope-item .entry-footer,
.page.isotope-item .entry-footer {
	background-color: #fafafa;
}
.post.isotope-item .entry-summary,
.page.isotope-item .entry-summary {
	border-bottom: 1px solid #ddd;
}
.post.isotope-item .entry-title,
.page.isotope-item .entry-title {
	padding: 0 40px 0 0;
	min-height: 20px;
}
.post.isotope-item .entry-meta,
.page.isotope-item .entry-meta {
	padding: 0;
}
.post.isotope-item .entry-thumbnail,
.page.isotope-item .entry-thumbnail {
	background-color: #e0e0e0;
}
.post.isotope-item .entry-thumbnail p {
	margin: 0;
}
.post.format-gallery.isotope-item .entry-thumbnail {
}


/* single template page */
.single .hentry {
	padding: 20px 0;
}

/* page template page */

/* archive template page */
.blog .hentry, 
.archive .hentry,
.search .hentry {
max-width: 440px;
margin-left: auto;
margin-right: auto;
}

/* category template page */

/* wp-admin bar */

/* tag template page */

/* gallery */
.wp-caption .wp-caption-text,
.entry-caption {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #757575;
}

/* Image Galleries */
.gallery {
	margin-bottom: 20px;
}
.tiled-gallery p,
.gallery p {
	margin: 0 !important;
}
.gallery-item {
	float: left;
	margin: 0 4px 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(50% - 4px);
	max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.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 {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 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;
}




/**
 * 07.6 Post Formats
 * ----------------------------------------------------------------------------
 */


.more-link.post-icon {
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding: 0;
	position: absolute;
	top: 28px;
	right: 30px;
	border-radius: 999px;
	color: #E94947;
	vertical-align: middle;
	line-height: 36px;
}
.more-link.post-icon:hover {
	-webkit-animation: spin 0.7s ease-in-out;
	-moz-animation: spin 0.7s ease-in-out;
	-o-animation: spin 0.7s ease-in-out;
	animation: spin 0.7s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 2px solid transparent;
}


.sticky {
}
/* Audio */
.format-audio .more-link.post-icon {
}
/* Image */
.format-image .more-link.post-icon {
}
/* Quote */
.format-quote .more-link.post-icon {
}
/* Gallery */
.format-gallery .more-link.post-icon {
}
/* Video */
.format-video .more-link.post-icon {
}

/* Portfolio Listing */
#portfolio-items .portfolio-item {
	padding-left: 0;
	padding-right: 0;
	z-index: 2; 
	margin-bottom: 0px;
}
#portfolio-filters {
	margin-bottom: 20px;
}
#portfolio-filters a {
	border: 2px solid transparent;
	padding: 5px 10px;
	margin: 10px 15px 0 0;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	outline: 0;
	font-weight: 800;
	color: #fff;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
#portfolio-filters a:hover {
	border: 2px solid #fff;
	-webkit-transition: .05s all linear;
	-moz-transition: .05s all linear;
	-o-transition: .05s all linear;
	transition: .05s all linear;
	color: #fff;
}
#portfolio-filters a.active-item,
#portfolio-filters a:active {
	border: 2px solid #fff;
	background-color: #fff; 
	color: #E94947;
	-webkit-transition: .05s all linear;
	-moz-transition: .05s all linear;
	-o-transition: .05s all linear;
	transition: .05s all linear;
}


/* Portfolio Overlay */
.overlay {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.overlay a,
.overlay img {
    display: block;
    height: auto;
}
.overlay div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    text-transform: uppercase;
    background-color: rgba(202,74,72,0.35);
    background-image: url(images/bg-dark.png);
    display: none;
}
.overlay div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay div .da-wrap .title {
    display: block;
    position: absolute;
    width: 100%;
    top: 0%;
    height: 60%;
    background-color: rgba(202,74,72,0.5);
	font-size: 18px;
    padding: 10px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    padding-top: 30px;
    text-align: center;
}
.overlay .da-wrap a {
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.overlay .da-wrap .title a {
	border: 2px solid #fff;
	display: inline-block;
	padding: 5px 10px;
}
.overlay .da-wrap a.icono {
	font-size: 40px;
	display: block;
    position: absolute;
    width: 100%;
    bottom: 0%;
    height: 40%;
    color: #fff;
    padding: 10px;
    display: block;
}
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
.da-slideTop { top: 0px }
.da-slideLeft { left: 0px }
#portfolio-items img { height: auto }


/* Bootstrap Fix portfolio */
#portfolio-items .col-xs-1 {
	display: block !important
}

/* portfolio single */
ul.work-credits {
	background-color: #6ec2b9;
	margin: 0;
	padding: 25px;
	list-style: none;
	color: #fff;
}
.type-portfolio .entry-header {
	margin-bottom: 20px;
}
.type-portfolio .entry-content {
	margin-top: 20px;
}

/**
 * 07.7 Attachments
 * ----------------------------------------------------------------------------
 */

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font: 300 32px 'Open Sans', Helvetica, sans-serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align:         calc(-4px);
}

/**
 * 07.8 Archives
 * ----------------------------------------------------------------------------
 */

.archive-navigation {
	clear: both;
}

.archive-header,
.archive-title,
.archive-meta {
	width: 100%;
}

/* Archive title */
.archive-title {
	line-height: 1;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #111;
}

/* Archive meta or description */
.archive-meta {
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
.archive-meta p {
	margin-bottom: 0px;
}


/**
 * 07.9 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.error-header,
.error-title,
.error-content, {
}



/**
 * 07.10 404
 * ----------------------------------------------------------------------------
 */

.error-header {
	margin-bottom: 20px;
}
.error-title {
	line-height: 1;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.error-content {
}

/**
 * 07.11 Shortcodes
 * ----------------------------------------------------------------------------
 */


/* ------- Multicoumns Shortcode ------- */
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	width:100%;
}
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	float:left;
	margin-right:0;
	margin-bottom: 20px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
.divider {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	display: block;
	clear: both;
}

/* ------- Infoboxes ------- */
.white-box, 
.blue-box, 
.yellow-box, 
.red-box, 
.green-box, 
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 35px 0;
	padding: 25px;
	overflow:hidden;
	line-height:1.45;
}
#content .white-box p, 
#content .blue-box p, 
#content .yellow-box p, 
#content .red-box p, 
#content .green-box p, 
#content .lightgrey-box p,
#content .grey-box p,
#content .dark-box p {
	margin: 0 0 30px;
}
.white-box {
	background:#fff;
	border:2px solid #333;
}
.blue-box {
	background:#E5F4FB;
	border:2px solid #C6D9E9;
	color:#8EA4AF;
}
.yellow-box {
	background:#FFFFE0;
	border:2px solid #E6DB55;
	color:#CC9F3B;
}
.red-box {
	background:#FFE6E6;
	border:2px solid #F27070;
	color:#DD6666;
}
.green-box {
	background:#EFF8E6;
	border:2px solid #D6EEBD;
	color:#89A270;
}
.grey-box {
	background:#CBCACA;
	border:2px solid #B2B2B2;
	color:#6D6C6C;
}


/* ------- Buttons ------- */
.st-button {
	display:inline-block;
	cursor:pointer;
}
.st-button:hover {
	color:#fff !important;
}
a.st-button {
	margin:10px 10px 10px 0;
	color:#fff !important;
	border:2px solid transparent !important;
}
a.st-button:hover {
	text-decoration: none;
}
.st-button.red {background:#e74c3c;}
.st-button.red:hover {background:#ec7063;}
.st-button.red:active {background:#c44133;}
.st-button.green {background:#1abc9c;}
.st-button.green:hover {background:#48c9b0;}
.st-button.green:active {background:#16a085;}
.st-button.blue {background:#3498db;}
.st-button.blue:hover {background:#5dade2;}
.st-button.blue:active {background:#2c81ba;}
.st-button.yellow {background:#f1c40f;}
.st-button.yellow:hover {background: #f5d313;}
.st-button.yellow:active {background: #cda70d;}
.st-button.purple  {background: #8E44AD;}
.st-button.purple:hover {background: #9B59B6;}
.st-button.purple:active {background: #8F47AE;}
.st-button.grey {background: #bdc3c7; color: #fff;}
.st-button.grey:hover {background: #cacfd2; color: #fff;}
.st-button.grey:active {background: #a1a6a9; color: #fff;}
.st-button.black {background: #34495e; color: #fff;}
.st-button.black:hover {background: #415b76; color: #fafafa !important;}
.st-button.black:active {background: #2c3e50; color: #fafafa !important;}

 /**
 * 08. PAGE NAVI STYLES
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation .nav-links a {
	color: #fff;
}
.navigation .nav-links a:hover {
	color: #fff;
	text-decoration: none;
}
.paging-navigation {
	padding: 20px 0;
	clear: both;
}
.paging-navigation .nav-links {
	margin: 0 auto;
	width: 100%;
}
.paging-navigation .meta-nav {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	padding: 5px 0 8px;
	text-align: center;
	width: 40px;
}
.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 25px 0 28px;
	width: 80px;
}
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
	text-decoration: none;
}
.post-navigation a[rel="next"] {
	float: right;
}

/**
 * 09. COMMENT STYLES & 10. COMMENT FORM STYLES
 * ----------------------------------------------------------------------------
 */

/* Author Box */
.author-info {
	background-color: #E94947;
	color: #fff;
	overflow: hidden;
	padding: 30px 30px 20px;
}
.author-info .comment-content h3 {
	font-weight: 800;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 20px;
}
.author-info .comment-content h3 a {
	color: #fff;
}
.author-info .comment-content h3 a:hover {
	color: #a42421;
}
.author-info .comment-content {
	width: 70%;
	width: -webkit-calc(100% - 114px);
	width:         calc(100% - 114px);
}
.author-info .comment-author {
	max-width: 94px;
}
/* General Styles */
#comments {
}
.comments-title,
.comment-reply-title,
.no-comments {
	text-align: left;
	margin: 0 auto;
	padding-top: 25px;
	width: 100%;
	color: #111;
	text-transform: none;
	position: relative;
	padding-bottom: 25px;
}
.comments-title:before,
.comment-reply-title:before,
.no-comments:before {
	position: absolute;
	bottom: 0;
	height: 4px;
	left: 0;
	width: 280px;
	content: " ";
	background-color: #E94947;
}
#respond #commentform {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 25px;
}
#respond #commentform .form-submit input {
	width: 100%;
}
.comment-list {
	list-style-type: none;
	padding: 20px 0px;
	background: transparent;
}
.comment-list .children {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
}


/* Coments */
.comment {
	padding: 25px 0;
	background: transparent;
	border-top: 2px solid #E94947;
}
ol.comment-list > li:first-child .comment.depth-1 {
	border-top: none;
}
.comment-author {
	float: left;
	margin-right: 20px;
	max-width: 74px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
	border-radius: 999px;
}
.comment-author .fn,
.comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
}
.comment-author .fn {
	float: left;
	width: 100%;
	text-align: center;
}
.bypostauthor {
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-meta,
.comment-content,
.reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 94px);
	width:         calc(100% - 94px);
}
.comment-meta,
.comment-meta a {
	font-size: 13px;
	margin-bottom: 20px;
}
.comment-meta a:hover {
}
.ping-meta {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
}
.comment-awaiting-moderation {
}
.comment-awaiting-moderation:before {
	content: '\f414';
	margin-right: 5px;
	position: relative;
	top: -2px;
}

/* Comment form */
#respond {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#reply-title {
	margin-bottom: 20px;
	font-weight: 800;
}
#reply-title small a {
	color: #131310;
	display: none;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
#reply-title small a:hover {
}
.sidebar .comment-list #reply-title,
.sidebar .comment-list #commentform {
	padding: 0;
}
#commentform .comment-notes {
	margin-bottom: 15px;
}
#commentform .comment-form-author, 
#commentform .comment-form-email, 
#commentform .comment-form-url {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8px;
}
#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
	float: left;
	padding: 5px 0;
}
#commentform .required {
	color: #E94947;
}
#commentform textarea {
	height: 100px; /* Smaller field for mobile. */
}
.form-allowed-tags {
	display: none;
}
.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 100%;
	text-transform: none;
}
.no-comments {
	padding-bottom: 30px;
}



/**
 * 11. SIDEBARS & ASIDES
 * ----------------------------------------------------------------------------
 */

/* Secondary Sidebar */
#secondary  {
	padding-top: 20px;
	padding-bottom: 20px;
}
#secondary .widget  {
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 0 20px;
	margin-bottom: 20px;
}
#secondary .widget-title {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 7px 10px;
	color: #fff;
	background-color: #E94947;
	margin: 0 0 20px;
	font-weight: 800;
	text-align: center;
}

/* General Sidebar Styles */
.widget {
	font-size: 16px;
	font-size: 1rem;
	padding: 0px 0px 40px;
}
.widget-title {
	font-size: 18px;
	font-size: 1.125rem;
	padding-bottom: 20px;
	margin: 0;
	color: #fff;
}
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
}
.widget li {
	line-height: 1.5;
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* Search widget */
#searchform {
	position: relative;
}
.widget #searchform .field {
	width: 100%;
}
.widget #searchform .submit {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	display: block;
	cursor: pointer;
	border: none;
	padding: 5px;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #999 !important;
	background: transparent;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
}

/* Calendar Widget */
.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {}
.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
	padding: 4px;
}
.widget_calendar tbody a {
	display: block;
}
.widget_calendar tbody a:hover {
}

.widget_calendar tbody a:hover {
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Tagcloud Widget */
.widget .tagcloud {
	overflow: hidden;
}
.widget .tagcloud a {
	padding:4px 6px;
	margin:0 2px 2px 0;
	color: #E94947;
	border: 2px solid #E94947;
	float:left;
	background-color: transparent;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.widget .tagcloud a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .05s all linear;
	-moz-transition: .05s all linear;
	-o-transition: .05s all linear;
	transition: .05s all linear;
	background-color: #E94947;
}


/* Recent comments Widget */
.recentcomments:before {
	content: "\f075";
	font-family: FontAwesome;
	padding-right: 6px;
}


/**
 * 12. FOOTER STYLES
 * ----------------------------------------------------------------------------
 */

#colophon {
	position: relative;
	background-color: #E94947;
}

.site-footer {
	color: #fff;
	text-align: left;
}

/* Footer Sidebar */
.pre-footer {
	padding-top: 40px;
}

.site-footer .widget {
	color: #fff;
	text-align: left;
	padding-bottom: 40px;
	font-size: 16px;
	font-size: 1rem;
}

.site-footer .widget h3 {
}

.site-footer .widget a {
	color: #fff;
}
.site-footer .widget a:hover {
	color: #a42421;
}

.widget [class^="fa-"] {
	margin-right: 5px;
}
.site-footer .widget .tagcloud a {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.site-footer .widget .tagcloud a:hover {
	color: #E94947;
	background-color: #fff;
}


/* Footer Lastbar */
.site-info {
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.site-info p.info {
	margin: 10px 0;
	display: block;
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem;
}

.site-info p.info a {
	color: #E94947;
}

.site-info p.info a:hover {
	color: #fff;
}

/* Footer Social Nav */
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#menu-social ul {
	list-style: none;
	margin: 0 0 25px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

#menu-social ul li {
	display:  inline-block;
	position: relative;
}

#menu-social li a {
	color: #E94947;
}
#menu-social li a:hover {
	color: #fff;
}
#menu-social li a::before {
	content: "\f135";
	display: inline-block;
	padding: 0 5px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#menu-social li a[href*="facebook.com"]::before {
	content: "\f09a";
}
#menu-social li a[href*="twitter.com"]::before {
	content: "\f099";
}
#menu-social li a[href*="dribbble.com"]::before {
	content: "\f17d";
}
#menu-social li a[href*="plus.google.com"]::before {
	content: "\f0d5";
}
#menu-social li a[href*="pinterest.com"]::before {
	content: "\f0d2";
}
#menu-social li a[href*="flickr.com"]::before {
	content: "\f16e";
}
#menu-social li a[href*="github.com"]::before {
	content: "\f09b";
}
#menu-social li a[href*="tumblr.com"]::before {
	content: "\f173";
}
#menu-social li a[href*="youtube.com"]::before {
	content: "\f167";
}
#menu-social li a[href*="vimeo.com"]::before {
	content: "\f194";
}
#menu-social li a[href*="instagram.com"]::before {
	content: "\f16d";
}
#menu-social li a[href*="foursquare.com"]::before {
	content: "\f180";
}
#menu-social li a[href*="linkedin.com"]::before {
	content: "\f0e1";
}
#menu-social li a[href*="skype.com"]::before {
	content: "\f17e";
}	
#menu-social li a[href*="bitbucket.org"]::before {
	content: "\f171";
}
#menu-social li a[href*="xing.com"]::before {
	content: "\f168";
}		

#wpstats {
	display: block;
	margin: -10px auto 0 auto;
}


/**
 * 13. MEDIA QUERIES
 * ----------------------------------------------------------------------------
 */

@media (min-width: 575px) {
	.comment-author {
		margin-right: 50px;
	}
	.comment-meta,
	.comment-content,
	.reply {
		width: -webkit-calc(100% - 124px);
		width:         calc(100% - 124px);
	}
	.author-info .comment-content {
		width: -webkit-calc(100% - 144px);
		width:         calc(100% - 144px);
	}
}
@media (min-width: 768px) {

/* Headlines */
	h1 {
		margin: 54px 0 44px;
		font-size: 52px;
		font-size: 3.25rem;
	}
	h2 {
		margin: 54px 0 44px;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.35;
	}
	h3 {
		margin: 44px 0;
		font-size: 26px;
		font-size: 1.625rem;
	}
	h4 {
		margin: 34px 0;
		font-size: 20px;
		font-size: 1.25rem;
	}
	h5 {
		margin: 24px 0;
		font-size: 18px;
		font-size: 1.125rem;
	}
	h6 {
		margin: 24px 0;
		font-size: 18px;
		font-size: 1.125rem;
	}
/* HomePage Headlines */
	.home-title.dot { 
		font-size: 60px;
		font-size: 3.75rem;	
		padding-bottom: 40px;
	}
	.home-title.dot:after {
		height: 15px;
		width: 15px;
		bottom: 45px;
	}
	h1.service-title {
		font-size: 44px;
		font-size: 2.75rem;
	}
	#firstquote-section,
	#secondquote-section,
	#contant-section {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	#service-section .home-title.i-container {
		width: 70px;
		height: 70px;
	}
	#service-items .home-title {
		line-height: 66px;
		line-height: 4.125rem;
	}
	#contact-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#contact-section h1 {
		font-size: 60px;
		font-size: 3.75rem;
	}
	.archive-meta {
		font-size: 24px;
		font-size: 1.5rem;
	}
/* Comment form */
	#commentform textarea {
		height: auto;
	}
	#commentform .comment-form-author, 
	#commentform .comment-form-email{
		float:left;
		width:32%;
		margin-right:2%;
		margin-bottom: 8px;
	} 
	#commentform .comment-form-url {
		float:left;
		width:32%;
		margin-bottom: 8px;
	}

/* Columns Shortcode */

	.one-second {
		width:48.5%;
	}
	.one-third {
		width:31.333%;
	}
	.two-third {
		width:65.33%;
	}
	.one-fourth {
		width:22.75%;
	}
	.four-columns-two {
		width:48.5%;
	}
	.three-fourth {
		width:74.25%;
	}
	.one-second,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth {
		margin-right:3%;
		margin-bottom:0;
	}
	.divider {
		margin-bottom: 30px;
		padding-top: 30px;
	}

	/* Some-issues */
	.image-header {
		padding: 230px 0px;
	}
	.site-title {
		font-size: 80px;
		font-size: 5rem;
	}
	p.site-description {
		font-size: 25px;
		font-size: 1.5rem;
	}
	.entry-meta-right {
		padding-top: 10px;
	}
	.entry-meta span {
		display: inline;
		margin-right: 20px;
	}
	.entry-meta-right span {
		display: block;
	}
	#comments {
		margin: 0;
		border-top: none;
	}
	.comment-list .children {
		margin-left: 30px;
		padding-left: 30px;
	}

/* Home Page */
	#client-items .hentry:nth-of-type(3n+1) {
		clear: none;
	}
	#client-items .hentry:nth-of-type(6n+1) {
		clear: both;
	}
	#call-section {
		text-align: inherit;
	} 
}



@media (min-width: 992px) {
	#secondary {
		padding-top: 15px;
	}
	.site-info p.info {
		text-align: left;
		line-height: 2.35;
	}
	#menu-social ul {
		text-align: right;
	}
/* Home Page */
	#service-items .hentry:nth-of-type(3n+1) {
		clear: both;
	}
	#team-items .hentry:nth-of-type(2n+1) {
		clear: none;
	}
	#team-items .hentry:nth-of-type(4n+1) {
		clear: both;
	}
}


@media (min-width: 1200px) {
	.site-header {
		position: fixed;
		background-color: rgba(202,74,72,0.5);
	}
	.home .site-header.bg-header-color,
	.blog .site-header.bg-header-color {
		background-color: transparent;
	}
	.admin-bar .site-header {
		top: 32px;
	}
	.site {
		padding-top: 70px;
	}
	.image-header {
		margin-top: -70px;
		padding-top: 300px;
	}
	.logo-link {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar {
		height: auto;
		padding: 7px 0;
	}
	.menu-toggle {
		display: none;
	}
	.nav-menu {
		display: block;
		margin: 0;
		padding: 8px 0 0;
	}
	.main-navigation {
		text-align: center;
		display: block !important;
	}
	.menu-wlogo .main-navigation {
		text-align: right;
	}
	.nav-menu li {
		display: inline-block;
		position: relative;
		text-align: left;
	}
	.nav-menu li a {
		color: #fff;
		display: block;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
		padding: 10px;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0 4px 8px;
		-webkit-transition: .1s all linear;
		-moz-transition: .1s all linear;
		-o-transition: .1s all linear;
		transition: .1s all linear;
		border: 2px solid transparent;
	}
	.nav-menu li a:hover {
		color: #fff;
		border: 2px solid #E94947;
		-webkit-transition: .1s all linear;
		-moz-transition: .1s all linear;
		-o-transition: .1s all linear;
		transition: .1s all linear;
	}
	.nav-menu li a:active {
		background-color: #a42421; 
		border: 2px solid #a42421;
		color: #fff;
	}
	.nav-menu .sub-menu,
	.nav-menu .children {
		background-color: #E94947;
		border-top: 3px solid transparent;
		display: none;
		float: left;
		padding: 0;
		position: absolute;
		top: 45px;
		left: 4px;
		z-index: 99999;
		width: 220px;
	}
	.nav-menu .sub-menu li,
	.nav-menu .children li {
		width: 100%;
	}
	.nav-menu .sub-menu ul,
	.nav-menu .children ul {
		left: 101%;
		top: -3px;
		border-top: 0;
		padding-top: 3px;
	}
	.nav-menu .sub-menu a,
	.nav-menu .children a {
		color: #fff;
		border: none;
		text-align: left;
		font-weight: 900;
	}
	.nav-menu .sub-menu a:hover,
	.nav-menu .children a:hover {
		color: #a42421;
		border: none;
		background-color: transparent;
	}

	.nav-menu li ul a,
	.nav-menu li ul ul a {
		color: #fff;
		margin: 0;
		padding: 10px;
		width: 180px;
	}
	.nav-menu li:hover > ul,
	.nav-menu li ul li:hover > ul {
		display: block;
	}

	.nav-menu > li > ul:before,
	.nav-menu > ul > li > ul:before {
		position: absolute;
		top: -8px;
		left: 30px;
		border: 5px solid #E94947;
		border-color: #E94947 transparent;
		border-top: none;
		content: "";
	}

	.nav-menu .current-menu-item > a,
	.nav-menu .current-menu-ancestor > a,
	.nav-menu .current_page_item > a,
	.nav-menu .current_page_ancestor > a {
		background-color: #E94947; 
		color: #fff;
	}
	.sub-menu .current-menu-item > a,
	.sub-menu .current-menu-ancestor > a,
	.children .current-menu-item > a,
	.children .current-menu-ancestor > a,
	.sub-menu .current_page_item > a,
	.sub-menu .current_page_ancestor > a,
	.children .current_page_item > a,
	.children .current_page_ancestor > a {
		color: #a42421;
		border: none;
	}
}