/*
Theme Name: Golden Rule
Template: twentyseventeen
Description:  Twenty Seventeen Child Theme
Theme URI: https://goldenruleseafood.com
Author: Paulo Pinto
Author URI: https://brandpoets.com
Version: 1.0
*/


/*colors
Yellow: #f6bc12
*/



/*fonts*/
@font-face {
    font-family: 'coral_penregular';
    src: url('fonts/coral_pen_free-webfont.woff2') format('woff2'),
         url('fonts/coral_pen_free-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




/*Global Changes*/

body {
	background-color: #000 !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{
	top:calc(100% - 370px)!important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{
	overflow-y:scroll;
	height:100%;
}
/*********************IE Issues*******************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
[data-vce-animate] {
  visibility: visible !important;
} 
	
	
/*Fix Image Scaling*/	
.vce-single-image-wrapper {
	width: 100%;
}
.vce-single-image-inner {
	width: 100%;
}
.request-kit .vce-single-image-inner {
	width: auto;
}
.vce-single-image {
	width: 100%;
}
/*Fix Image Scaling*/
}



h1, h2, h3{
	color: #fff;
}

P {
	color: #ccc;
	margin-top: 20px;
}

ul {
	color: #ccc; 
}

@media screen and (min-width: 1024px) {
ul {
	margin-left: 35px;
}
}


h1 {	
	font-family: 'coral_penregular';
	font-size: 80px !important;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	h1 {font-size: 100px !important;}
}

@media screen and (min-width: 1280px) {
	h1 {font-size: 140px !important;}
}


h2 {
	font-family: 'coral_penregular';
	font-size: 40px !important;
	margin: 0;
	line-height: 1em !important;
}

@media screen and (min-width: 1024px) {
	h2 {font-size: 50px !important;}
}

@media screen and (min-width: 1200px) {
	h2 {font-size: 70px !important;}
}

h3 { 
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	font-weight: 600;
}

@media screen and (min-width: 1200px) {
	h3 {font-size: 20px !important;}
}




/*gradient-overlays effects*/

.background-effect .vce-row-content,
.background-effect .vce-text-block{
	z-index:2;
}

.background-effect:after{
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0.5;
    transition: all .5s ease-out;
}
.background-effect:hover:after{
	opacity:1;
}

.background-effect2 .vce-asset-background-simple-item {
	-webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

.background-effect2 .vce-asset-color-gradient-container,
.background-effect2 .vce-text-block {
	transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}


.background-effect2:hover .vce-asset-background-simple-item {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.background-effect2:hover .vce-asset-color-gradient-container,
.background-effect2:hover .vce-text-block {
	opacity: 0;
}

/*sidebar*/
@media (min-width: 768px){
.vcv-layout-wrapper {
    grid-template-areas: "header header" "sidebar content" "footer footer";
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
}
}

@media (min-width: 1024px) {
.vcv-layout-wrapper {
    grid-template-areas: "header header" "sidebar content" "footer footer";
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
}
}

.sidebar-top {
    height: calc(100vh - 250px);
}


/*buttons*/
.vce-button--style-outline--size-medium {
	font-size: 12px !important;
}
@media (min-width: 1200px) {
	.vce-button--style-outline--size-medium {
	font-size: 16px !important;
}
}
/* Sidebar */
.vcv-sidebar .vce-icon-group{
	flex-wrap:nowrap;
}
#el-a063313b.active_menu{
	z-index:-1;
}
.post-9 .vce-col-content{
	z-index:1;
}
/*Menu*/
.menu-main-menu-container a {
	text-transform: uppercase;
}

.vce-features--icon {
    width: 1.6em !important;
    height: 1.6em !important;
}

@media (min-width: 769px) {
.vce-features--icon {
    width: 2em !important;
    height: 2em !important;
}
}
/* Instagram feed */
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{
	font-weight:600;
}
/*Mobile Menu*/
.vce-sandwich-menu--link-color-EDEDED .vce-sandwich-menu-inner li.menu-item a {
    text-transform: uppercase;
    font-weight: 600;
}

.vce-hoverbox-wrapper {
	background: #00833d;
}
.vce-hoverbox-background {
	background-color: #fff !important;
}
.vce-hoverbox-wrapper:hover .vce-hoverbox-background {
    filter:        url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
	opacity: 0.4;
}

.hover_box .vce-hoverbox-description p{
	color: #fff;
	font-size: 1.1rem;
}

@media screen and (min-width: 1300px) {
	.hover_box .vce-hoverbox-description p{
	font-size: 1.5rem;
}
}


@media screen and (max-width: 620px) {
	.mobile-logo img {
		max-width: 200px !important;
}
}


/*Masonry gallery*/
.vce-image-masonry-gallery-with-zoom--gap-0 .vce-image-masonry-gallery-with-zoom-item-wrapper {
	margin-bottom: -8px !important;
	}
/*Masonry gallery*/



/*pages*/










@media screen and (min-width: 768px) {
.vce-row.contained .vce-row-content{
	max-width: 458px;
	margin: 0 auto 0;
}
}
@media screen and (min-width: 1024px) {
.vce-row.contained .vce-row-content{
	max-width: 614px;
	margin: 0 auto 0;
}
}
@media screen and (min-width: 1200px) {
.vce-row.contained .vce-row-content{
	max-width: 773px;
	margin: 0 auto 0;
}
}
@media screen and (min-width: 1450px) {
.vce-row.contained .vce-row-content{
	max-width: 1024px;
	margin: 0 auto 0;
}
}
.grey {	
	background: #292929;
}



/*menu*/
.post-120 .vce-text-block-wrapper.vce {
	margin-bottom: 0;
}


/*footer*/
@media screen and (min-width: 768px) {
footer.vcv-footer {
	margin-left: 240px;
}
}

@media screen and (min-width: 1024px) {
	footer.vcv-footer {
		margin-left: 300px;
	}
}

footer a,
footer a:hover {
	color: rgba(255,255,255,0.8);
}

@media screen and (min-width: 690px) {
footer p {
	font-size: 85%;
}
}



footer hr {
	max-width: 50px;
	margin: 0 0 20px;
	height: 3px;
    color: #f6bc12;
    background-color: #f6bc12;
}

@media screen and (max-width: 767px) {
.vce-icon-group-alignment--right {
	-webkit-box-pack: center !important;
    justify-content: center !important;
}

}

footer .vce-features--size-small {
    font-size: 20px !important;
}

@media screen and (min-width: 1024px) {
footer .bottom-logo img {
	max-width: 300px;
}
}



/*contact forms cf7*/
@media screen and (min-width: 600px) {
.wpcf7 .one_half{
	width: 49%;
	margin-right: 1%;
}

.wpcf7 .one_half.last_column{
	width: 49%;
	margin-right: 0;
	margin-left: 1%;
}
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	background: #000;
    border: 1px solid #666;
	color: #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #fff;
}

::-webkit-input-placeholder { 
  color: #aaa;
}
::-moz-placeholder { 
  color: #aaa;
}
:-ms-input-placeholder { 
  color: #aaa;
}
:-moz-placeholder { 
  color: #aaa;
}

input[type="submit"] {
	font-size: 1rem; 
	text-transform: uppercase;
	border: 1px solid;
    margin: 0 auto;
    display: block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
}
div.wpcf7-mail-sent-ok {
	border: none;
	color: #fff;
}
/*contact forms cf7*/




/*Google Maps*/
.vce-google-maps-wrapper {
	margin: 0 !important;
}


/*Responsive Only*/

@media screen and (max-width: 620px) {
footer h3,
footer p,
footer .footer-logo{
	text-align: center !important;
}

.entry-content .vce-row:not(.vce-row--has-col-background) .vce-row-content {
	padding: 0 30px;
}
footer hr {
	margin: 0 auto 20px;
}
}



/*Pop Up Maker*/
div#popmake-398.pum-container {
	background: #000 !important;
}

/* Join us page */
.wpcf7 label{
	color:#fff;
	font-weight:400;
}
#wpcf7-f598-p593-o1 form p{
	margin-bottom:0;
}
#wpcf7-f598-p593-o1 form label{
	margin-top:50px;
}
#wpcf7-f598-p603-o1 form .input__file-button{
	top:0;
}
.top_item_form {
	display: flex;
    justify-content: space-between;
/* 	align-items:center; */
/* 	margin-top:50px; */
}
.top_item_form label:first-child{
	margin-right:8px;
}
.top_item_form label:last-child{
	margin-left:8px;
}
.top_item_form .email-440{
	width:100%;
	margin-right:1%;
}
.top_item_form  .tel-642{
	width:100%;
	margin-left:1%;
}
.bottom_item_form .menu-142{
	width:100%;
	margin-right:1%;
	
}
.bottom_item_form  .select_form_join{
   
	background: #000;
    border: 1px solid #fff;
   color:#f1f1f1!important;
	font-weight:300;
	cursor:pointer;
	padding-left:8px;
	padding-right:8px;
}

