/*
Theme Name: Rinat Law
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: SourceSet
Author URI: http://sourceset.co.il/
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.
This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.
_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:
1. Bootstrap
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Geneated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker
 * Class Name: wp_bootstrap_navwalker
 * GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker
3. Glyphicons

 * http://getbootstrap.com/components/
*/
/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */

@import url("fonts.css");

@import url("icon-fonts.css");



body {
	word-wrap: break-word;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}





/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

.entry-content ul , .entry-content ol{
	margin-bottom: 30px;
	padding-right: 20px;

}
.entry-content ul li, .entry-content ol li{
	margin-bottom: 10px;
}


/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}

.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.gallery dd {
	margin: 0;
}

.gallery-caption {
	display: block;
}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}


/* Content */

.main-content-inner {
	padding-bottom: 1.5em;
}

.hentry {
	margin: 0 0 1.5em;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

/* Clearing */
.clear {
	clear: both;
}

/* Navigation */
.dropdown-submenu{position:relative;}

.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}

.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {

	display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}

.dropdown-submenu:active>a:after{border-left-color:#ffffff;}

.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
	display: none;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
	margin-left: 1.5em;
}
/**
* Some WP Theme Repository requirements
*/
.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==
 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)
 == Want to have the whole site wrapped? ==
 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.
 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }
 == Want to wrap just the content and sidebar in Bootstrap style? ==
 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!
 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..
/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/


/**************************************************************
	Custom Styles
***************************************************************/

body {
	font-family: "Open Sans",Verdana, Geneva, sans-serif;
	background-color: #f6f6f6;
	color: #555555;
}

a {
	color: #82a3b9;
}

a:hover, a:focus {
	/*color: #23527c;*/
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	/*color:#a1c7e0;*/;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 26px;
}

h3, .h3 {
	font-size: 22px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

.divider { width:100%; text-align:center; border-bottom: 1px solid; line-height:0.1em; margin:10px 0 20px; } 
.divider span { background-color: #f6f6f6; padding:0 10px; }

.divider-right{text-align: right;}
.divider-right span{padding-right: 0;} 

/*********************************
	GENERAL
**********************************/

.container {
	padding: 0 15px 0px 15px;
}

.list-inline > li > a > .fa,
.list-inline > li > a > [class^="icon-"],
.list-inline > li > a > [class*=" icon-"] {
	margin-left: 8px;
}

/* breadcrumbs */
.breadcrumb {
	margin-bottom: 0;
}

/* form-control */

.form-control {
	border: 1px solid #818181;
	border-radius: 2px;
	background: transparent;
	font-family: arial;
	font-size: 16px;
	height: 30px;
}

.form-control::-webkit-input-placeholder {
	color: #818181;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #818181;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #818181;
}

.form-control:-ms-input-placeholder {
	color: #818181;
}


/* btn */
.btn-default, .btn-primary {
	background-color: #a1c7e0;
	color: #ffffff;
	padding: 4px 50px;
	font-size: 18px;
	font-family: arial;
	/* font-weight: bold; */
	border: none;
	border-radius: 0;
}

/* cf7 */

.page-template-contact div.wpcf7 img.ajax-loader {
	display: block;
}

/* widget */
.widget-title {
	color: #a1c7e0;
}

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

.widget ul li a {
	color: inherit;
	padding: 0;
	display: inline-block;
}

.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a:active {
	background-color: transparent;
}

.widget ul li a:hover {
	text-decoration: underline;
}

.main-content .widget-title {
	font-weight: 400;
	margin: 0 0 15px 0;
}

.contact-address table td:nth-child(2n) {
	text-align: left;
}

.contact-address a {
	color: inherit;
}

/* bbpress */
#bbpress-forums ul.bbp-replies li .type-topic {
	background: #FEFFC7;
}

#bbpress-forums div.reply.bbp-user-administrator {
	background: rgb(215, 255, 218);
	color: #000000;
 }

/* featured */
.featured {
	background: #eae9e9;
	padding: 25px;
	border: 5px solid #fff;
	position: relative;
	margin-bottom: 50px;
}

.featured > i.fa {
	position: absolute;
	top: -25px;
	background: #a1c7e0;
	color: #fff;
	padding: 13px;
	font-size: 24px;
}

.featured .featured-title {
	color: #555555;
	margin: 10px 0 8px 0px;
}

.featured .featured-text {
	height: 120px;
	overflow: hidden;
}


/* Search form */

#custom-search-input{
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 0px;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
}

#custom-search-input input{
	border: 0;
	box-shadow: none;
}

#custom-search-input button{
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-right: solid 1px #ccc;
	border-radius: 0;
}

#custom-search-input button:hover{
	border: 0;
	box-shadow: none;
	border-right: solid 1px #ccc;
}

/* Search results */
.search-results-group {
	margin-bottom: 40px;
}
.search-result {
	margin-bottom: 20px;
}
.search-result-title {
	margin-bottom: 5px;
}
/* research-contents */

.research-contents ul {
	padding-right: 20px;
}

.research-contents > ul {
	margin-bottom: 30px;
}

.research-contents ul li a ,
.research-contents ul li span {
	border-bottom: 1px dotted #000;
	display: block;
	margin-top: 10px;
}

.research-contents ul li.active a {
	color: #555555;
}



