/*
Theme Name: Bocain Designs
Theme URI: https://www.bocaindesigns.com
Template: meteor
Author: Bocain Designs
Author URI: http://www.bocaindesigns.com
Version: 2
*/

/*blog customizations*/


.blog-subhead {
	font-weight:600;
}

#comments{
	display:none;
}


.accent {
	color: #00bbff;
}

@media only screen and (max-width: 950px) {
	/*CSS for smaller screens*/
	
	#header-hat {
		display: none !important; /*hide TopBar on smaller devices*/
	}	

	.hideonmobile { /*apply to anything you want to hide on smaller devices*/
		display: none !important;
	}
} /*end max 950*/

@media only screen and (min-width: 950px) {
	/*CSS for larger screens*/
	
	.hideondesktop { /*apply to anything you want to hide on larger devices*/
		display: none !important
	}
} /*end min 950*/

/*Header highlights*/
.h-highlight {
	color: #33AEE1;
}

/*mobile menu adjustments*/
.mobile-navigation {
    background-color: #ffffff!important;
}

.button-toggle,
.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
    color: #000!important;
}

@media only screen and (max-width: 950px) {
	.custom-logo-link img {
		width: auto;
		float: left;
		max-height: 70px;
	}

	.mobile-navigation {
		float: none!important;
		margin: 12px 0px;
	}
	
	.custom-logo-link {
		margin-left: 7px;
	}
	
	.two_third_mobile {
		width: 65.33%;
		position: relative;
   	 	margin-right: 4%;
    	float: left;
	}
} /*end mobile menu*/
	
	/*video overlay*/
.video-overlay-play {
  background: rgba(0, 42, 225, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(0, 42, 225, 1);
    margin: -26px 0 0 -26px;
    height: 52px;
    width: 52px;
    transform: scale(1);
    animation: pulse-blue 6s infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-overlay-button {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0px 0px -6px;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 42, 225, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 42, 225, 0);
  }
  
  100% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 42, 225, 0);
  }
}

/*Header*/
.container {
    padding: 0;
}
.header-text {
	display: none;
}
.site-identity {
	padding: 12px 0px;
}

.custom-logo-link img {
	padding: 7px 0px;
}

/*Top Bar*/
#header-hat {
    color: #303030;
    background-color: #fff;
    box-shadow: #0000003b 0px 1px 10px;

}

#header-hat p {
	margin-bottom: 0;
    font-size: 15px;

}

#header-hat a {
	color: #303030;
    font-size: 15px;	
}

#header-hat ul {
		list-style: none;
		margin: 5px 0px;
}	

#header-hat li {
		display: inline;
		padding-right: 15px;
}	

#header-hat #menu-top-right {
		float: right;
}

.header-phone {
	font-size: 14px;
}

.header-email {
	font-size: 14px;
}

.site-header .current-menu-item {
	background-color: #efefef;
}

.topbar-left-navigation {
	font-size: 14px;
    width: 100%;
	text-align: left;
} 

.topbar-right-navigation {
	font-size: 14px;
    width: 100%;
	text-align: right;
} 

.site-header .menu-item-has-children > a:after, .site-header .page_item_has_children > a:after {
    padding-left: 8px;
    font-size: 16px;
    color: #00bbff;
}
/*end Top Bar*/






/*Dropdown Fix*/
.main-navigation .sub-menu, .main-navigation .children {
	top: 46px;
}

/*Content Spaces*/
#page {
    padding-top: 0;
}


/*Footer*/

.copyright {
	font-size: 16px;
}

.copyright-bocain {
	font-size: 13px;
}





/*On Scroll Sticky and Return to Top*/
.scroller_anchor{height:0px; margin:0; padding:0;}

#return-to-top {
    position: fixed;
	z-index:1000;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #00bbff;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
	left: 10.5px;
    top: 7.5px;
    font-size: 34px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*Colored Table Rows*/
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}

.whitetext, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext a {
	color: #FFF !important;
}

.darktext, .darktext h1, .darktext h2, .darktext h3, .darktext h4, .darktext h5, .darktext h6, .darktext p, .darktext a {
	color: #001 !important;
}

.shadowtext, .shadowtext h1, .shadowtext h2, .shadowtext h3, .shadowtext h4, .shadowtext h5, .shadowtext h6, .shadowtext p, .shadowtext a {
	text-shadow: #001 -1px 2px 2px!important;
}

.underline {
	text-decoration: underline !important;
}

.splitlist {
    -moz-column-count: 3; /*3 columns*/
    -moz-column-gap: 60px; /*adjust if bullets aren't visible*/
    -webkit-column-count: 3;
    -webkit-column-gap: 60px;
    column-count: 3;
    column-gap: 60px;
}

.icon-box:hover {
	background-color: #ffffff;
	-webkit-transition: background-color 0.25s ease-out;
	-moz-transition: background-color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}

.icon-box{
	padding: 30px;
}

/*Gravity Forms*/
.gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0px; 
}

.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
	padding: 5px 0px 0px 0px;
}

/* Ready-made CSS Grid */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Video Wrapper for YouTube*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* MISC TYPOGRAPHY */

.small, small {
    font-size: 80%;
}

/* BLOG PAGE */

.single-post .content-area, .blog .content-area, .archive .content-area {
    margin: 0px 10% 0 10%;
    width: 80% !important;
}

.blog-categories {
    margin: 0;
    padding: 0;
}

.blog-categories li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 4px 6px 0;
}

.blog-thumb {
    max-height: 184px;
    overflow: hidden;
}


/* BADGES */

.badge,
.blog-categories .cat-item a {
    display: inline-block;
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 3px;
    padding-left: 14px;
    border-radius: 8px;
    background-color: #495057;
    color: #FFFFFF;
}

a.badge:hover,
a.badge:visited,
.blog-categories a.cat-item:hover,
.blog-categories a.cat-item:visited {
    color: #FFFFFF;
}

.badge.efficiency-blogs,
.blog-categories .cat-item-efficiency-blogs a {
    background-color: #d6336c; /* PINK */
}

.badge.general,
.blog-categories .cat-item-general a {
    background-color: #ae3ec9; /* GRAPE */
}

.badge.health-blogs,
.blog-categories .cat-item-health-blogs a {
    background-color: #7048e8; /* VIOLET */
}

.badge.medical-dictation-blogs,
.blog-categories .cat-item-medical-dictation-blogs a {
    background-color: #4263eb; /* INDIGO */
}

.badge.pathology-blogs,
.blog-categories .cat-item-pathology-blogs a {
    background-color: #1c7ed6; /* BLUE */
}

.badge.patient-care-blogs,
.blog-categories .cat-item-patient-care-blogs a {
    background-color: #1098ad; /* CYAN */
}

.badge.radiology-blogs,
.blog-categories .cat-item-radiology-blogs a {
    background-color: #0ca678; /* TEAL */
}

.badge.security-blogs,
.blog-categories .cat-item-security-blogs a {
    background-color: #37b24d; /* GREEN */
}

.badge.speech-recognition-blogs,
.blog-categories .cat-item-speech-recognition-blogs a {
    background-color: #74b816; /* LIME */
}

.badge.technology-blogs,
.blog-categories .cat-item-technology-blogs a {
    background-color: #f59f00; /* YELLOW */
}

.badge.telehealth-blogs,
.blog-categories .cat-item-telehealth-blogs a {
    background-color: #f76707; /* ORANGE */
}

