/*
  Theme Name: WordPress Bootstrap Theme
  Theme URI: http://www.giscloud.com/
  Description:  WordPress Boomerang Theme
  Version: 1.0
  Author: Marko Santic, GIS Cloud Ltd.
  Tags: gis,cloud
*/

body,
body a{
    font-family: 'Open Sans', sans-serif !important;
    font-weight:300 !important;
}

.wp-theme-1 .w-box .thmb-img i{
width: 100px;
height: 100px;
border-radius: 100px;
font-size: 34px;
line-height: 100px;
text-align: center;
}

.navbar-wp {
   border-bottom: 1px solid #eee;
}

.navbar-home{
    background-color: transparent;
    border-color: transparent;
}

.navbar-home .navbar-toggle{
    border-color: white;
    color: white;
}

.navbar-home .navbar-toggle .icon-bar{
    background-color: white;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    min-height: 680px;


    background-color: #0097c6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097c6+0,0097c6+100&0.7+0,1+98 */
    background: -moz-linear-gradient(top, rgba(0,151,198,0.7) 0%, rgba(0,151,198,1) 50%, rgba(0,151,198,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,151,198,0.7)), color-stop(50%,rgba(0,151,198,1)), color-stop(100%,rgba(0,151,198,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,151,198,0.7) 0%,rgba(0,151,198,1) 50%,rgba(0,151,198,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,151,198,0.7) 0%,rgba(0,151,198,1) 50%,rgba(0,151,198,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,151,198,0.7) 0%,rgba(0,151,198,1) 50%,rgba(0,151,198,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,151,198,0.7) 0%,rgba(0,151,198,1) 50%,rgba(0,151,198,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30097c6', endColorstr='#0097c6',GradientType=0 ); /* IE6-9 */

    /* background-image: url(images/w1.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-attachment: scroll; */
}

.navbar-home.affix{
    background-color: rgba(0, 151, 198, 0.9);
    /* border-bottom: 1px solid rgb(0, 151, 198); */
    border-bottom: none;
}

.navbar-wp.affix .navbar-nav>li>a{
    font-size: 13px;
}

.navbar-wp.affix .navbar-nav>li>a{
    /* color: black; */
}

.navbar-home .navbar-nav>li>a{
    font-weight: normal;
    color: white;
}

h2 a{
    font-weight: 100;
}

.top-header-menu a{
    text-decoration: none !important;
}

.top-header-menu li:hover{
    background-color: #f9f9f9;
}

.solutions{
    margin-top: 150px;
}

#solutions h4 a{
    text-decoration: none;
    font-weight: normal;
}

#solutions h4{
    margin-top: 20px;
}

#solutions .solution-content{

}

#solutions .fa-stack-1x{
    color: #0097c6;
}

.solutions,
.solutions h2 a,
.solutions .thmb-img a{
    color: #333;
}

.solutions .thmb-img{
    text-align: center;
}

.solutions .section-title{
    font-size: 32px;
    font-family: Roboto;
    font-weight: 100;
    color: white;
}

.solution-content p{
    color: white;
}

.solutions h2{
    font-size: 20px;
    text-align: center;
}

.solutions h3{
    margin-bottom: 30px;
}

h1,
h2,
h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
}

.gc-single-post {
    max-width: 750px;
    margin:auto;
    margin-top: -20px;
}

.solution-icon{
    font-size: 54px;
    text-align: center;
    width: 100%;
}


.wp-block.default{
    background-color: rgba(255, 255, 255, 0.6);
}

.wp-block-body{
    color: #333;
}

.header h1{
    color: white;
    margin-top: 150px;
    line-height: 60px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-size: 40px;
}

.header h1 strong{
    font-weight: 500;
}

.text-shadow{
    text-shadow: 0 2px 2px #666;
}

