/*
Theme Name: bluecomnetworks.com
Description: bluecomnetworks.com theme
Theme URI: http://www.bluecomnetworks.com/
Author: Ciprian Ionita
Author URI: http://ciprianionita.com/
Version: 1.0
Template: responsive
*/

@import url('../responsive/style.css');
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

/*---------------------
        GLOBAL
---------------------*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    background: #fff;
}

.skip-container {
    padding: 0;
}

#container, .container, .menu, #footer {
    max-width: 1170px;
}

.container, .menu {
    margin: 0px auto;
    padding: 0px 25px;
}

#wrapper {
    border: 0;
}

.color-1 {
  color: #205B8E;
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.underline {
  text-decoration: underline;
}

.larger {
    font-size: larger;
}

.line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #205B8E;
    /*text-align: center;*/
    line-height: 1.3em;
}

.entry-title {
    display: none;
}

ul {
	list-style: disc;
	margin: 0;
	padding-left: 1em;
	color: #555;
}

ol {
    list-style-type: decimal;
}

.quote {
    text-align: center;
}

.quote a {
    color: #205B8E;
}

.quote a:hover {
    color: #06c;
}

/*---------------------
        HEADER
---------------------*/

.site-name {
  font-size: 2.4em;
}

.site-name a {
  color: #fff;
}

.site-description {
  color: #fff;
  font-size: 1.1em;
  margin: 4px 0 16px;
}

#logo {
    margin: 14px 0;
}

#header {
  background-color: #fff;
  /*background-color: #205B8E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#205B8E), to(#638CB0));
  background-image: -webkit-linear-gradient(top, #205B8E, #638CB0);
  background-image: -moz-linear-gradient(top, #205B8E, #638CB0);
  background-image: -ms-linear-gradient(top, #205B8E, #638CB0);
  background-image: -o-linear-gradient(top, #205B8E, #638CB0);
  background-image: linear-gradient(top, #205B8E, #638CB0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#205B8E, endColorstr=#638CB0);*/
}

.main-nav, .menu {
  background-color: #00305A;
}

.menu {
  background-image: none;
}

@media screen and (max-width: 650px) {
    .menu {
        padding: 0;
    }
}

@media screen and (max-width: 650px) {
    .js .main-nav #responsive_current_menu_item {
        padding: 12px 40px 12px 10px;
    }
}

@media screen and (max-width: 650px) {
    .js .main-nav a#responsive_menu_button {
        top: 10px;
    }
}

@media screen and (min-width: 651px) {
    .menu {
        text-align:center;
    }
    .menu li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .menu li li {
        display:block;
        text-align:left;
    }
}

.menu a {
  border-left: 0;
  text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;
}

.menu a:hover {
  background-color: #205B8E;
  background-image: none;
}

ul.menu > li:hover, .menu .current_page_item a, .menu .current-menu-item a {
  background-color: #205B8E;
}

.menu li li a {
    color: #ddd;
}

@media screen and (min-width: 651px) {
    .menu li li a {
    background: #00305A !important;
    }
}

.menu li li a:hover {
    color: #fff;
    background: #205B8E !important;
}

/*---------------------
        FOOTER
---------------------*/

#footer-container {
    background: #00305A;
}

#footer {
    font-size: 14px;
}

#footer, #footer a {
    color: #eee;
}

#footer a:hover {
    color: #638CB0;
}

.scroll-top {
    font-size: 24px;
}

.footer-menu {
    margin-top: 20px;
}

.footer-menu a {
    display: block;
}

.footer-menu li a {
    border-left: none;
}

.footer-menu > li:first-child > a, .footer-menu li a {
    padding: 0;
}

#footer .social-icons {
    margin: 50px 0px 0px;
    font-size: 24px;
}

#footer .social-icons li {
    padding-right: 6px;
}

.colophon-widget.widget-wrapper {
    border: 0;
}

.colophon-widget.widget-wrapper h3, .colophon-widget.widget-wrapper h4 {
    color: #eee;
    text-align: left;
}

.colophon-widget.widget-wrapper h3 {
    padding: 0px 0px 10px;
    border-bottom: 1px solid #eee;
}

.colophon-widget.widget-wrapper h4 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.colophon-widget.widget-wrapper p {
    margin: 0;
}

