/* 
Theme Name: Ad Hoc Portfolio
Theme URI: http://ad-hoc.bold-themes.com
Description: Responsive portfolio & blog theme.
Version: 1.1.6
Author: BoldThemes
Author URI: http://bold-themes.com
Tags: one-column, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bt_theme
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License
*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
.top-video-logo {
	max-width: 600px;
	margin: 20px auto;
}
.top-video-logo img {
	max-width: 600px;
	height: auto;
}
#google-360-video {
	margin: 30px auto;
}
.google-partner {
	max-width: 600px;
	margin: 20px auto 60px;
}
.google-partner img {
	max-width: 600px;
	height: auto;
}
#google-video-text {
	/*text-align: center;*/
	font-size: 20px;
}
.list-header {
	margin-bottom: 15px;
}
#google-video-text ul {
	/*max-width: 80%;
	margin: 0 auto 40px;
	padding: 0;*/
}
#google-video-text ul li:before {
	/*display: inline-block!important;
	float: none!important;*/
}
#google-video-text ul li {
	font-size: 18px;
	/*padding: 0;
	display: block;*/
}
#google-video-text ul li span {
	color: #151515;
}

.services-list-wrap {
	margin-bottom: 60px;
}
.services-list {
	columns: 3;
}
.services-list li {
	font-size: 18px;
	text-transform: uppercase;
	background: none!important;
	padding: 0!important;
	-webkit-column-break-inside: avoid;
	font-weight: bold;
}
.services-list li:before {
	content: ''!important;
	padding: 0!important;
	margin: 0!important;
}
@media only screen and (max-width : 900px) {
	.services-list {
		columns: 2;
	}
}
@media only screen and (max-width : 660px) {
	.services-list {
		columns: 1;
	}
}