.bottom_item_form .select_form_join{
	width:100%;
}
.bottom_item_form  .file-248{
	width:100%;
	margin-left:1%;
}
.bottom_item_form  .file-248 input[type="file"]{
	width:100%;
	color:#f1f1f1!important;
}
.bottom_item_form{
	display: flex;
    justify-content: space-between;
	align-items:center;
	margin-top:50px;
}
.text-aria_join {
/* 	margin-top: 60px; */
}
#form_section_join-us input[type="submit"]{
	margin:40px 0 0 0;
	padding: 1em 4em;
	border:2px solid;
}
#form_section_join-us .checkbox-258 {
	display:block;
	margin-top:25px;
	
}
#form_section_join-us input[type="text"], #form_section_join-us input[type="email"], #form_section_join-us input[type="url"], #form_section_join-us input[type="password"], #form_section_join-us input[type="search"], #form_section_join-us input[type="number"], #form_section_join-us input[type="tel"], #form_section_join-us input[type="range"], #form_section_join-us input[type="date"], #form_section_join-us input[type="month"], #form_section_join-us input[type="week"], #form_section_join-us input[type="time"], #form_section_join-us input[type="datetime"], #form_section_join-us input[type="datetime-local"], #form_section_join-us input[type="color"], #form_section_join-us textarea{
	border: 1px solid #fff;
	color:#fff;
}
#form_section_join-us input[type="text"]::placeholder,#form_section_join-us input[type="email"]::placeholder, #form_section_join-us input[type="tel"]::placeholder,#form_section_join-us textarea::placeholder{
	color:#f1f1f1!important;
	font-weight:300;
}
#form_section_join-us input[type="checkbox"]{
	width:25px;
	height:25px;
	margin-right:15px;
	cursor:pointer;
}
#form_section_join-us .checkbox-258 label{
	color:#f1f1f1;
	font-weight:400;
	display:flex;
	align-items:center;
	
}
#form_section_join-us .education_field{
	width: 49.5%;
