/*
Theme Name: Boundless Himalayas 
Theme URI: https://rakepoint.com
Author: Rakesh Aryal
Author URI: https://rakesharyal.com.np/
Description: Boundless Himalayas brings your site to life with immersive featured images and subtle animations. 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: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boundlesshimalayas
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.
*/
aside.sidebar{
	padding:30px;
	background:#fff;
	margin-bottom:30px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
aside.sidebar h5{
	padding:15px 30px;
	background:#0076cc;
	color:#fff;
	margin:-30px -30px 10px -30px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
aside.sidebar ul{
	list-style:none;
	padding-left:0px;
}

aside.sidebar ul li a{
	display:block;
	color:#454545;
	padding-bottom:4px;
	padding-top:4px;
	text-decoration:none;
	transition:.3s all;
}
aside.sidebar ul li a:hover{
	margin-left:10px;
	transition:.3s all;
}
aside.sidebar ul li a:before{
	position:relative;
	content:"\f105";
	font-family:FontAwesome;
	margin-right:5px;
}
.activity span{
	padding:3px 7px;
	border-radius:4px;
	background:#c36253;
	color:#fff;
	font-size:13px;
}
#contactformModal .modal-content{
	padding:20px;
	background-color:#17a2b8;
	color:#fff;
}
textarea,input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"]{
	border:none !important;
	border-radius:4px !important;
}
.cat-links a{
	color:#fff;
}

textarea {
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 4px 10px;
    outline: none;
    width: 100% !important;
}
input[type="text"],input[type="email"],input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 4px 10px;
    outline: none;
    width: 75% !important;
}
.btn-more, input[type="submit"], form input[type="submit"] {
    display: inline-block;
    background: #168a1a;
    padding: 10px 25px;
    margin: 20px 0;
    font-family: "Cabin",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    border: none;
}