/*---------------------
         HOME
---------------------*/

body.home.page .post-entry h2, 
body.home.page .post-entry h3, 
body.home.page .post-entry h4, 
body.home.page .post-entry h5 {
    text-align: center;
}

body.home #wrapper, body.home #content-full {
    margin-bottom: 0;
}

.services {
    /*background: #eee;*/
    /*border-radius: 14px;*/
}

.services h3 {
    padding: 0 10px;
    font-size: 1.4em;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
}

.services p {
    padding: 0 20px;
    margin-top: 16px;
    margin-bottom: 18px;
}

.services .button {
    text-align: center;
    display: block;
    width: 30%;
    margin: 12px auto 0;
}

#service-1 h3 {
    background: url('images/rack.png') 20px center no-repeat;
}

#service-2 h3 {
    background: url('images/servers.png') 20px center no-repeat;
}

#service-3 h3 {
    background: url('images/hdd.png') 20px center no-repeat;
}

#service-4 h3 {
    background: url('images/wrench.png') 20px center no-repeat;
}

#service-5 h3 {
    background: url('images/computer.png') 20px center no-repeat;
}

#service-6 h3 {
    background: url('images/businessman.png') 20px center no-repeat;
}

#services-h {
    display: inline-block;
    width: 100%;
    background: #f4f4f4;
    padding-top: 50px;
}

.service {
    font-size: 18px;
    text-align: center;
}

.service, .service a, .service a:hover {
    color: #243962;
}

a.icn-serv {
    background: #243962;
    color: #fff;
    border-radius: 50%;
    padding: 15px 15px;
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

a.icn-serv:hover {
    background: #395a9a;
    color: #fff;
}

a.icn-serv i.fa.fa-hdd-o, a.icn-serv i.fa.fa-cog {
    padding: 0 2px 0 3px;
}

a.icn-serv i.fa.fa-paper-plane-o {
    font-size: 28px;
    padding: 1px 2px 1px 0;
}

a.icn-serv i.fa.fa-cloud, a.icn-serv i.fa.fa-laptop {
    font-size: 28px;
    padding: 1px 0;
}

a.icn-serv i.fa.fa-shield {
    padding: 0 4px 0 5px;
}

a.icn-serv i.fa.fa-volume-control-phone {
    padding: 0 3px 0 4px;
}

body.home #footer-container {
    margin-top: -8px;
}

/*---------------------
      HOME SLIDER
---------------------*/

.metaslider .caption-wrap {
    text-align: center;
}

.metaslider .caption-wrap h2, .metaslider .caption-wrap h3 {
    color: #fff;
}

.metaslider .caption-wrap h3 {
    font-size: 1.55em;
}

/*---------------------
       PRODUCTS
---------------------*/

.product {
    display: block;
    width: 100%;
    float: left;
}

.products h3 {
    text-align: left;
    margin-bottom: 6px;
}

.products ul {
    margin: 0;
}

table.list thead {
    background: #06c;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

table.list td:first-child, table.list td:first-child a {
    font-weight: 700;
}

table.list, table.list th, table.list td {
    border: 0;
}

/*---------------------
        SIDEBAR
---------------------*/

.widget_text#text-4 {
    border: 1px solid #eee;
    background: #fff;
    padding: 0;
}

.widget_text#text-4 .widget-title {
    background: #f4f4f4;
    padding: 12px;
}

.widget_text#text-4 .widget-title h3 {
    padding: 0;
    font-size: 21px;
    font-weight: 500;
}

.widget_text#text-4 ul {
    list-style: none;
    padding: 0;
    margin: 8px;
}

.widget_text#text-4 li a {
    display: block;
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
    color: #777;
}

.widget_text#text-4 li a:hover {
    color: #243962;
    background: #f4f4f4;
}

.widget_text#text-4 ul li:last-child a {
    border: 0;
}

.widget_text#text-4 ul ul {
    margin: 0;
}

.widget_text#text-4 ul ul li:before {
    content: '>';
    display: inline-block;
    position: absolute;
    margin-top: 10px;
    color: #aaa;
    padding-left: 14px;
}

.widget_text#text-4 ul ul li a {
    padding-left: 26px;
}

.widget_text#text-4 ul ul li:last-child a {
    border-bottom: 1px solid #eee;
}
