/*!
Theme Name: Tinos
Theme URI: https://www.cssigniter.com/themes/tinos/
Author: CSSigniter.com
Author URI: https://www.cssigniter.com
Description: A Blogging Theme for WordPress
Version: 1.7.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/


/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Main Navigation
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins

*/


/* -----------------------------------------
	General
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: "Bree Serif", serif;
	font-weight: normal;
	line-height: normal;
	color: #000;
}

h1 { font-size: 60px;	line-height: 0.9; }
h2 { font-size: 26px; }
h3 { font-size: 23px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
	margin: 0 0 10px 0;
}

a, a:visited, a:focus {
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #000;
}

body {
	font-family: Tinos, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #373737;
}

b, strong {
	font-weight: bold;
	color: #000;
}

ul, ol {
	margin: 0 0 15px 0;
	padding-left: 18px;
}

ul ul,
ol ol {
	margin-bottom: 0;
}

/* -----------------------------------------
	Header
----------------------------------------- */
#header {
	margin-bottom: 50px;
	border-bottom: double 3px #E5E5E5;
}

#logo {
	font-weight: normal;
	color: #000;
	line-height: normal;
	font-size: 18px;
	font-family: Tinos, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

#logo span {
	display: inline-block;
	border-top: 5px solid #000;
	padding: 15px 0;
	transition: 0.15s;
}

#logo span:hover {
}

#logo a,
#logo a:visited {
	color: #000;
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */
/* Navigation functional styles  ---------------------- */
.alt-nav { display: none; }
#nav { }
#nav ul { margin: 0; padding: 0; list-style: none; }
#navigation li, .mnav li { position: relative; z-index: 100;}
#navigation > li, .mnav > li { float: left; }
#navigation ul, .mnav ul { position: absolute; z-index: 300; top: -999em; }
#navigation ul ul { }
#navigation li:hover > ul,
#navigation .sfHover > ul,
.mnav li:hover > ul,
.mnav .sfHover > ul { top: auto; }
#navigation li li:hover > ul,
#navigation li .sfHover > ul { top: 0; left: 100%; }
#navigation li li li:hover > ul,
#navigation li li .sfHover > ul{ top: 0; left: 100%; }
#navigation a, #navigation a:visited, .mnav a { display: block; white-space: nowrap; }

#nav { position: absolute;	right: 15px;} /* Navigation Container */
#navigation {	vertical-align: middle;	display: table-cell; height: 56px; }
#navigation a, #navigation a:visited,
.mnav a, .mnav a:visited {
	color: #000000;
	font-size: 13px;
	line-height: normal;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
} /* Global Menu Link Styles */

#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited,
.mnav .sfHover > a, .mnav ul li a:hover {
	text-decoration: underline;
} /* First Level & Global Menu Link Hover Styles */

#navigation > li > a,
#navigation > li > a:visited {
	padding: 10px 7px;
} /* First Level Menu Link Styles */

#navigation > li ul a,
#navigation > li ul a:visited {
	padding: 5px 10px;
	color: #333;
} /* All Other Menu Level Link Styles */

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited { } /* All Other Level Menu Link Hover Styles */

#navigation > li.current_page_item > a,
#navigation > li.current_page_item > a:visited,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-item > a:visited,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-ancestor > a:visited{ } /* WordPress Current/Ancestor Page Styles */

#navigation ul {
	background: #FFF;
	border: 1px solid #E5E5E5;
	padding: 5px;
	min-width: 170px;
} /* All Lower Level Menu Container Styles */


#navigation a.sf-with-ul {
	padding-right: 26px;
	position: relative;
}

/* Styling for navigation arrows  ---------- */
#navigation a:hover:after ,
#navigation > .sfHover > a.sf-with-ul:after,
#navigation > .sfHover > a.sf-with-ul:visited {
	border-top-color: #000;
}

#navigation > li.current_page_item > a.sf-with-ul:after,
#navigation > li.current_page_item > a.sf-with-ul:visited:after,
#navigation > li.current-menu-item > a.sf-with-ul:after,
#navigation > li.current-menu-item > a.sf-with-ul:visited:after {
	border-top-color: #000;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 14px;
	height: 0;
	width: 0;
	margin-top: 0;
	border: 3px solid transparent;
	border-top-color: #000;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #000 !important;
}

/* Styling for right facing arrows  ---------- */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -2px;
	margin-right: 7px;
	border-color: transparent;
	border-left-color: #000;
}

.sf-arrows ul > li .sf-with-ul:focus:after,
.sf-arrows ul > li:hover .sf-with-ul:after,
.sf-arrows ul > li.sfHover .sf-with-ul:after {
	border-left-color: #000;
	border-top-color: transparent !important;
}

/* -----------------------------------------
	Mobile Menu
----------------------------------------- */
#nav .mnav { margin-top: 13px; display: none; }
.mnav i {
	font-size: 28px;
}

.mnav > li > ul {
	padding: 10px;
	width: 280px;
	background: #FFF;
	right: 0;
	display: inline-block;
	font-family: "Bree Serif", serif;
	border: 1px solid #E5E5E5;
}