/* textbox */

.textbox {
	margin-bottom: 30px;
}

.textbox-image {
	border-radius: 100%;
	border: 5px solid #fff;
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 3px 0;
}

.textbox-title {
	color: #a1c7e0;
}



/*excerpt*/

.excerpt {
	position: relative;
	border: 5px solid #fff;
	margin-bottom: 30px;
}

.excerpt-thumbnail {
	height: 147px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.excerpt-thumbnail-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0, 153, 255, 0.3);
	z-index: 1;
	height: 147px;
}

.excerpt-content {
	padding: 15px;
	background: #eae9e9;
	min-height: 280px;
	overflow: hidden;
}



.excerpt .excerpt-content .excerpt-title {
	margin: 0 0 5px 0;
}

.excerpt .excerpt-content .entry-summary {
	height: 220px;
}

.excerpt .excerpt-content .entry-summary p {
	text-align: justify;
}

.excerpt .excerpt-content .readmore {
	text-decoration: underline;
}

.page-template-research .excerpt{
}

.notice-box {
	background: #d3d3d3;
	padding: 10px 15px 15px 15px;
	margin-top: 20px;
	background-image: url(images/notice-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.notice-box-title {
	border-bottom: 1px solid #9f9fa0;
	box-shadow: 0px 1px 0px 0px #ffffff;
	font-size: 18px;
	padding-bottom: 4px;
}

.notice {
	margin-top: 15px;
}



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

	HEADER

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

.site-header .header-top {
	border-bottom: 1px solid #bfc0c1;
}

.site-branding .logo {
	display: block;
	height: 112px;
	background: #ffffff;
	padding: 23px 15px;
	box-sizing: border-box;
}



/* Contact Links */

.contact-links {
	margin: 15px 0;
}

.contact-links > li > a > .fa {
	vertical-align: middle;
}

.contact-links > li > a > [class^="icon-"],

.contact-links > li > a > [class*=" icon-"] {
	vertical-align: bottom;
}

.contact-links > li > a > .fa,

.contact-links > li > a > [class^="icon-"],

.contact-links > li > a > [class*=" icon-"] {
	font-size: 22px;
	color: #a1c7e0;
}

.contact-links > li > a {
	color: #898989;
}



/*Nav*/

.site-navigation {
	background: #ffffff;
}

.navbar {
	min-height: 0;
	margin-bottom: 0;
	border: none;
}

.navbar-default {
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #555;
}

.navbar-default .navbar-nav>li>a:hover,

.navbar-default .navbar-nav>li>a:focus {
	color: #82a3b9;
}

.navbar-default .navbar-nav>.active>a,

.navbar-default .navbar-nav>.active>a:hover,

.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #82a3b9;
}





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

	Sidebar

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

.sidebar-padder {
	/*padding-top: 25px;*/;
}



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

	PAGES

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



/* home */

.home-book{
	padding-top:50px;
}

.home-featured {
	padding-top: 30px;
}

.home-textbox {
	padding-top: 30px;
}

/* research */
.page-template-research .main-content{
	padding-bottom:40px;
}

.page-template-research .excerpt{
	margin-bottom: 5px;
}

.page-template-research .excerpt-content{
	min-height: 0px;
}



/* archive */





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

	TEMPLATES

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

/* single */

.page-header {
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0px 2px 0px 0px #ffffff;
	margin: 40px 0 30px;
}

.entry-content {
	text-align: justify;
}

.entry-content-thumbnail {
	float: left;
	margin: 0px 50px 40px 0;
}

/* archive */

.page-title {
	text-align: center;
	margin-bottom: 0;
	color: #729cb8;
	font-weight: 400;
}



/*page*/

.page-header-image {
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}





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

	FOOTER

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

.footer-top {
	background-color: #44474e;
	color: #b8b8b8;
	padding: 25px 0 10px 0;
}

.footer-top .widget-title .logo {
	/*margin-bottom: 6rem;*/
	display: inline-block;
}

.footer-bottom {
	background-color: #616776;
	color: #ffffff;
}

.site-info {
	font-size: 13px;
	padding: 10px 0;
}



/*==================================================

=            Bootstrap 3 Media Queries             =

==================================================*/



/*==========  Mobile First Method  ==========*/



/* Custom, iPhone Retina */

@media only screen and (min-width : 320px) {
}



/* Extra Small Devices, Phones */

@media only screen and (min-width : 480px) {
}



/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {

	.site-branding {
		height: 55px;
	}

	.site-navigation-inner {
		padding-right: 0;
	}

	.navbar-nav>li>a {
		font-size: 17px;
		padding: 18px 12px;
	}

	.navbar-collapse {
		padding-right: 0;
	}

	.contact-links {
		margin: 15px 0;
		text-align: left;
	}

	.notice-date {
		text-align: left;
	}
}



/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
}



/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
}





/*==========  Non-Mobile First Method  ==========*/



/* Large Devices, Wide Screens */

@media only screen and (max-width : 1200px) {
}



/* Medium Devices, Desktops */

@media only screen and (max-width : 992px) {
}



/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

	.entry-content-thumbnail {
		float: none;
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
}



/* Extra Small Devices, Phones */

@media only screen and (max-width : 480px) {
}



/* Custom, iPhone Retina */

@media only screen and (max-width : 320px) {
}