/*
|--------------------------------------------------------------------------
| 1.0-base.css
|--------------------------------------------------------------------------
|
| Base Styles.
|
*/

/* Base styles
-------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Merriweather', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #242424;
	background-color: #fff;
}

body.template2 {
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	font-weight: 400;
}

.template2 #wrap {
	background-color: #E1E3E4;
}


/* Default styles for paragraphs
-------------------------------------------------- */
p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 2;
}


/* Default styles for headings
-------------------------------------------------- */

/* Individual styles for the headings */
h1, h2, h3, h4, h5, h6 {
	color: #010101;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 21px;
}

h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }


/* Default styles for links
-------------------------------------------------- */
a {
	color: #CBAA5C;
	text-decoration: none;
}

.template2 a {
	color: #0CB4CE;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


/* Default styles for links
-------------------------------------------------- */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Default styles for blockquotes
-------------------------------------------------- */
blockquote {
	font-style: italic;
}

blockquote p {
	margin: 0;
}

blockquote cite {
	display: block;
}


/* Default styles for hr tag
-------------------------------------------------- */
hr {
	margin: 21px 0;
	border-color: #ccc;
}


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


/* Fluid images for posts
-------------------------------------------------- */
figure {
	margin: 0;
}

img, img[class*="wp-image-"], .img-responsive, .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.img-rounded {
	border-radius: 6px;
}

.img-circle {
	border-radius: 50%;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* Default styles for code tag
-------------------------------------------------- */
code {
	white-space: normal;
}


/* Form styles
-------------------------------------------------- */
input, select, textarea, button {
	max-width: 100%;
	font-size: 12px;
	padding: 10px 8px;
	border: 1px solid #D8D8D8;
	outline: 0;
	box-shadow: none;
	border-radius: 0;
}

[role="button"] {
	cursor: pointer;
}


/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

#wrap .aligncenter,
#wrap div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

a img.alignnone {
	margin: 5px 10px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 10px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 100%; /* Image does not overflow the content area */
	padding: 0;
	text-align: left;
}

.wp-caption .wp-caption-text {
	position: relative;
	font-size: 15px;
	padding-top: 11px;
	padding-bottom: 31px;
}

.wp-caption .wp-caption-text:before {
	font-family: FontAwesome;
	content: "\f086";
	font-size: 15px;
	padding-right: 7px;
}

.wp-caption.alignnone {
	margin-top: 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

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

.sticky-post {

}

.gallery-caption {

}

.bypostauthor {

}


/* Font Family
-------------------------------------------------- */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
#topbar-menu ul.menu li a,
.topbar-search .search-form label,
.topbar-search .search-form input.search-submit,
.bx-content a.readmore,
.featuredboxes-itme p,
.post .cat a,
.more-link,
.mc4wp-form input[type=submit],
.pagination h2,
.pagination .page-numbers,
.entry-tags a,
.comment-content .edit-link a,
.comment-content .reply a,
.comment-notes,
.comment-form input[type="submit"],
.bottom-instagram h5,
.page .thumbnail-wrapper p,
.page .entry-header h1,
.wpcf7 input[type="submit"],
.twitter-feed-widget .tweets p,
.twitter-feed-widget .tweets h6,
.tagcloud a,
.archive .page-header span,
.zilla-likes {
	font-family: 'Open Sans', sans-serif;
}