.mnav ul ul {
	display: inline-block !important;
	position: static;
	margin: 0;
	padding: 0;
	text-align:center;
	width: 100%;
	height: auto !important;
	opacity: 1 !important;
}

.mnav ul a {
	padding: 5px 10px;
	font-size: 20px;
	text-align: center;
}

/* -----------------------------------------
	Entry Styles
----------------------------------------- */
#main {
	padding-bottom: 70px;
	margin-bottom: 60px;
	border-bottom: double 3px #E5E5E5;
}

.entry {
	padding-bottom: 67px;
	margin-bottom: 80px;
	border-bottom: double 3px #E5E5E5;
}

.error404 .entry header {
	margin-bottom: 0;
}

.entry:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#main .entry:last-of-type {
	border: none;
	margin-bottom: 10px;
}

.entry header {
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

.entry-nav-arrows {
	position: absolute;
	top: 60px;
	right: 0;
}

.entry-nav-arrows a,
.entry-nav-arrows a:visited {
	color: #241F20;
	font-size: 20px;
	display: inline-block;
	padding: 7px 10px;
	line-height: 0;
	background: #E5E5E5;
	position: absolute;
}

.entry-nav-arrows a.inactive {
	opacity: 0.5;
	cursor: default;
}

.entry-nav-arrows a.inactive:hover {
	background: #E5E5E5;
}

.entry-nav-arrows a:hover {
	background: #d1d1d1;
}

.entry-down {
	bottom: -69px;
}

.entry-title {
	font-size: 60px;
	line-height: 0.9;
	margin-bottom: 5px;
}

.entry-title a,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-tags {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Lato, sans-serif;
	font-size: 10px;
	padding: 5px 15px 6px;
	line-height: normal;
	min-width: 150px;
	color: #FFF;
}

.entry-tags:after {
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-right-width: 5px;
	border-right-color: #fff;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.entry-tags:before {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	left: -5px;
	bottom: -5px;
	z-index: -1;
	border: 5px solid transparent;
	border-right-color: #c2c2c2;
}

.entry-tags a,
.entry-tags a:visited {
	color: #FFF;
	text-decoration: none;
}

.entry-tags a:hover {
	text-decoration: underline;
}

.entry-excerpt {
	text-align: right;
	position: relative;
}

.entry-excerpt:after {
	position: absolute;
	width: 30px;
	border-bottom: 1px solid #C9C9C9;
	bottom: -30px;
	content: '';
	right: 0;
}

.entry-meta {
	margin-bottom: 25px;
	display: block;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Lato, sans-serif;
	color: #7a7a7a;
}

.entry-excerpt .entry-time {
	display: none;
	padding-left: 10px;
}

.entry-content > div > div {
	padding: 0 25px;
}

.entry-content [class^="col-"] > [class^="wp-block-"] {
	margin-bottom: 30px;
}

article.noexcerpt .entry-content > div > div {
	padding: 0 15px;
}

.entry-thumb {
	margin: 45px 0 30px;
}

.entry-thumb > a {
	display: block;
	line-height: 0;
	margin-bottom: 5px;
}

.entry-thumb figcaption {
	font-family: Lato, sans-serif;
	font-size: 13px;
	color: #7a7a7a;
}

.entry-thumb figcaption p {
	margin: 0;
}

.entry blockquote {
	font-size: 18px;
}

.entry-content table {
	margin: 20px 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 5px;
}

table, table th { text-align: center; }

table td { color: #5d5d5d; }

.video-hold object,
.video-hold iframe { max-width: 100%; }

/* -----------------------------------------
	Pagination
----------------------------------------- */
#pagination {
}

#paging > span,
#paging a,
#paging a:visited {
	line-height: normal;
	margin-right: 5px;
	display: inline-block;
	padding: 9px 16px;
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}

#paging > span {
	color: #747474;
}

#paging a:hover {
	background: #d1d1d1;
}

/* -----------------------------------------
	Footer
----------------------------------------- */
#footer { padding-bottom: 20px; }


/* -----------------------------------------
   Comments
----------------------------------------- */
#comments { margin: 80px 0 0 0; position: relative; }
#comments:before {
	position: absolute;
	width: 40px;
	border-bottom: 1px solid #C9C9C9;
	top: -40px;
	content: '';
}
#comments h3 { margin: 0 0 30px; }
ol#comment-list { margin: 0 0 55px 0; padding: 0; }
.comment-meta { padding-bottom: 0; display: block; font-size: 16px; font-style: italic;}
.post-comments .comment-copy .comment-meta { margin-bottom: 5px; }
.comment-meta a, .comment-meta a:visited { color: #000; font-weight: bold; text-decoration: none; }
.post-comments { margin: 10px 0 0 0; }
.post-comments h2 {  }
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments > ol { margin-left:0; margin-bottom:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative; }
.post-comments .avatar { float: left; top:0; left:0; margin: 0 15px 5px 0; text-align: center;}
.post-comments .comment-text { margin-bottom: 30px; }
.post-comments > .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left: 80px;  padding: 0; font-size: 16px;  }
.post-comments .comment-copy p { margin-bottom:10px; }
.comment-reply-link:hover, .btn-reply:hover {  }
#cancel-comment-reply-link { display:block; font-size:12px; margin: -20px 0 10px 0; }
#comments a.comment-reply-link { font-size:12px; margin-top: 5px; display: inline-block; }
#cancel-comment-reply-link:hover {  }

