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


.footer-widgets .footer-column-4s {
    width: 22.2%;
	float: left;
  	padding-top: 7%;
  	margin-right: 2%;
  	display: inline-block;
  	vertical-align: top;
  	transition: .2s ease-in-out;
}


@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*/





/*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*/
	
	

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

/*Top Bar*/
#header-hat {
	color: #fff;
	background-color: #000;
}

#header-hat p {
	margin-bottom: 0;
}

#header-hat a {
	color: #fff;
}

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

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

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

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

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

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

.topbar-right-navigation {
	font-size: 14px;
    width: 100%;
	text-align: right;
} 
/*end Top Bar*/



/* Center Logo & Navigaton
 * Disable this block to place Logo and Navigation side by side*/
/*.top-navigation .main-navigation {
    width: 100%;
    text-align: center;
}
.top-navigation-right {
    float: none;
    display: block;
    max-width: 100%;
}
.site-identity {
	text-align: center; 
}	
.custom-logo-link img {
    display: inline;
}
/*End Center Logo & Navigaton*/


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

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


/*Footer*/
.copyright {
}

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





/*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: rgb(224, 71, 71);
    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;
    -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;
}



.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: 20px; /*adjust if bullets aren't visible*/
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}


/*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%;
}



/*Social Sharing on Blog Posts*/
.shareheader {
  font-size: 1.1em;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}
.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}
.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}
.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}
.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}
.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}
.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}
.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}


/*CSS Demo Page*/
.name-effect{margin: 15px 0px;}