/*     margin-top: 50px; */
} 
#form_section_join-us .checkbox-258{
	margin-left:-14px;
}
#form_section_join-us .wpcf7 form.invalid .wpcf7-response-output, #form_section_join-us .wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #fff;
	color:#dc3232;
}
#form_section_join-us .wpcf7 form.sent .wpcf7-response-output{
	color:#46b450;
}
#form_section_join-us .bottom_item_form label {
	width:100%;
	color:#f1f1f1;
	font-weight:300;
}
#form_section_join-us .checkbox-258 .wpcf7-not-valid-tip {
	margin-left:15px;
}
.input__wrapper {
  width: 47%;
  position: relative;
  text-align: center;
	height:48px;
}
 
.file_join_form {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.checkbox_bottom_wrapper {
	margin-top:50px;
}
#form_section_join-us .checkbox-242 label, #form_section_join-us .checkbox-243 label{
	display: flex;
    align-items: center;
	color: #f1f1f1;
    font-weight: 400;
}
#form_section_join-us .checkbox-242, #form_section_join-us .checkbox-243{
	margin-left:-14px;
}
#form_section_join-us .checkbox-242 label{
	margin-bottom:20px;
}
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
	font-weight:600;
}
 
.input__file-button {
  width: 100%;
  max-width: 215px;
  height: 48px;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  cursor: pointer;
 margin-left:8px;
	margin-bottom:0!important;
	position:absolute;
	top:-50px;
	border:2px solid;
}
.field__file-fake {
	width:53%;
	font-size:15px;
	color:#949494;
	overflow:hidden;
	 text-overflow: ellipsis;
	white-space: nowrap;
	position:relative;
	left:15px;
}
.input_text {
	position: absolute;
    left: 0;
    top: -31px;
	font-weight:500;
}
@media screen and (max-width: 1450px){
	.field__file-fake {
	padding-left:15px;
	
}
	.input__wrapper{
		width: 46%;
	}
	.input__file-button{
		margin-left: 6px;
	}
}
@media screen and (max-width: 1024px){
/* 	.text-aria_join {
	margin-top: 40px;
}
	.bottom_item_form{
	margin-top:40px;
}
	.top_item_form {
	margin-top:40px;
} */
	#form_section_join-us .checkbox-258 {
		margin-top:15px;
	}
	#form_section_join-us input[type="submit"]{
		margin:20px 0 0 0;
	}
	.bottom_item_form .file-248 input[type="file"]{
		font-size:17px;
	}
	.top_item_form {
		flex-direction:column;
	}
	.bottom_item_form{
		flex-wrap:wrap;
	}
	.bottom_item_form  .file-248{
	
	margin-left:0;
}
	.bottom_item_form .menu-142{

	margin-right:0;
	
}
	.top_item_form .email-440{

	margin-right:0;
}
.top_item_form  .tel-642{
	
	margin-left:0;
}
	.input__file-button{
		margin-left:0;
	}
	.input__wrapper {
		margin-top:80px;
	}
	.field__file-fake{
		top:20px;
	}
/* 	#form_section_join-us .education_field {
		width:100%;
		margin-top:40px;
	} */
	.checkbox_bottom_wrapper {
	margin-top:40px;
}
	.top_item_form label:first-child{
	margin-right:0px;
}
.top_item_form label:last-child{
	margin-left:0px;
}
	#wpcf7-f598-p593-o1 form label{
	margin-top:30px;
}
	#form_section_join-us .education_field{
		width:100%;
	}
}
@media (max-width:576px){
		#wpcf7-f598-p593-o1 form label{
	margin-top:20px;
}
}
@media (min-width:520px) and (max-width:1024px){
	.input__wrapper{
	width: 35%;	
	}
	.field__file-fake{
		    width: 65%;
	}
}



.text_button,.social_hidden{
	width:0;
	height:0;
	font-size:0;
	overflow:hidden;
}