#comment-list #respond { margin-bottom: 30px; }

.pp_inline label { display: inline; }
/* -----------------------------------------
   Comment Form
----------------------------------------- */
#commentform { }
#form-wrapper {	margin: 40px 0 0 0;  }
#form-wrapper h2 { }
#form-wrapper form { margin-bottom:0; }
.post-form label { display:block; padding-bottom:5px; }
.post-form input[type=text] { width: 50%; }
.post-form input[type=submit] { margin-bottom:0; }
.post-form textarea { width:90%; height:200px; }
#post-action { margin-bottom:0; }

.post-form input[type=text],
.post-form input[type=email],
.post-form textarea {
}

/* -----------------------------------------
	Search Page
----------------------------------------- */
.entry.searchnotice {
	padding-bottom: 0;
	position: relative;
	border: none;
	margin-bottom: 50px;
}

.entry.searchnotice:after {
	position: absolute;
	width: 40px;
	border-bottom: 1px solid #C9C9C9;
	bottom: -10px;
	content: '';
}

/* -----------------------------------------
	Archives Template
----------------------------------------- */
.archives .entry-content .entry-title{
	font-size: 48px;
	margin-bottom: 20px;
}

.archives .entry-content span {
	font-size: 14px;
}

.lst.archive a,
.lst.archive a:visited {
	color: #000;
	text-decoration: none;
}

.lst.archive a:hover {
	text-decoration: underline;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
	margin-bottom: 25px;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin-bottom: 4px;
}

.widget ul li:last-of-type {
	margin-bottom: 0;
}

.widget-title {
	font-size: 18px;
}


/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ads125 li,
.ads125 li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	max-width: 125px;
}

/* WIDGET: #Search
========================================= */
.searchform { line-height: 1; position: relative; }
.searchform > div { position: relative; line-height: 1; }
.searchform .screen-reader-text { display: none; }

.searchform input[type=text] {
	border-radius: 0;
	margin: 0;
	width: 100%;
	font: inherit;
	line-height: 1;
	height: 40px;
}

button[type=submit].searchsubmit {
	font-size: 14px;
	line-height: 0;
	padding: 12px 16px;
	position: absolute;
	right: 0;
	top: 0;

	height: 100%;
	border: none;
	background: #000;
}


/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
	float: left;
	margin: 0 15px 15px 0;
}

.flickr_badge_image a {
	display: block;
	line-height: 0;
}

.flickr_badge_image a:hover { }


/* WIDGET: #About
========================================= */
.widget_about {
	margin-top: -5px;
}

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

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


/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
	margin-bottom: 12px;
}

.widget_ci_twitter_widget .twitter-time {
	display: block;
	font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody { }
#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 3px;}
#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a { font-weight: bold; font-style: italic; }

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */
.alignnone {
	margin: 5px 20px 20px 0;
}

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

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

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

.aligncenter {
	display: block;
	margin: 5px auto 15px auto;
}

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

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

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

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 100%;
	padding: 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 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;
	margin-bottom: 10px;
}

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

.gallery-icon {
	margin-bottom: 5px;
}

.entry-content div[id^=gallery] {
	background: #f6f6f6;
	margin-bottom: 15px !important;
	padding: 25px 25px 0 25px;
}

.entry-content div[id^=gallery] img {
	border: none !important;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* General Form Styling
=================================== */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	padding: 10px 10px;
	min-width: 70%;
	margin-bottom: 15px;
	border: 1px solid #C9C9C9;
	outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #000;
}

/* Buttons
=================================== */

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
button[type=submit],
input[type=submit]{
	outline: none;
	line-height: normal;
	font-size: inherit;
	border-radius: 0;
	border: none;
	vertical-align: middle;
	padding: 15px 30px;
	color: #FFF;
	background: #000;
	box-shadow: none;
}

a.btn:hover,
input[type=submit].btn:hover,
button.btn:hover,
button[type=submit]:hover,
input[type=submit]:hover {
}

a.btn:active,
input[type=submit].btn:active,
button.btn:active {
}

/* -----------------------------------------
	External Plugins
----------------------------------------- */
/* WP Instagram */
.null-instagram-feed p {
	padding-top: 10px;
}

.widget .instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.widget .instagram-pics:after {
	clear: both;
}

.widget .instagram-pics li {
	border-bottom: 0;
	padding: 0;
	float: left;
	width: 33.33333333333%;
	margin-bottom: 0;
}

.widget .instagram-pics li a {
	display: block;
	color: #7B7B7B;
}
