/*
Theme Name: Doctorate
Theme URI: http://smthemes.com/doctorate/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 02/24/2017
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'open_sansregular';
	font-size:13px;
	background:#f6f4e8;
	color:#a7a7a7;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#171717;
	text-decoration:none;
}
a:hover {
	color:#f84660;
}
.submit, .button, input[type="submit"] {
	padding: 5px 38px;
	line-height:27px;
	background:#f84660;
	border-radius:3px;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#df334c;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	background:#f7f7f7;
	border-radius:3px;
	border:2px solid #e8e8e8;
	color:#7a7a7a;
	font-size:12px;
	font-family:'open_sanssemibold';
}
.accent {
	color:#171717;
	font-weight:bold;
	font-size:20px;
}
#comments .accent { font-size:16px; }
.descent {
	color:#171717;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#ac1b30;
	border-radius:3px;
	color:#d9445a;
	padding: 11px 20px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#f84660;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
.site-header .boxed-container {
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.yellow-container {
	margin:0 -10px;
	background:url(images/menu-back.png) top center no-repeat;
	padding-bottom: 10px;
	position: relative;
	padding: 0 20px 10px;
}
#logo {
	display:flex;
	align-items:center;
	height:63px;
	justify-content:center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	margin:0;
	padding:0;
	line-height:normal;
	color: #47493e;
	font-family:'open_sanssemibold';
	font-size:20px;
	text-align:center;
    text-transform: none;
}
.headersearch {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:0;
}
.headersearch form {
	align-items:center;
	justify-content:center;
	height:50px;
	display:flex;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		position:relative;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	color:#848484;
	font-size:16px;
	background:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	padding-right:0;
}
.headersearch .search-box input[type="search"] {
	background:#fff;
	border-radius:60px;
	border:none;
	color:#d5b413;
	background:#ffe150;	
	width:120px;
	text-align:center;
	box-sizing:border-box;
}
.headersearch .search-box input[type="search"]:hover,
.headersearch .search-box input[type="search"]:focus {
	width:450px;
	position:relative;
	/* z-index:3; */
}
.headersearch .search-box input[type="submit"] {
	color:#d5b413;
}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#d5b413; }
.headersearch input[type="search"]:-moz-placeholder { color:#d5b413; }
.headersearch input[type="search"]::-moz-placeholder { color:#d5b413; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#d5b413; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:50px;
		position: relative;
		z-index: 2;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		line-height:14px;
		padding: 18px 15px;
		font-size:13px;
		font-family:'robotoregular';
		text-shadow:1px 1px 1px rgba(0,0,0,0.15);
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#efc600;
	}
	header ul.nav-menu  > li ul {
		background:#d8bb2f;
	}
	header ul.nav-menu  > li ul li:hover {
		background:#cbaf2a;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
	}	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:68px;
		height:50px;
		cursor: pointer;
		background:url(images/menu.png) top 17px left no-repeat;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) top 17px left 4px no-repeat;
	}
	#menu-trigger.active {		
		background:url(images/menu-active.png) top 17px left 4px no-repeat;
	}
	#main-menu {
		float: left;
		display:flex;
		align-items:center;
		height:50px;
	}
	#main-menu ul.nav-menu {
		background:#d8bb2f;
		position:absolute;
		top:100%;
		left:0;
		min-width:200px;
		z-index: 3;
		display: none;
	}
	#main-menu ul.nav-menu > li {
		padding:0 15px;
		float:left;
		clear: both;
		width:100%;
		box-sizing:border-box;
	}
	#main-menu ul.nav-menu > li:hover {
		background:#cbaf2a
	}
	#main-menu ul.nav-menu > li ul {
		top:0;
		left:100%;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:15px;
		line-height:16px;
		border-bottom:1px solid #cbaf2a;
		padding:19px 20px;
		display:block;
	}
	#main-menu ul.nav-menu > li:hover > a {
		border-color:transparent;
	}
	#main-menu ul.nav-menu > li:not(:last-child) > a {
		border-bottom:1px solid #cbaf2a;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 17px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	padding:20px;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	box-sizing:border-box;
	bottom:0;
	left:0;
	padding:20px;
}
.fp-title {
	color:#fff;
	font-size:30px;
	font-weight:normal;
}
.fp-description {
	color:#fff;
}
.fp-more {
	float:none;
}
.fp-more:hover {}
.fp-prev-next-wrap {
	width:100%;
	padding: 0 30px;
	left: -30px;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:40px;
	width:30px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-30px top;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:0 auto;
	width:1000px;
	max-width:100%;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	padding:20px 20px 40px;
}
.page-title {
	color:#d8bb2f;
	text-transform:none;
	font-family:'open_sanslight';
}
.entry-title {
	margin:0;
	padding-bottom: 10px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;
	color:#171717;
	text-transform:none;
}
.entry-title a {
	color:#171717;
}
.entry-title a:hover { color:#f84660;}
article {
	border:none;
	padding-bottom:0;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	border-radius:3px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#171717;
	font-size:14px;
	margin:15px 0;
}
.entry-meta > span {
	display:block;
}
.entry-meta .alignleft {
	margin:65%;
	margin:0;
}
.entry-meta .alignright {
	width:35%;
	margin:0;
	border-left:1px solid #dedede;
	padding:10px;
	box-sizing:border-box;
}
.entry-meta .alignright > *,
.entry-meta .alignleft > *  {
	display:block;
}
.entry-meta .alignright img {
	float:left;
	border-radius: 60px;
	margin: 0 10px 0 0;
}
.entry-meta .post-comments .icon {
	color:#f6455f;
	padding-right: 5px;
}
.entry-meta .post-date {
	color:#cbcbcb;
	font-size:12px;
}
.entry-meta .post-categories {
	font-size:12px;
	color:#171717;
}
.entry-meta .post-comments {
	font-family:'open_sanssemibold';
}
.entry-meta .post-author {
	font-family:'open_sanssemibold';
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size:14px;
	font-family:'open_sanssemibold';
}
.widget .caption h4 {
	color:#cecece;
	font-size:28px;
	font-family:'open_sanslight';
	text-align:center;
	margin:0 0 15px;
	font-weight: normal;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar img {
	float:left;
	border-radius:50%;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .alignleft {
	margin:0 15px 10px 0;
	border-radius:50%;
	overflow:hidden;
	position: relative;
	float:left;
}
.widget_smt_posts img {
	margin:0;
	border-radius:50%;
}
.widget_smt_posts .post-date {
	color:#cbcbcb;
	font-size:12px;
	text-align:center;
	min-width:120px;
	margin:0 10px 10px 0;
	padding:5px 0;
	background:rgba(0,0,0,0.8);
	display: block;
}
.widget_smt_posts .alignleft .post-date {
	margin:0;
	top:50%;
	margin-top: -14px;
	position: absolute;
	left: 0;
}
.widget_smt_posts .title {}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#a7a7a7;
}
footer .boxed-container {
	background:#373d43;
	padding:0 20px;
	box-sizing:border-box;
}
footer .widget {
	padding-top:40px;
}
footer .widget a,
footer a {
	color:#fff;
	font-size:14px;
	font-family:'open_sanssemibold';
}
footer .widget a:hover,
footer a:hover {
	color:#f84660;
}
footer .footer_txt {
	padding:15px 0;
	background:#292d30;
	text-align:center;
	margin: 0 -20px;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#cecece;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}
