/*
Theme Name: Rajant Networks
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/
.search-results .hero {
	display: none;
}
.pagination {
	width: 100%;
	float: left;
	text-align: center;
	display: inline-block;
}
.pagination a {
	background: #e7e7e7;
    color: #626C76;
	font-size: 18px;
	padding: 9px 17px;
	border-radius: 100%;
	transition:all 0.3s linear;
	margin: 0 5px;
	border-radius: 8px;
}
.pagination span {
	background: #26437e;
	color: #fff;
	font-size: 18px;
	padding: 9px 17px;
	margin: 0 5px;
	border-radius: 8px;
}

.pagination span.current, .pagination a:hover{
    background: #009fe3;
	color: #fff;
	font-size: 18px;
	padding: 9px 17px;
}
.search-no-results .hero {
	display: none;
}


.blog-articles .search-form button.search-submit{
	
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #ffffff;
	background-color: #009fe3;
    border-radius: 5px 5px 16px;
    padding: 12px 25px;
    display: inline-block;
	border:0px;
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    margin-left: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(38, 67, 126, 0.3);
            box-shadow: 0 2px 8px rgba(38, 67, 126, 0.3);
	font-weight: 600;
}
.blog-articles .search-form button.search-submit:hover  {
    color: #ffffff;
    -webkit-box-shadow: 0 5px 16px rgba(28, 50, 95, 0.3), 0 17px 57px rgba(0, 157, 224, 0.4);
            box-shadow: 0 5px 16px rgba(28, 50, 95, 0.3), 0 17px 57px rgba(0, 157, 224, 0.4);
}
.blog-articles p{
	color: #303342;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
}
.blog-articles .search-form .search-field {
  border-radius: 25px;
    border: 2px solid #26437e;
    color: #26437e;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    padding: 6px 20px;
    letter-spacing: 0.14px;
}
.blog-articles {
    padding-bottom: 30px;
}
