/*
Theme Name: Concept Forum
Theme URI: http://simb.com.au
Description: Concept Forum Theme
Author: Dev Simb
Author URI:  http://simb.com.au
Version: 1.0
Tags: responsive, white, bootstrap

License: http://simb.com.au
License URI: http://simb.com.au
   
*/
@import url( 'fonts/fonts.css ');
@import url( 'css/bootstrap.css ');

body {
    overflow-x:hidden;
    font-family: Helvetica,Arial,sans-serif;
    color:#444;
    background: #f9f9f9;
}
body.home{background: none;}
p {
    line-height:1.75;
}

a {
    color:#f3690e;
}

a.active,a:active,a:focus,a:hover {
    color:#fec503;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:700;
    font-family: Helvetica,Arial,sans-serif;
}
::-moz-selection {
    background:#fed136;
    text-shadow:none;
}
::selection {
    background:#fed136;
    text-shadow:none;
}

img::selection {
    background:transparent;
}

img::-moz-selection {
    background:transparent;
}

body {
    -webkit-tap-highlight-color:#fed136;
}

#mainNav.navbar-shrink {
    background-color:#222222;
}

#mainNav .navbar-toggler {
    font-size:12px;
    right:0;
    padding:13px;
    color:white;
    border:0;
    background-color:#fed136;
    font-family: Helvetica,Arial,sans-serif;
}

#mainNav .navbar-brand {
    color:#fed136;
    font-family: Helvetica,Arial,cursive;
}

#mainNav .navbar-brand.active,#mainNav .navbar-brand:active,#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
    color:#fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size:18px;
    font-weight:500;
    padding:0.75em 0;
    letter-spacing:1px;
    color:white;
    font-family:Raleway, Helvetica,Arial,sans-serif;
}
@media (max-width:1200px) {
    #mainNav .navbar-nav .nav-item .nav-link {font-size:98%;}   
}    
#mainNav .navbar-nav .nav-item .nav-link.active,#mainNav .navbar-nav .nav-item .nav-link:hover {
    color:#fed136;
}

#mainNav .navbar-nav .nav-item .nav-link span {
    font-weight:800;
}

@media (min-width:992px) {
    #mainNav {
        padding-top:25px;
        padding-bottom:25px;
        -webkit-transition:padding-top 0.3s,padding-bottom 0.3s;
        -moz-transition:padding-top 0.3s,padding-bottom 0.3s;
        transition:padding-top 0.3s,padding-bottom 0.3s;
        border:none;
        background-color:transparent;
    }
    
    #mainNav .navbar-brand {
        font-size:1.75em;
        -webkit-transition:all 0.3s;
        -moz-transition:all 0.3s;
        transition:all 0.3s;
    }
    
    #mainNav .navbar-nav .nav-item .nav-link {
        padding:1.1em 1em !important;
    }
    
    #mainNav.navbar-shrink {
        padding-top:0;
        padding-bottom:0;
        background-color:#222222;
    }
    
    #mainNav.navbar-shrink .navbar-brand {
        font-size:1.25em;
        padding:12px 0;
    }
}

