/*
Theme Name: Pacrose Wordpress Development
Description: Pacrose - A Retina Multi Purpose Wordpress Theme
Author: Pacrose
Author URI: http://www.pacrose.co.uk
Version: 2.0
*/
@import url("css/bootstrap.min.css");
@import url("styles.css");
@import url("responsive.css");


* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* Top Bar Menu Styles */
nav.top-bar-menu-class {
       color: #fff;
	width: 90%;
  margin-left: 5%;
	border-bottom: 2px solid #d3a521;
  border-radius: 10px;
}

nav.top-bar-menu-class ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav.top-bar-menu-class ul li {
    margin: 0 15px;
	font-size: 14px;
}

nav.top-bar-menu-class ul li a {
    color: #fff;
    text-decoration: none;
}

nav.top-bar-menu-class ul li a:hover {
    color: #ccc;
}

b, strong
{
	font-weight:600 !important;
}


@media only screen and (max-width: 800px) {
  
.single-post.vse2
{
	width:50% !important;
}
	
	.single-post .post-details a.post-thumb span {
  height: 150px !important;
}
}
.sidebar-widget-area ul li {
  float: left;
  width: 50%;
}
@media (min-width: 768px) { 
.col-md-4 
{
   flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.logo
{
	text-align: left !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #9ac8ec;
}
.wp-block-table td
{
	padding: .2em;
}
.wp-block-table table {
  width: 90%;
}
.wp-element-caption
{
	text-align:center;
}


@media (max-width: 800px) {
    .top-bar-menu-class {
        display: none;
    }
}
@media screen and (max-width: 770px) {
  .col-md-3 {
    display:none !important;
  }
	
	@media screen and (max-width: 600px) {
  .row {
    display: block !important;
  }
	}
