/*
Theme Name: Quadrum Premium Theme
Theme URI: http://quadrum.orange-themes.com/
Description: Quadrum Premium Wordpress Theme
Author: Orange Themes
Author URI: http://www.orange-themes.com/
Version: 1.1.0
Tags: 
License: GNU General Public License
License URI: README_License.txt
*/

/*	BBCM Styles	*/
.responsive-728x90 { width: 320px; height: 50px; }
.widget-1 .textwidget { padding:0 0 !important; } /* HACK FOR AD AT TOP RIGHT */

/* .content .mini-sidebar.left is hidden unless the width of the canvas is greater than 1240 pixels */
.content .mini-sidebar.left {display:none !important;}

a.item-category {display:none !important;}
.header-topmenu-select {float:right;}

@media(max-width: 500px) { .slide_excerp {font-size:2em;} } 
@media(min-width: 500px) { .responsive-728x90 { width: 468px; height: 60px; } .responsive-468x60 { width: 468px; height: 60px; }
 /*.content .mini-sidebar.left {display:block !important;}*/ 
}
@media(min-width: 800px)  { .responsive-728x90 { width: 728px; height: 90px; } .responsive-468x60 { width: 468px; height: 60px; } }
@media(min-width: 1255px) {.content .mini-sidebar.left {display:block !important;}}

div.ads {padding:0 !important;}
div.header-search {
    width: 200px !important;
    float: right !important;
    margin-top: -4px !important;
}
div.header-search input {
    padding: 4px !important;
}
@media only screen and (max-width: 1000px) {
.header-1-content .header-logo, .header-2-content .header-logo {
	text-align:left !important;}
}
/** Wordpress default clases */

.post.sticky { background: #f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }


.gal-current-image .loading {
	background: rgba(255,255,255,0.7) url(./images/loading.gif) no-repeat center center;
	line-height: 0px;
	min-height: 100px;
}

.waiter > img {
  position:relative;
}

.gal-current-image .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.port-last-image .loading {
	display:inline-block;
	background:#fff url(./images/loading.gif) no-repeat center center;
	line-height:0px;
	min-height:400px;

}

.port-last-image  .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
  
#infscr-loading {
	background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	left: 50%;
	margin-left: -45px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 90px;
	background-repeat:no-repeat;
	background-position: center center;
}
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {}

img { height: auto !important; }

  #makeMeScrollable
  {
    position: relative;
  }
  
  #makeMeScrollable div.scrollableArea img
  {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

.wpb_gallery.wpb_posts_slider.wpb_content_element p {
  height: 40px;
  overflow: hidden;
}