header.masthead {
    text-align:center;
    color:white;
    max-height:650px;
    background-image:url( "img/header-bg.jpg ");
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

header.masthead.page-banner{max-height: 300px;}

header.masthead .intro-text {
    padding-top:18%;
    padding-bottom:15%;
}
header.masthead.page-banner .intro-text {
    padding-top:15%;
    padding-bottom:15%;
}
header.masthead.page-banner h1{
    font-size:38px;
    line-height:28px;
    margin-bottom:25px;
    font-family: Helvetica,Arial,sans-serif;    
}

header.masthead .intro-text h2 {
    font-size:22px;
    line-height:22px;
    margin-bottom:25px;
    font-family: Helvetica,Arial,sans-serif;
}

header.masthead .intro-text h5 {
    font-size:50px;
    font-weight:700;
    line-height:50px;
    margin-bottom:25px;
    font-family: Helvetica,Arial,sans-serif;
    text-transform:uppercase;
}

header.masthead .intro-text img {
    width:100%;
    max-width:100%;
}

@media (min-width:768px) {
    header.masthead .intro-text {
        padding-top:18%;
        padding-bottom:15%;
    }
    
    header.masthead .intro-text h2 {
        font-size:40px;
        font-style:italic;
        line-height:40px;
        margin-bottom:25px;
        font-family: Helvetica,Arial,sans-serif;
    }
    
    header.masthead .intro-text h5 {
        font-size:75px;
        font-weight:700;
        line-height:75px;
        margin-bottom:50px;
        font-family: Helvetica,Arial,sans-serif;
        text-transform:uppercase;
    }
}

section.blocks{padding-top: 40px;padding-bottom: 50px;background: #f9f9f9;}
section.blocks .block-heading{font-family: Raleway;font-weight: 500;font-size: 25px;color: #444;text-align: center;display: inline-block;position: relative;margin-bottom: 35px;padding-bottom: 5px;}
section.blocks .block-heading:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 1px solid #444;
}
section.blocks .block-item{text-align: center;font-size: 14px;}
section.blocks .block-item img{text-align: center;display: block;margin: 0 auto;}
section.blocks .block-item p{margin-bottom: 5px;}
section.blocks .block-item h3{font-family: Raleway;font-weight: 500;font-size: 25px;margin-top: 15px;display: inline-block;position: relative;padding-bottom: 5px;}
section.blocks .block-item h3:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2.5px ridge #444;
}

section.clients{background: #444;}
section.clients .client-heading{color:#fff;font-family: Raleway;font-weight: 500;font-size: 25px;margin-top: 35px;display: inline-block;position: relative;padding-bottom: 5px;margin-bottom: 35px;}
section.clients .client-heading:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}
section.clients .owl-carousel .owl-item img{max-width: 200px;}
section.clients .owl-nav .owl-next,.owl-nav .owl-prev{display: inline-block;border: 2px solid #fff!important;height: 40px;width: 40px;}
section.clients .owl-nav .owl-next span, .owl-nav .owl-prev span{text-align: center;display: block;color: #fff;font-size: 16px;line-height: 35px;}
section.clients .owl-nav{top: -65px;position: relative;}
section.clients .owl-nav .owl-next{float: right;}
section.clients .owl-nav .owl-prev{float: left;}


section.galleries{background: #fbfbfb;padding-bottom: 40px;}
section.galleries .gallery-heading{font-family: Raleway;font-weight: 500;font-size: 25px;margin-top: 35px;display: inline-block;position: relative;padding-bottom: 5px;margin-bottom: 35px;}
section.galleries .gallery-heading:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #444;
}

section.galleries .owl-nav .owl-next,section.galleries .owl-nav .owl-prev{display: inline-block;background: #646464!important;border:none!important;height: 40px;width: 40px;}
section.galleries .owl-nav .owl-next span, section.galleries .owl-nav .owl-prev span{text-align: center;display: block;color: #fff;font-size: 16px;line-height: 35px;}
section.galleries .owl-nav{top: -150px;position: relative;}
section.galleries .owl-nav .owl-next{float: right;}
section.galleries .owl-nav .owl-prev{float: left;}
section.galleries .gallery-button a{background: #444;color: #fff;border-radius: 5px;padding:  15px 20px;font-weight: 600;font-family: Raleway;}
section.galleries .gallery-button a:hover{background: #fff;color: #000;border:1px solid #444}
@media (max-width:768px) {
    section.galleries .owl-carousel .owl-item img{margin: 0 auto;}    
}    

section.parallax{
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
section.parallax{
  min-height: 460px;
}
section.parallax .caption {
    position: absolute;
    left: 0;
    top: 14%;
    width: 100%;
    text-align: left;
    color: #fff;
    
}

section.parallax .caption h3{font-weight: 800;font-size: 48px;font-family: Raleway;}
section.parallax .caption h5{font-weight: 600;font-size: 36px;font-family: Raleway;}
section.parallax .caption a{padding: 15px 20px;border-radius: 5px;background: #fff;font-weight: 600;font-size: 16px;font-family: Raleway;color: #444;}
section.parallax .caption .text-button{margin-top: 25%;position: relative;}
section.parallax .caption a:hover{background: #000;color: #fff;}
.text-button{text-align: right;}  
.transition-button a:hover{
 -webkit-transition:background .6s ease-out;
 -moz-transition:background .6s ease-out;
 -o-transition:background .6s ease-out;    
 text-decoration: none;
}

@media (max-width:768px) {
    section.parallax .caption{top: 10%;}    
    section.parallax{ min-height: 500px;}
    .text-button{text-align: center;}  
    section.parallax .caption .text-button{margin-top: 25px!important;}
}   

section.contact{background: #f9f9f9;padding: 60px 0 40px 0;}
section.contact h3{font-weight: 800;font-size: 36px;font-family: Raleway;}
section.contact .text-button a{padding: 15px 20px;border-radius: 5px;background: #444;font-weight: 600;font-size: 16px;font-family: Raleway;color: #fff;}
section.contact .text-button a:hover{background: #fff;color: #000;border:1px solid #444}
footer{padding: 35px 0 10px 0;background: #444;color:#fff}
footer .footer-logo{margin: 35px 0 40px 0;display: block;position: relative;}
footer .footer-logo img{width: 100%;max-width: 427px;}
footer p{font-family: "Raleway";font-weight: 500;font-size:12px}
footer h3.heading{font-family: "Raleway";font-weight: 500;font-size:25px;text-align: center;display: inline-block;position: relative;padding-bottom: 5px;margin-bottom: 30px;}
footer h3.heading:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

footer .sitemap ul{padding: 0;}
footer .sitemap ul li{list-style: none;background: #3d3d3d;margin-bottom: 5px;}
footer .sitemap ul li a{color:#fff;font-size: 14px;padding: 5px 15px;}
footer .sitemap ul li:hover{background: #f3690e; -webkit-transition:background .6s ease-out;  -moz-transition:background .6s ease-out;  -o-transition:background .6s ease-out;   }
footer ul.recent-list{padding: 0;margin: 0;}
footer ul.recent-list li{list-style: none;float:left;margin: 2px 4px 2px 0;}
footer ul.recent-list li img:hover{opacity: 0.8;}
section.content{margin: 30px 0;}
section.content .post{background: #fff;padding: 25px;}  
.search-form .input-group-btn button{width: 40px;height: 40px;background: #f3690e;padding: 5px 5px 5px 5px;border: none;}
.search-form .input-group-btn i{font-size: 14px;color: #fff;}
.search-form .search-query {
     display:block;
     position:relative;
     right:0;
     width:100%;
     height:40px;
     line-height:normal;
     margin:0;
     border:none;
     padding:5px 5px 5px 10px;
     font-size:13px;
     font-weight:400;
     color:#777;
     border:0;
     box-shadow:none;
     -moz-box-shadow:none;
     -webkit-box-shadow:none;
     -o-box-shadow:none;
     -moz-border-radius:0;
     -webkit-border-radius:0;
     border-radius:0;
     -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box;
     box-sizing:border-box
}
.search-form .search-query:focus{
     border-color:rgba(140,140,140,.8);
     outline:0;
     outline:thin dotted\9;
     -webkit-box-shadow:0 0 8px rgba(200,200,200,.6);
     -moz-box-shadow:0 0 8px rgba(200,200,200,.6);
     box-shadow:0 0 8px rgba(200,200,200,.6)
}

.sidebar .recent-posts h2{font-family: "Raleway";font-weight: 500;font-size:18px;text-align: center;display: inline-block;position: relative;padding-bottom: 5px;margin-bottom: 10px;margin-top: 30px;}
.sidebar .recent-posts h2:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #444;
}

.sidebar .recent-posts ul{margin: 0;padding: 0;}
.sidebar .recent-posts li{list-style: none;background: #fff;margin-bottom: 15px;}
.sidebar .recent-posts li a{text-decoration: none;}
.sidebar .recent-posts li a div{padding: 10px;}
.sidebar .recent-posts li a div h4{font-size: 14px;font-weight: normal;color:#555;margin: 0;}
.sidebar .recent-posts li a div p{font-size: 11px;color:#555}
.sidebar .recent-posts li a:hover{}
.post .client-list{background: #444;}
.post .client-list ul{margin:0;padding: 0;text-align: center;}
.post .client-list ul li{list-style: none;display: inline-block;padding: 10px 15px;}
.gallery-post{background: #fff;}
.gallery-post .flexslider .slides img{max-height: 420px;}
.gallery-post .flex-direction-nav .flex-next {
    right: 0!important;
}
.gallery-post .flex-direction-nav .flex-prev {
    left: 0!important;
}
.gallery-post .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    color: rgba(255,255,255,.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-post .flex-direction-nav a::before {
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
    content: "\f104";
    color: #fff;
}
.gallery-post .flex-direction-nav a.flex-next::before {
    content: "\f105";
}

.gallery-post .flex-control-nav{bottom: 0;}
.gallery-post .flexslider{margin-bottom: 30px;}
img.img-responsive{width: 100%;max-width: 100%;display: block;height: auto;}
a.gallery-item{margin-bottom: 25px;display: block;}

@media (max-width:768px) {
    .gallery-post .flexslider, header.masthead .intro-text img{display:none!important}
    header.masthead{min-height: 260px;}
    .home header.masthead{min-height: 380px;}
    header.masthead .intro-text {
        padding-top:30%!important;
    }    
}   

.contact-form .wpcf7-text, .contact-form .wpcf7-textarea{
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-form .wpcf7-textarea{height: 150px;}
.contact-form .wpcf7-text:focus,.contact-form .wpcf7-textarea:focus{border-color:#fed136 ;} 
.contact-form .wpcf7-submit{padding: 10px 20px;border-radius: 5px;background: #444;font-weight: 600;font-size: 16px;font-family: Raleway;color: #fff;border: none;cursor: pointer;}
.contact-form .wpcf7-submit:hover{background: #fff;color: #000;border:1px solid #444; -webkit-transition:background .6s ease-out; -moz-transition:background .6s ease-out; -o-transition:background .6s ease-out;}
.post .row-item{padding: 15px 0;border-bottom: 1px solid #ddd;}
.post .row-item h3{color: #444;}
.post .row-item a:hover{text-decoration: none!important;}
