/*
Theme Name: OnePress Child
Theme URI: http://www.onsitepool.com/
Author: On Site Pool Network, Inc.
Author URI: http://www.onsitepool.com
Template: onepress
Description: Child theme for OnePress that contains all On Site Pool Network modifications.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

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.

OnePress is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins
10.0  OnePress PLus Plugins
11.0 On Site Pool Network Custom


/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.no-wrap {
	white-space: nowrap;
	overflow: hidden;
}

#tertiary {
  padding-bottom: 40px;
  padding-top: 0;
}
@media screen and (min-width: 940px) {
  #tertiary {
    padding-top: 40px;
  }
}


/*--------------------------------------------------------------
11.0 On Site Pool Network Custom
--------------------------------------------------------------*/

.site-video {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;	
	overflow: hidden;
}
.video-list-inner {
	height: 600px;	
	overflow-y: scroll;
}

 .video-list-inner .list-article {
    border-top: none;
    padding: 25px 0px;  
}

.video-list-inner .list-article:last-of-type {
    border-bottom: none;    
}

@media screen and (max-width: 720px) {
	.section-news .list-article-thumb .play img, .archive .list-article-thumb .play img, .blog .list-article-thumb .play img {
    	width: 15%;
    }    
}

@media screen and (max-width: 1920px) {
	.video-list button {
    	line-height: 1;
    	font-size: 0.75rem;
    }
}

@media screen and (max-width: 1730px) {
	.video-list button {
    	line-height: 1;
    	font-size: 0.7rem;
    }
}

@media screen and (max-width: 1600px) {
	.video-list button {
    	line-height: 1;
    	font-size: 0.6rem;
    }

    .open>.dropdown-menu .dropdown-item {
    	line-height: 1;
    	font-size: 0.75rem;
    }
}

@media screen and (max-width: 993px) {
	.video-list button {
    	line-height: 1;
    	font-size: 0.75rem;
    }
}

@media screen and (max-width: 540px) {
	.video-list button {
    	line-height: 1;
    	font-size: 0.6rem;
    }

    .open>.dropdown-menu .dropdown-item {
    	line-height: 1;
    	font-size: 0.75rem;
    }
}


.thumb {
	position: relative;	
}

.thumb a {
	position: absolute;
	top: 0; 
	display: block; 
	width: 100%;
	height: 100%;
	text-align: center;
}

.thumb a .play, .thumb a .overlay {
	opacity: 0;
}

.thumb a:hover .play, .thumb a:hover .overlay {
	display: block;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.thumb a:hover .play {		
	position: relative;	
	top: 33.333%;
	z-index: 100;
	opacity: 1;
}

.thumb a:hover .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .5;
}

.single-hop-footer img {
    width: 90px;        
    padding-bottom: 6px;
    padding-right: 10px;
}

.foot-tags {
	padding-top: 5px;
}

a.css-ospn, .flp_wrapper a.css-ospn {
    background: url("https://www.onsitepool.com/wp-content/plugins/facebook-login-pro/public/img/ospn-icon.png") no-repeat 5px center;
    background-color: #ccc;
    background: url("https://www.onsitepool.com/wp-content/plugins/facebook-login-pro/public/img/ospn-icon.png") no-repeat 5px center, -moz-linear-gradient(top, #898989, #ccc);
    background: url("https://www.onsitepool.com/wp-content/plugins/facebook-login-pro/public/img/ospn-icon.png") no-repeat 5px center, -ms-linear-gradient(top, #898989, #ccc);
    background: url("https://www.onsitepool.com/wp-content/plugins/facebook-login-pro/public/img/ospn-icon.png") no-repeat 5px center, -webkit-linear-gradient(top, #898989, #ccc);
    background-size: 25px 25px, cover;
    border-radius: 5px;
    line-height: 1;
    display: inline-table;
    padding-left: 40px;
    color: #fff !important;
    text-decoration: none !important;
    transition: opacity .3s ease-in;
    text-shadow: 1px 1px 0px #000;
    opacity: .90;
    position: relative;
    max-width: 200px;    
}
a.css-ospn:hover {
    background-color: #ccc;
    background: url("https://www.onsitepool.com/wp-content/plugins/facebook-login-pro/public/img/ospn-icon.png") no-repeat 5px center, -moz-linear-gradient(top, #898989, #888888);
    background: url("https://www.onsitepool.com/wp-content/plugins/facebook-login-pro/public/img/ospn-icon.png") no-repeat 5px center, -ms-linear-gradient(top, #898989, #888888);
    background: url("https://www.onsitepool.com/wp-content/plugins/facebook-login-pro/public/img/ospn-icon.png") no-repeat 5px center, -webkit-linear-gradient(top, #898989, #888888);
    background-size: 25px 25px, cover;
    color: #FDFDFD;
    opacity: 1;

}
a.css-ospn span {
    height: 25px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}

.btn-right > .btn {
	float: right;
}