.white-border{
    /* border: 2px solid white; */
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.icon-block img{
    height: 230px;
}

.icon-block h4{
    font-weight: 100;
    font-size: 22px;
}

.icon-block p{
    font-size: 16px;
}

.icon-block-body h4 a,
.icon-block-body h4 a:hover{
    text-decoration: none;
}

.icon-block.icon-block-1 .icon-block-body{
    padding: 20px 0 0 0;
}

.solution-image{
    margin:0 auto;
}

@media (min-width: 991px) {
    #menu-mainmenu li:nth-last-child(2){
        margin-left: 30px;
    }
}

#menu-mainmenu li:last-child{
    background-color: rgba(0, 151, 191, 0.3);
}

.navbar-home #menu-mainmenu li:last-child{
    background-color: rgba(255, 255, 255, 0.2);
}

#menu-mainmenu .current-menu-item a{
    color: #fff;
    background-color: rgba(0, 151, 191, 0.9);
}

.navbar-wp .navbar-nav>li>a{
    font-size: 13px;
}

.gc-single-post p,
.gc-single-post ul li,
.gc-single-post ol li{
    font-size: 17px;
    line-height: 29px;
}

.gc-single-post ul li{
    list-style-type: disc;
}

.gc-single-post ul,
.gc-single-post ol{
    margin: 0 0px 20px 40px;
}

.gc-single-post .wp-caption-text{
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.footer li a{
    text-decoration: none;
}

.footer h4{
    margin-bottom: 15px;
}

.wp-theme-1 .pg-opt h2{
    color: #333;
}

.w-section.inverse .lead p{
    color: white;
}

.carousel-testimonials p{
    font-size: 16px;
    color: white;
}

p.testimonial-author{
    color: #eee;
    font-size: 12px;
}

@media (max-width: 991px) {
    .navbar-home.navbar-wp .navbar-collapse {
        background-color: rgba(0, 151, 198, 0.9) !important;
    }
}

.animate-hover-slide .figure a{
    color: white;
    background-color: rgba(0, 151, 198, 0.9);
    padding: 7px 15px 7px 15px;

    font-size: 20px;
    font-weight: 100;
    margin-top: -20px;
}


.campaign{
    background: #005772;
    transition: all 0.2s ease-in;

    min-height: 40px;

    padding: 8px 0 8px 0;
    width: 100%;
    cursor: pointer;

    text-align: center;
    font-size: 18px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    letter-spacing: 1px;
    color :white;
}

.campaign:hover{
    background: #003546;
}

.campaign .highlight{
    color: #f8c823;
    font-weight: bold;
}


blog-list {
    max-width:1000px;
    margin:auto !important;
}

strong {
/*    color:#353535; */
    font-weight:600;
}

.gc-single-post ul,
.bullet-list {
    margin-left: 16px;
    list-style-type: disc !important;
}

.gc-single-post ul li {
    font-size:17px;
    line-height:29px;
    color:#333;
}

.wp-theme-1 .pg-opt .container h2 {
  width:750px;
  max-width:750px;
  margin:auto;

}

.container {
/*   width:820px;
   max-width:750px;*/
}

.img-wrap-text img {
   max-width:500px !important;
}

.wp-theme-1 .gc-single-post a {
   text-decoration:none !important;
   color:#1e90fa;
}

.pg-opt h2 {
  font-size:24px;
  line-height:35px;
  color:#1e1e1e;
  padding-bottom:-10px !important;
}

section.bg-3 {
/*  padding-top:0px; */
}

.pg-opt {
    border-bottom: 1px solid #eee;
}

span {
   font-weight:300 !important;
}

.lead-text,
.lead-text span {
  font-size:17px !important;
  line-height: 29px;
  font-weight:400 !important;
}

blockquote {
  padding-left:50px;
  background: url(/wp-content/themes/wp-boomerang/quotes.png) no-repeat;
  background-size:38px;
  border:0;
}
blockquote p {
  font-size:16px !important;
  color:#363535 !important;
}
