/* --------------------------------------------------------------------------------------

	Theme Name: YAMINTH
	Theme URI: http://azmind.com
	Description: A Free Wordpress Theme by Azmind.com
	Version: 1.0
	Author: Anli Zaimi
	Author URI: http://azmind.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	Designed & Coded by Anli Zaimi for AZMIND.COM
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-------------------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900);

/* ------- This is the CSS 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, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------- Clearfix ------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */


/* --------------------------------------------------------------------------------- */


@font-face {
	font-family: 'CastleT-Book';
	src: url('CastleT-Book.eot?') format('eot'), 
	     url('CastleT-Book.woff') format('woff'), 
	     url('CastleT-Book.ttf')  format('truetype'),
	     url('CastleT-Book.svg#CastleT-Book') format('svg');
	}
/* ------- Body ------- */

body {
	background: #fff;
	font-size: 12px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	text-align: center;
}

strong { font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'CastleT-Book';
}


/* ------- Header ------- */

#header {
	height: 150px;
	margin: 0 auto;
	text-align: center;
	/* background:url("images/bg-header.jpg") no-repeat scroll center 30px rgba(0, 0, 0, 0); */
}

.header-top {
	background: none repeat scroll 0 0 #27272a;
    border-bottom: medium none;
    border-top: medium none;
    height: 30px;
    margin: 0 auto;
    min-width: 960px;
    text-align: center;
}

.main-menu-container {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-transform: uppercase;
}

.main-menu-container .menu{
	float: left;
    font-weight: bold;
    margin-top: -14px;
}

.main-menu-container .menu a{
	color: #eee;
    float: left;
    font-family: 'CastleT-Book';
    font-size: 13px;
    font-weight: 100 !important;
    letter-spacing: 0.7px;
    margin-top: -3px;
    text-decoration: none;
}

.main-menu {
	float: left;
	width: 660px;
	margin: 0;
	font-weight: bold;
	color: #ad0059;
	line-height: 60px;
	height:30px;
}
.main-menu ul {
	margin: 0;
	list-style: none;
}
.main-menu ul a {
	display: block;
	position: relative;
	color: #ad0059;
	text-decoration: none;
}
.main-menu ul a:hover {
	color: #ad0059;
	text-decoration: none;
}
.main-menu ul li {
	border-left: 1px solid #333;
    border-right: 1px solid #000;
    float: left;
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 5;
}
.main-menu ul li:first-child {
	padding-left:0;
	border-left:0;
}
.main-menu ul li:last-child {
	padding-right:0;
	border-right:0;
}
.main-menu ul li:hover {
	visibility: inherit;
}
.main-menu ul ul {
	position: absolute;
	top: -9999px;
	width: 160px;
	padding: 5px 15px 8px 15px;
	background: #ffffff;
	line-height: 14px;
	text-align: left;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	border-top: 0;
	text-transform: none;
	font-weight: normal;
}
.main-menu ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.main-menu ul ul li:last-child {
	border: 0;
}
.main-menu ul li:hover ul {
	left: -15px;
	top: 60px;
	z-index: 10;
}
/* Hide sub menus */
.main-menu ul li:hover li ul,
.main-menu ul li li:hover li ul,
.main-menu ul li li li:hover li ul {
	top: -9999px;
}
/* Display sub menus */
.main-menu ul li li:hover ul,
.main-menu ul li li li:hover ul,
.main-menu ul li li li li:hover ul {
	left: 160px;
	top: 0px;
}

