/*
Theme Name: Sonet
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.clear{
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
img{
	border:0;
	max-width:100%;
	height:auto;
}
a{
	text-decoration:none;
	color:#428bca;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#2a6496;
}
input, textarea{
	outline:none;
}
a:active, a:focus{
    outline: 0;
    outline-style:none;
    outline-width:0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin-bottom:5px;
	margin-top:10px;
}
p {
    margin: 0 0 18px;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
	color: #3f4044;
}
.navbar {
    border-bottom: 1px solid #b7cbc7;
	padding:5px 0;
	position:fixed;
	top:0;
	width:100%;
	background-color:#fff;
	z-index:100;
}
#logo{
	float:left;
	width:160px;
	padding: 5px 0 0 17px;
	margin-left:-15px;
}
.nav-menu ul{
	float: left;
    height: 38px;
	margin:4px 0;
	padding-left:50px;
}
.nav-menu li{
	float:left;
	list-style-type:none;
	position:relative;
}
.nav-menu li a{
	color: #428bca;
    display: block;
    padding: 10px 11px;
}
.nav-menu li a:hover{
	background-color:#B7CBC7;
	text-decoration:none;
	color:#fff;
}
.navbar-nav{
	margin-top:2px;
	margin-right:0;
}
.navbar-nav li a{
	font-size:18px;
	width:45px;
	height:48px;
	text-align:center;
}
.navbar-nav li a:hover, .nav-menu ul ul li a:hover, .nav-menu ul li.current_page_item a, .nav-menu ul #menu-item-188.current_page_item a:hover{
	color:#fff;
	background-color:#B7CBC7;
}
.nav-menu ul #menu-item-188.current_page_item a{
	background:none;
	color: #428bca;
}
.nav-menu ul ul, .nav-menu ul ul ul{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;
	margin: 0;
    min-width: 185px;
    padding: 5px 0;
    position: absolute;
    z-index: 1000;
	display:none;
	height:auto;
}
.nav-menu ul ul li{
    display: block;
    float: none;
    position: relative;
}
.nav-menu ul li:hover ul{
	display:block;
}
.nav-menu ul ul ul{
	display:none !important;
	left: 170px;
    top: 0;
	min-width: 160px
}
.nav-menu ul ul li:hover ul{
	display:block !important;
}
.nav-menu ul ul ul a{
	color: #003399;
}
.nav-menu ul ul ul a:hover{
	background-color:#B7CBC7;
	color: #003399;
}
.ser-form{
	margin-top:10px;
}
.ser-form input[type=search]{
	border: 1px solid #cdcfd2;
    font-size: 0.8em;
    height: 31px;
    margin: 0 10px;
    padding: 0 3px;
    width: 130px;
	font-weight:normal;
}
.ser-form .search-submit{
	color:#fff;
	background-color:#B7CBC7;
	border:none;
	width:88px;
	height:31px;
	text-align:center;
	cursor:pointer;
}
.iso{
	float:right;
	margin-right:10px;
}
.site-footer {
    font-size: small;
    margin-top: 30px;
    padding-bottom: 30px;
	padding-top:20px;
}
.site-footer .list-inline li a{
	font-size:13px;
}
.site-footer .site-footer-credit {
    text-align: right;
}
#menus{
	display:none;
	background:none;
	border:none;
	color: #3f4044;
}
.gap-ab{
	padding-top:90px;
}
.top-sec h1, .top-sec .h1 {
	color: #6D9BB7;
	font-size:24px;
	line-height:34px;
	font-weight:300;
}
.slide{
	margin:30px 0;
}
.slide .rslides_tabs a{
	width:20px;
	height:20px;
	background:#357ebd;
	border-radius:10px;
	text-indent:inherit;
	color:#000;
	margin: 0 0 0 5px;
	text-align:center;
	line-height:19px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.slide .rslides_tabs a:hover{
	color:#0000ff;
	text-decoration:none;
}
.rslides_container{
	border: 1px solid #b7cbc7;
}
.slide .rslides_tabs {
    margin: -24px 0 3px;
    position: relative;
    z-index: 100;
}
.home-cont h1{
	font-size:18px;
	font-weight:600;
}
.home-cont h2, .home-cont h3{
	font-weight:600;
	font-size:18px;
}
.home-cont ul{
	padding-left:40px;
}
.pull-quote{
	color: #6D9BB7;
	font-size:24px;
	line-height:31px;
	font-weight:300;
}
.supp{
	padding:15px;
}
.supp a{
	font-size:13px;
}
.tits{
	font-size:18px;
	font-weight:400;
	color: #a01d23;
	text-transform:uppercase;
}
.client-sec p, .soln-sec p, .news-sec p{
	font-size:14px;
	line-height:18px;
}
.cont-left{
	max-width:200px;
	float:left;
	width:100%;
	color: #3F4044;
	font-size:16px;
	line-height:22px;
	font-weight:700;
}
.cont-right{
	max-width:335px;
	float:left;
	width:100%;
}
.cont-enc{
	margin-bottom:5px;
}
.cont-right input[type=text], .cont-right input[type=email], .cont-right input[type=tel], .cont-right input[type=url]{
    height: 24px;
	width:165px;
	border:2px solid #e3e3e3;
}
.cont-right textarea{
	border:2px solid #e3e3e3;
	height:150px;
}
.term{
	padding-top:30px;
}
.cont-form input[type=submit]{
    background-color: #b7cbc7;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 31px;
    text-align: center;
    width: 88px;
}
.ph{
	padding-top:40px;
}
.ph p{
	font-size:18px;
}
.page-side li{
	list-style-type:none;
}
.team-enc{
	padding-bottom:40px;
}
.team-enc h3{
	font-size:19px;
	line-height:22px;
	font-weight:700;
	padding-bottom:20px;
}
.team-enc h3 em{
	font-size:16px;
}
.team_cont{
	padding-top:40px;
}
.exc-date{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}
.blog-exc p{
	font-size:18px;
	font-weight:400;
	line-height:25px;
}
.blog_cont{
	padding-top:30px;
}
.blog_cont article{
	padding-bottom:20px;
}
.prod_banner h1.single-header{
	font-size:48px;
	font-weight:700;
}
.single .blog_cont p{
	font-size:18px;
	font-weight:400;	
	line-height:25px;
}
.single .blog_cont ol{
	padding-left:40px;
	padding-bottom:20px;
	font-size:18px;
	font-weight:400;	
	line-height:25px;
}
.single .blog_cont ul{
	padding-left:40px;
	padding-bottom:20px;
	font-size:18px;
	font-weight:400;	
	line-height:25px;
}
.post-navigation{
	display:none;
}
.single .prod_btm_cont{
	border-bottom: 1px solid #bd1220;
}


@media all and (max-width: 1100px){
.navbar .nav-social{clear: both;float: none !important;margin: auto;width: 67%;}
.iso{margin-top:-50px;}
}
@media all and (max-width: 1023px){
.ser-form input[type="search"]{width:215px;}
.navbar .nav-social{margin-right:85px;}
.supp{margin-bottom:25px;}
.cont-left{float:none;}
.cont-right{float:none; max-width:100%;}
.cont-right input[type="text"], .cont-right input[type="email"], .cont-right input[type="tel"], .cont-right input[type="url"], .cont-right textarea{width:85%;}
.cont-right textarea{margin-bottom:40px;}
}
@media all and (max-width: 767px){
#menus{display:block;float: right;margin-top: 10px;}
.ser-form{display:none !important;}
.menu-enc{display:none; clear:both;}
.site-footer .site-footer-credit{text-align:left;}
.nav-menu{clear:both; margin-left:-40px;}
.navbar .nav-social li{float:left;}
.navbar .nav-social{float:right !important; width:auto; margin-right:45px; margin-top:-38px;}
.iso{margin-top:0; margin-right:-20px;}
.navbar{padding-bottom:7px;}
.news-sec img{width:100%;}
.team-txt{padding-top:30px;}
}
@media all and (max-width:602px){
.iso {margin-top: -90px; margin-right:0;}	
.navbar .nav-social{float: none !important;margin: 0;}
.gap-ab{padding-top:40px;}
.single .blog_cont ul, .single .blog_cont ol, .single .blog_cont p{font-size:15px;}
.mid-section .row{margin-left:-5px; margin-right:-5px;}
}
@media all and (max-width:479px){
.navbar .nav-social{padding-top:45px;float: left !important; width:160px;}	
.iso {float: left;margin-top: 40px;}
}





