/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


.page-header h1 {
color:#3e7990;
}

 p.lead a.all-jobs{
    margin-bottom: 0;
    background-color: #3e7990;
    border-radius: 5px;
    /* clear: both; */
    display: block;
    /*font-family: vwsemibold;*/
    font-size: 24px;
    margin: 60px 25% 87px;
    padding: 21px 0 24px;
    text-align: center;
    width: 50%;
    float: left;
    text-decoration: none;
    color: #fff;
}

.post_content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    display: block;
}
.post_content h6 {
    color: #5e676a;
    font-family: vwbook;
    font-size: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
}

#post-14 .container img {
    float: none;
    margin-bottom: 40px;
    margin-left: 25%;
}

.mobile-megamenu{
    display: none;	
}

/* Overwritten here as responsive.css and styles.css files not visible in editor */

@media screen and (max-width: 480px) {
#meetSomePeople .owl-controls {
 	display: block !important;
}

p.lead a.all-jobs{
    	width: 100%;
	margin: 5px 5px 60px 5px;
	float: none;
}
}

@media screen and (max-width: 715px) {
  header a.mobile {
    top: 15px;
} 
}

@media screen and (max-width: 768px) {
#post-14 .container img {
    float: none;
    margin-left: 12%;
}
}

@media screen and (max-width: 640px) {

.single-offer-more .mobile-megamenu{
    background-color: darkgrey;
    border-radius: 2px;
    border: solid 2px darkgrey;
    color: white;
    /*font-family: vwsemibold;*/
    font-size: 21px;
    margin: 15px 5px 5px 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: none;	
} 

#post-164 h1, #post-167 h1, #post-163 h1{
margin-top: 20px;
}

a.mobile-megamenu .fa-chevron-down {
	margin-left: 10px
}

#menu-item-170 ul.dropdown-menu {
display: none;
/** removed as don't know why this is one*/
/*background: #4d4d4d none repeat scroll 0 0;*/

}
.submenuOpen.postid-348 #menu-item-170 ul.dropdown-menu,
.submenuOpen.postid-349 #menu-item-170 ul.dropdown-menu,
.submenuOpen.postid-485 #menu-item-170 ul.dropdown-menu,
.submenuOpen.page-id-300 #menu-item-170 ul.dropdown-menu {
display: block;
}

#menu-item-170 ul.dropdown-menu li{
width: 100%;
}

}

@media screen and (max-width: 320px) {

#menu-item-170 ul.dropdown-menu {
top: 110px;
}

}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}