.social {
	color: #fff;
    float: right;
    font-weight: bold;
    line-height: 27px;
    margin: 0;
    text-align: right;
    width: 285px;
}
.social a { color: #ad0059; text-decoration: none; }
.social a:hover { color: #ad0059; text-decoration: none; }
.social a img{border-radius: 0; margin-top: 7px; margin-right:3px;}

.header-bottom {
	height: 100px;
    margin: 0 auto;
    width: 960px;
}

.logo {
	background: none no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 90px;
    left: -15px;
    margin-top: 12px;
    position: relative;
    width: 400px;
    background-position: left center;
}
.logo h1 { text-indent: -9999px; }
.logo h1 a { width: 240px; height: 50px; display: block; }

.header-advertising {
	float: right;
	width: 468px;
	height: 60px;
	margin: 25px 10px 0 0;
	overflow: hidden;
}




/* ------- Featured Posts ------- */
#featured-posts {
	width: 960px;
	margin: 0 auto;
	padding-top: 23px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	overflow: hidden;
}

ul#featured-posts-list { width: 960px; overflow: hidden; }
ul#featured-posts-list li { float: left; width: 220px; padding: 0 10px; }

.featured-post-image {
	float: left;
    height: 90px;
    width: 220px;
}

.featured-post-image img{
	border-radius:10px;
	width:220px;
	object-fit: cover;
	object-position: center;
}


.featured-post-text {
	float: left;
	width: 210px;
	margin: 0;
	padding: 15px 5px;
	background: rgba(255,255,255,0.8);
}

h2.featured-post-title {
	font-size: 15px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: -5px;
	color: #ad0059;
}
h2.featured-post-title a { color: #ad0059; text-decoration: none; }
h2.featured-post-title a:hover { color: #ad0059; text-decoration: none; }


/* ------- Content ------- */

#content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}


/* ------- Posts ------- */

#posts {
	float: left;
	width: 640px;
}

/* --- single-post --- */
.single-post {
	width: 620px;
	margin: 0;
	padding: 0 0px 25px;
	border-bottom: 1px solid #eee;
}

.single-post-image {
	float: left;
	margin-top: 30px;
	overflow: hidden;
}

.single-post-image img {
	width:620px;
	border-radius:10px;
	height: auto
}

.single-post-text {
	float: left;
	width: 620px;
	margin-top: 25px;
}
.single-post-text h2 {
	color: #ad0059;
    float: left;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 30px;
    width: 620px;
}
.single-post-text h2 a { color: #ad0059; text-decoration: none; }
.single-post-text h2 a:hover { color: #ad0059; text-decoration: none; }

.meta {
	border-left: 1px solid #eee;
    color: #aaa;
    float: right;
    font-family: 'Lato',sans-serif;
    font-size: 11px;
    height: 90px;
    line-height: 21px;
    margin-top: 19px;
    padding-left: 15px;
    text-align: right;
    text-transform: uppercase;
    width: 160px;
}
.meta span { color: #888; }
.meta a { color: #ad0059; text-decoration: none; }
.meta a:hover { color: #888; text-decoration: none; }

.single-post-content {
	color: #999;
    float: left;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
    width: 420px;
}

.posts-navigation {
	width: 620px;
	margin: 22px 10px;
	color: #888;
}
.posts-navigation a { color: #888; text-decoration: none; }
.posts-navigation a:hover { color: #ad0059; text-decoration: none; }

.posts-navigation-next {
	float: right;
	width: 200px;
	text-align: right;
}

.posts-navigation-prev {
	float: left;
	width: 200px;
}

/* --- search-results --- */
.search-results {
	width: 620px;
	margin-top: 20px;
	padding: 13px 10px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.search-results h2 { font-size: 20px; font-weight: normal; color: #ad0059; line-height: 30px; }

/* --- full-post --- */
.full-post {
	width: 620px;
	margin: 30px 0 0 0;
	padding: 0 10px 25px 10px;
	color: #888;
	line-height: 24px;
}

.hr-full-post hr {
	width: 960px;
	height: 1px;
	margin: 0 auto;
	background: #eee;
	border: 0;	
}

.full-post a { color: #ad0059; text-decoration: none; }
.full-post a:hover { color: #888; text-decoration: none; }

.full-post h1 { font-size: 28px; font-weight: normal; color: #ad0059; line-height: 32px; margin: 10px 0 5px 0; }
.full-post h2 { font-size: 24px; font-weight: normal; color: #ad0059; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h3 { font-size: 20px; font-weight: normal; color: #ad0059; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h4 { font-size: 16px; font-weight: normal; color: #ad0059; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h5 { font-size: 12px; font-weight: normal; color: #ad0059; line-height: 30px; margin: 10px 0 5px 0; }
.full-post h6 { font-size: 10px; font-weight: normal; color: #ad0059; line-height: 30px; margin: 10px 0 5px 0; }

.full-post h1 a,
.full-post h2 a,
.full-post h3 a,
.full-post h4 a,
.full-post h5 a,
.full-post h6 a {
	color: #ad0059;
    font-size: 32px;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-decoration: none;
}
.full-post h1 a:hover,
.full-post h2 a:hover,
.full-post h3 a:hover,
.full-post h4 a:hover,
.full-post h5 a:hover,
.full-post h6 a:hover {
	color: #ad0059; text-decoration: none;
}

.full-post h2.full-post-title { font-size: 20px; font-weight: bold; line-height: 26px; }

.full-post img {
	display: inline-block;
    height: auto;
    margin: 0 !important;
    overflow: hidden;
    width: 620px;
	border-radius: 10px;
}

.full-post-content { clear: both;
    margin: 50px 0 10px;
 }

.meta-full-post {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	color: #aaa;
}
.meta-full-post span { color: #888; }

.full-post-pages { margin-bottom: 10px; }

.full-post .alignleft { float: left; margin: 6px 15px 6px 0; }
.full-post .alignright { float: right; margin: 6px 0 6px 15px; }
.full-post .aligncenter { margin: 6px auto; display: block; }

.full-post p { 
	color: #999;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 3px 0;
    text-align: justify;
}

.full-post table { margin: 10px 0; }
.full-post table caption { background: #eeeeee; }
.full-post table td, .full-post table th { padding: 0 12px 0 0; text-align: right; }

.full-post blockquote { padding: 5px 35px; }

.full-post ul { padding: 5px 35px; list-style-type: square; }
.full-post ol { padding: 5px 35px; list-style-type: decimal; }


/* ------- Sidebar ------- */

#sidebar {
	float: left;
	width: 320px;
	color: #888888;
	padding-bottom: 35px;
}
#sidebar a {
	color: #888888;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
#sidebar a:hover { color: #ad0059; text-decoration: none; }

ul.sidebar-content {
	width: 340px;
}
ul.sidebar-content li ul { padding: 5px 25px 0 35px; }
ul.sidebar-content li ul li { line-height: 24px; padding: 3px 0; border-bottom: 1px dotted #ddd; }
ul.sidebar-content li ul li:last-child { border: 0; }

#sidebar h2 {
	border-bottom: 4px solid;
    color: #ad0059;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 35px;
    padding: 0 0 10px 5px;
    text-transform: uppercase;
    width: 290px;
}

.search-form {
	margin: 30px 0 0 35px;
}
.search-form form input.searchfield {
	width: 273px;
	height: 30px;
	padding: 0 5px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	line-height: 20px;
	background: #ffffff;
	border: 1px solid #eee;
}

.sidebar-ads { width: 290px; }
.sidebar-ads-wrap { padding: 30px 0 0 35px; }
.sidebar-ads img{border-radius:10px;}

.tagcloud { padding: 10px 25px 0 35px; }

.textwidget { padding: 5px 25px 0 35px; line-height: 24px; }
.textwidget a { border-bottom: 1px dotted #ddd; }

#calendar_wrap { padding: 15px 25px 0 35px; line-height: 24px; }
#calendar_wrap a { border-bottom: 1px dotted #ddd; }
#calendar_wrap caption { background: #eee; }
#calendar_wrap td, #calendar_wrap th { padding: 0 12px 0 0; text-align: right; }
#calendar_wrap td#prev { text-align: left; }


/* ------- Footer ------- */

#footer {
	min-width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #27272a;
	color: #bbb;
	text-align: center;
	overflow: hidden;
	/* background:url("images/bg-footer.jpg"); */
}

.footer-inside {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#footer a { color: #eee; text-decoration: none; }
#footer a:hover { color: #ad0059; text-decoration: none; }
#footer h2 {
	 border-bottom: 3px solid;
    color: #eee;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#footer p {
	color: #dedede;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 21px;
    margin-top: 10px;
    text-align: justify;
}

.subscribe {
	float: left;
	width: 280px;
	margin: 30px 0 0 50px;
}
.subscribe input.enteremail { width: 180px; height: 30px; margin-top: 10px; padding: 0 5px; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 12px; color: #555; line-height: 20px; /* background: #1d1d1d; */ border: 1px solid #ad0059; vertical-align: middle; }

.subscribe input.formsubmit { margin-top: 10px; padding: 5px 10px; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 12px; color: #f8f8f8; line-height: 16px; background: #ad0059; border: none; vertical-align: middle; }

.latest-tweets {
	float: left;
	width: 280px;
	margin: 30px 0 0 50px;
}
.latest-tweets ul { margin-top: 10px; line-height: 24px; }
.latest-tweets ul li { padding: 0 0 5px 22px; background: url(images/tweets-bg.jpg) 0 5px no-repeat; }

.about-us {
	float: left;
	width: 620px;
	margin: 30px 0 0 10px;
}

#footer-credits {
	min-width: 960px;
	margin: 0 auto;
	background: #1d1d1d;
	overflow: hidden;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.footer-credits-inside {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
}
#footer-credits a { color: #eee; text-decoration: none; }
#footer-credits a:hover { color: #fff; text-decoration: none; }

.footer-credits-left { float: left; padding: 20px 10px; }
.footer-credits-right { float: right; padding: 20px 10px; }


/* ------- Comments ------ */

#comments-wrap {
	margin: 25px 0 0 0;
	padding-bottom: 30px;
}

.comments-navigation {
	margin: 0; font-size: 12px;
}
.comments-navigation a { margin-top: 10px; }

.comments-navigation .alignleft {
	float: left; margin: 0; padding: 0;
}

.comments-navigation .alignright {
	float: right; margin: 0; padding: 0;
}

h3#comments-number, h3.postcomment {
	padding-bottom: 0;
	font-size: 18px;
	color: #ad0059;
	line-height: 30px;
}

ol.commentlist { list-style:none; margin:20px 0 0 0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #f8f8f8; height:1%; margin:0 0 10px 0; padding:10px 10px 7px 57px; position:relative; }

ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }

ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font: bold 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; line-height: 24px; padding-bottom: 5px; }

ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { }
ol.commentlist li div.vcard cite.fn a.url:hover { }
ol.commentlist li div.vcard img.avatar { border:1px solid #f8f8f8; left:10px; position:absolute; top:10px; padding: 2px; }

ol.commentlist li div.vcard img.avatar-32 { }
ol.commentlist li div.vcard img.photo { }
ol.commentlist li div.vcard span.says { }
ol.commentlist li div.commentmetadata { }

ol.commentlist li div.comment-meta { font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; line-height: 24px; position:absolute; right:10px; text-align: right; top: 10px; }
ol.commentlist li div.comment-meta a { color:#aaaaaa; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#ad0059; text-decoration:none; }
ol.commentlist li p { font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; line-height: 24px; margin:0 0 1em 0; }
ol.commentlist li form p { margin: 0; }

ol.commentlist li ul { font:normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; list-style:square; line-height: 24px; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { font-size: 12px; }
ol.commentlist li div.reply:hover { }
ol.commentlist li div.reply a { }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }

ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt { }
ol.commentlist li ul.children li.bypostauthor { }
ol.commentlist li ul.children li.byuser { }
ol.commentlist li ul.children li.comment { }
ol.commentlist li ul.children li.comment-author-admin { }

ol.commentlist li ul.children li.depth-2 { margin:0 0 8px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 8px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 8px; }

ol.commentlist li ul.children li.depth-5 { }
ol.commentlist li ul.children li.odd { }
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }

ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

h3#respond {
	padding-bottom: 0;
	font-size: 18px;
	color: #ad0059;
	line-height: 30px;
}

#respond {
	padding: 25px 0 0 0;
}


#comments p.nocomments {
	padding: 0;
}

form#commentform input {
	margin-top: 10px; padding: 0 5px; width: 260px; height: 30px; background: #ffffff; border: 1px solid #eee;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 12px; color: #aaaaaa; line-height: 20px;
}

form#commentform textarea {
	margin-top: 10px; padding: 5px; width: 340px; background: #ffffff; border: 1px solid #eee; overflow: auto;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 12px; color: #aaaaaa; line-height: 20px;
}

form#commentform input#submit {
	width: 150px; background: #f8f8f8; color: #888888;
}

img.hamilton {width:180px!important; height:300px!important;}
