/*
Theme Name: wppc
Theme URI: http://wpprocare.com/wppc/
Author: Wpprocare
Author URI: http://wpprocare.com/
Description: Hi, I am the ultra minimal starter theme wppc, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.
Version: 1.1.2
License: GNU General Public License
License URI: see license.txt
Tags: shop, blog, handmade, studio, portfolio, personal website, busines, responsive, bootstrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 
*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

.navbar-nav li.menu-item-has-children:hover > ul.dropdown-menu {display: block;}
.navbar-nav li.menu-item-has-children  ul.dropdown-menu ul.dropdown-menu {left: 100%;top: 0;}

.main-content {
	    padding-bottom: 0;
	
}
article.page {
    background: transparent;	
}
.wpb_text_column p {
    text-align: left;	
}

.footer-nav .textwidget a {
	    color: #4a4a4a;
    font-size: 1em;
}
#footer-container .container {
    max-width: 800px;	
    padding-bottom: 0;	
}
.mc4wp-form-fields   {
    max-width: 380px;
    margin: 0 auto;
}
.mc4wp-form-fields  h4 {
	
	    color: #FBB51C;
    padding: 10px 0;
    text-align: center;
}
.news-item { 
    text-align: center;
}

.vc_masonry_grid .vc_grid-item .vc_gitem-col h4 {
    text-align: left;
    color: #15171a;
    font-size: 20px;
    font-weight: bold;
	
}
.vc_masonry_grid .vc_grid-item .vc_gitem-col p {
    text-align: left;
	color: #15171a;	
}

.vc_masonry_grid .vc_grid-item .vc_gitem-col .vc_btn3-container a {
	color: #FBB51C;
    border: 1px solid #FBB51C;
    background: transparent;
    font-size: 14px;
    padding: 10px 10px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'FFDINWebBold', sans-serif;
    text-transform: uppercase;	
	
}
.vc_masonry_grid .vc_grid-item .vc_gitem-col .vc_btn3-container a:hover {
    background: #fff;
	
}

h1.page-title {
	color: #15171a;
    font-size: 32px;
    font-weight: bold;	
    margin: 30px 0 10px;	
}
.single  .entry-meta , .single .entry-content-thumbnail {
    margin-bottom: 20px;	
}

.color-white * {
    color: #fff;	
}
.section-about img , .section-about  .wpb_single_image .vc_figure , .section-about  .wpb_single_image .vc_single_image-wrapper{
	
	width: 100%;
}

.header .container {
    padding-bottom: 0;	
}
.header-content .mc4wp-form-fields h4 , .header-content .mc4wp-form-fields { 
    text-align: left;
	 
}

.news-item {
    padding: 0px 0 20px;
}
.news-item p {
   text-align: left;
}
.about-us-content  {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
	    padding-left: 40px;
    padding-right: 40px;
}
.vc_masonry_grid .vc_grid-item .vc_btn3-container { 
    margin-bottom: 8px; 
}
.single  .header-container {
    min-height: 0;
}
.single  .main-content .container {
    max-width: 900px;
}
.media-inquiries {
    text-align: center;
    padding: 92px 20px;
    background-color: #475f77 ;	
	color: #fff;	
    display: inline-block;
    width: 100%;	
	
}
.media-inquiries  ul {
    padding-left: 0;
    list-style: none;
}
.media-inquiries  ul li{ 
    list-style: none !important;
}
.media-inquiries p{
    text-align: center; 
		color: #fff;
}
.media-inquiries .more-btn {
    display: inline-block;
}
.single  h1.page-title {
    min-height: 0; 
}
.single  .entry-content , 
.single  .entry-content p {
    text-align: left;
    font-size: 20px;	
}  
 .entry-content blockquote {
    margin: 0 0 1.5em;
    padding: 0 1.5em;
    border-left: 3px solid #3eb0ef;
	color: #364b5e;	
}
 .entry-content blockquote p {
      margin: 0 0 1em;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: italic;
}
 .entry-content ul li {
    margin: .5em 0;
    padding-left: .3em;
    line-height: 1.6em;
	list-style: disc;	
    color: #364b5e;	
}
 .entry-content .blocks, .entry-content .blocks li ,  .entry-content [class*=blocks-] {
    list-style: none;
}
.single  .entry-content .text-gray {
       text-align: center;
}
 .entry-content ul  {
        padding-left: 20px;
}
.single  .entry-content ul {
    padding-left: 40px;
}
.single  .entry-content blockquote {
    margin-left: 20px;
}
.single .entry-content p { 
    margin-bottom: 20px;
}
.single  .pager  a  { 
    margin-bottom: 10px;
}
#footer-container .mc4wp-form {
    padding-top: 20px;	
}
body .vc_grid-pagination {
    padding-top: 20px;	
}
.vc_basic_grid .vc_gitem-zone-mini p {
	    text-align: left;
}
.vc_basic_grid .vc_gitem-zone-mini h4{
	line-height: 1.4;
}
body #content .entry-content .vc_grid-pagination .vc_grid-page a{
	    font-size: 18px !important;
    color: #000 !important;
    font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
	.product-list .vc_column_container   .wpb_single_image  {
	    text-align: right !important;	

		
	}
	.product-list .vc_column_container   .wpb_single_image  img {
	       height: auto;
		width: 80px;
	}
	.footer-nav > .col-sm-3 {
	   border-right: 1px solid #dedede;
	}
	.single  h1.page-title { 
		font-size: 40px;	
	}
}