/* 
 Theme Name:     Divi Child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.co 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#sb_instagram {
    padding-bottom: 0 !important;
}

#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover {
  opacity:1;
  color:#faae42 !important;
}

#main-header {
  top:0 !important;
}

.et_header_style_left #et-top-navigation {
  padding: 20px 0 0 0 !important;
}

@media only screen and (min-width: 981px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom: 20px !important;
	}
}

#logo {
  max-height: 70% !important;
}

#top-header {
  float: right;
  background: transparent;
  width: 60%;
  text-align: right;
  padding: 15px 0 0 0;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

#top-header .container {
	width:100%;
    padding-right:0 !important;
}

#top-header a {
    color: rgba(255,255,255,0.6) !important;
    font-size: 12px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.nav li ul {
	width:250px;
}

#top-menu li li {
	padding: 7px 20px;
}

#top-menu li li a {
	padding:0;
	background:transparent !important;
	width:100%;
}

#top-menu li li a:hover {
	color: #f9ae43 !important;
}

#et-secondary-menu {
  float: right;
}

#et-secondary-nav, #et-secondary-nav li {
  display: inline-block;
}

#top-header, #et-secondary-nav {
  -webkit-transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

#et-secondary-nav li {
  position: relative;
  text-align: right;
}
#et-secondary-nav li {
  margin-right: 15px;
}
#et-secondary-nav, #et-secondary-nav li {
  display: inline-block;
}

#et-info, #et-secondary-menu>ul>li a {
  padding-bottom: 0.75em;
  display: block;
}
#top-header, #top-header a, #et-secondary-nav li li a, #top-header .et-social-icon a:before {
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
#top-header, #top-header a {
  color: rgba(255,255,255,0.51);
}

.menu-item-gtranslate {
  position: relative;
  width: 150px;
}

.menu-item-gtranslate > div {
  top:-21px;
}

.skiptranslate {
	display:none !important;
}

#top-header .switcher {
	width:152px !important;
}

#top-header .switcher .option a {
  color: #505050 !important;
  padding: 3px 5px;
}

#top-header .switcher .selected a {
  border: 1px solid #ccc;
  color: #666 !important;
  padding: 1px 6px 0px;
  width: 139px;
  line-height: 30px;
}

#top-header .switcher a img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  margin-right: 5px;
  margin-top: -2px;
}

#top-header .switcher .selected a:after {
  height: 29px;
}

/* Jumping Header Fix */
div.et_pb_section.et_pb_section_0 {
  padding-top:155px !important;
}

/* INNERS */

.atf h1 {
	text-transform: none !important;
	font-weight: 300 !important;
}

.about_section h2 {
	font-family: 'Abril Fatface', display !important;
	font-weight: 300 !important;
	text-transform: none !important;
	margin-bottom: 20px;
	color: #2b327d;
}

.about_title h2 {
	font-family: 'Abril Fatface', display !important;
	font-weight: 300 !important;
	text-transform: none !important;
	margin-bottom: 20px;
	color: #2b327d;
	font-size: 38px;
}

.col-about1:hover h2, .col-about1:hover p, .col-about2:hover h2, .col-about2:hover p, .col-about3:hover h2, .col-about3:hover p {
	color: white !important;
}


/* gallery directory*/
.gallery-container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.gallery-item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  text-align: center;
  transition: flex 0.8s ease;
	position: relative;
}

.gallery-item h2 {
  position: relative;
	font-family: 'Abril Fatface';
	font-weight: 300 !important;
	text-transform: none;
  font-size: 40px;
  top: 50%;
  color: white;
  -webkit-transition: font-size 0.7s ease;
	-moz-transition: font-size 0.7s ease;
	-o-transition: font-size 0.7s ease;
	transition: font-size 0.7s ease;
} 
.gallery-item img {
  margin: 0 auto !important;
    display: block;
    width: 220px;
    position: absolute;
    top: 30%;
	vertical-align: middle;
    left: 50%;
    transform: translate(-50%,0);
}

.gallery-item:hover {
  flex: 3;
  }

.gallery-item-1:hover >h2{
	font-size: 50px;
	-webkit-transition: font-size 0.6s ease;
	-moz-transition: font-size 0.6s ease;
	-o-transition: font-size 0.6s ease;
	transition: font-size 0.6s ease;
}

.gallery-item-2:hover >h2{
	font-size: 50px;
	-webkit-transition: font-size 0.6s ease;
	-moz-transition: font-size 0.6s ease;
	-o-transition: font-size 0.6s ease;
	transition: font-size 0.6s ease;
}

.gallery-item-3:hover >h2{
	font-size: 50px;
	-webkit-transition: font-size 0.6s ease;
	-moz-transition: font-size 0.6s ease;
	-o-transition: font-size 0.6s ease;
	transition: font-size 0.6s ease;
}
.gallery-item-1 {
  background-image: url("/wp-content/uploads/2021/03/Glasgow-Hills14_DJI_0959-.jpg");
  }

.gallery-item-2 {
  background-image: url("/wp-content/uploads/2021/03/Darnley-Beach.jpg");
}

.gallery-item-3 {
  background-image: url("/wp-content/uploads/2021/03/lakeside-sunset-4.jpg");
}

/* HEADER ANIMATIONS */

#header-section * {
  cursor: none;
}

.shapes {
  position: relative;
  height: 730px;
  width: 100%;
  background: url("/wp-content/uploads/2021/03/tim-foster-FnbmWbGfvTI-unsplash.jpg") no-repeat bottom;
  background-size: cover;
  overflow: hidden;
}

.shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%;
}

.shape.shape-1 {
  background: radial-gradient(#ffc088 20%, rgb(255, 192, 136, .33) 60%, transparent 100%);
  width: 250px;
  height: 250px;
  margin: -83px -171px;
}
.shape.shape-2 {
  background: rgba(255, 197, 96, .28);
  width: 150px;
  height: 150px;
  margin: -40px 0 0 -120px;
}
.shape.shape-3 {
  background: rgba(249, 212, 89, .45);
  width: 50px;
  height: 50px;
  margin: 10px 0 0 -70px;
}

.content-shapes {
  top: 0;
  left: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 730px;
  width: 100%;
  background: rgba(0,0,0,0.3);
  padding: 180px 100px 130px 100px;
}

.content-shapes h1 {
  font-size: 115px;
  color: white;
  margin: 0;
  text-align: center;
  font-weight: 900;
  font-family: Abril Fatface;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

.content-shapes p {
	font-family: lato;
    font-size: 22px;
    text-align: center;
    color: white;
    line-height: 1.8em;
	max-width: 90%;
	margin: 0 auto;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

::-moz-selection {
  color: #fff;
  background: #2128bd;
}

::selection {
  color: #fff;
  background: #2128bd;
}

/* BUTTON*/

.boxbutton div {
  display: block;
  height: 100%;
  -webkit-animation: hue-rotate 10s linear infinite;
          animation: hue-rotate 10s linear infinite;
}

.boton {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background-color: #faae42;
  border: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  color: white;
  padding: 20px 40px;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
}
.boton:hover {
  background-color: #f16725;
  color: #fff;
}
.boton:active {
  transform: scale(0.95);
}
.boton--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
}
.boton--bubble:hover {
  background: none;
}
.boton--bubble:hover + .boton--bubble__effect-container .circle {
  background: #f16725;
}
.boton--bubble:hover + .boton--bubble__effect-container .boton {
  background: #f16725;
}
.boton--bubble:active + .boton--bubble__effect-container {
  transform: scale(0.95);
}
.boton--bubble__container {
  position: relative;
  display: inline-block;
  overflow:hidden;
}
.boton--bubble__container .effect-boton{
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  transform: translateY(-50%);
  background: #faae42;
  transition: background 0.1s ease-out;
}

.boton--bubble__effect-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  filter: url("#goo");
  transition: all 0.1s ease-out;
  pointer-events: none;
}
.boton--bubble__effect-container .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #faae42;
  transition: background 0.1s ease-out;
}
.boton--bubble__effect-container .circle.top-left {
  top: 40%;
  left: 27%;
}
.boton--bubble__effect-container .circle.bottom-right {
  bottom: 40%;
  right: 27%;
}

.goo {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.boton--bubble__container {
  top: 50%;
  margin-top: -25px;
}

@-webkit-keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

/* Gravity Forms */

.gform_body input[type=text] {
	background-color: #fff;
  border: 1px solid #bbb;
  color: #717171;
  padding: 13px !important;
}

.gform_wrapper .top_label .gfield_label {
    font-size: 14px;
    text-transform: uppercase;
    color: #717171;
}

.gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 5px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none !important;
}

.gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_checkbox li label {
	font-size: .975em !important;
}

.gform_wrapper .top_label input.medium {
    width: 100% !important;
}

.gform_footer input[type=submit] {
	font-size: 18px;
  font-family: Open Sans;
  text-transform: uppercase!important;
  background-color: #faae42;
  padding-top: 11px!important;
  padding-right: 34px!important;
  padding-bottom: 11px!important;
  padding-left: 34px!important;
  border: 2px solid;
  border-radius: 3px;
  border-color: #faae42 !important;
  color: white;
  cursor:pointer;
}

.gform_footer input[type=submit]:hover {
	color: white; 
	border-color: #f16725 !important;
	background: #f16725;
}

#gform_confirmation_message_1 {
font-size: 28px;
line-height: 1.3em;
padding: 20px;
text-align: center;
}

/* MISC */

.fader {
  display:none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.87);
  z-index: 2;
}
.fader img {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.ajax_loader_big {
  display: none;
  margin: -15px auto 0;
  padding: 20px;
  height: 25px;
  width: 25px;
}


/* SEARCH */

#et_top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: auto;
  color: white;
  display:none;
}

.et-top-search {
  display: none;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #faae42;
  border-bottom: 0;
  border-top: 0;
  padding: 0;
  z-index: 999999;
}

#et_search_icon:before {
  font-size:15px;
}

.admin-bar .et-top-search {
  top:32px;
}
#main-header .et-search-form {
  background: #ffffff;
  padding: 30px 100px;
  position: relative;
  height: 118px;
  right:0;
}
.search-view-more-btn {
  border: 2px solid white;
  color: white;
  padding: 10px 75px;
  border-radius: 25px;
  display: table;
  text-transform: uppercase;
  margin: 30px auto 0;
  font-weight: bold;
  transition:0.4s all;
}
.search-view-more-btn:hover {
  background:white;
  color:#2E9770;
}
input.et-search-field {
  width: 100%;
  background: none;
  padding: 7px 0px;
  font-size: 32px;
  border-bottom: 3px solid #efefef;
  border-radius: 0;
  font-weight: 700;
  position: relative;
  color: black;
  right:0;
}
input.et-search-field::placeholder {
  font-weight:700;
}
input.et-search-field:focus {
  background:transparent;
  color: #faae42;
}
span.highlight {
  position: absolute;
  bottom: 32px;
  left:100px;
  font-size: 32px;
  z-index: 10;
  height: 0;
  overflow: hidden;
  color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  border-top: 3px #faae42;
  min-width: 3px;
  font-weight: 700;
}
span.et_close_search_field {
  right:10px !important;
  top:10px;
  margin:0;
  opacity:0.7;
}
span.et_close_search_field:after {
  color:black !important;
}
span.et_close_search_field:hover {
  opacity:1.0;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions, .mobile-nav div.mobile-form .autocomplete-suggestions {     
  background: #ffffff;
  overflow: visible;
  max-height: initial !important;
  width: 100% !important;
  margin-top: 1px;
  border-radius:0;
}
.et-top-search .autocomplete-suggestions {
  background:rgba(0,0,0,0.0);
  width:100% !important;
  right:0;
  left:0;
  bottom:0;
  top:118px;
  box-shadow:none;
  padding:50px 100px;
  margin-top:0;
  border:0;
  overflow-y:scroll;
}
.mobile-nav div.mobile-form .autocomplete-suggestions {
  left: 0px;
  right: 0px;
  width:auto !important;
  border-radius:0;
  font-size:15px;
  z-index:99999 !important;
  max-height: 520px !important;
  overflow: hidden;
  overflow-y: scroll;
}
.et-top-search .autocomplete-suggestion, .et-top-search .autocomplete-no-suggestion { 
padding: 9px 10px; 
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
border-bottom: 1px solid #ebebeb;
cursor: pointer; 
}
.mobile-nav div.mobile-form .autocomplete-suggestion, .mobile-nav div.mobile-form .autocomplete-no-suggestion {
padding: 12px 10px 6px; 
border-bottom: 1px solid #ebebeb;
cursor: pointer; 
}
.et-top-search .autocomplete-no-suggestion {
  color: white;
  border: 0;
  padding: 0;
}
.et-top-search .autocomplete-suggestion {color:white;}
.et-top-search .autocomplete-suggestion {
  border-bottom: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  width:100%;
}
.et-top-search .autocomplete-suggestion:last-child, .mobile-nav div.mobile-form .autocomplete-suggestion:last-child {border-bottom:0;}
.et-top-search .autocomplete-selected, .mobile-nav div.mobile-form .autocomplete-selected { text-decoration:underline;}
.et-top-search .autocomplete-suggestions strong, .mobile-nav div.mobile-form .autocomplete-suggestions strong { font-weight: bold; color: white; }
.et-top-search .autocomplete-group, .mobile-nav div.mobile-form .autocomplete-group { 
  padding: 2px 0px; 
}
.et-top-search .autocomplete-group {
  float: left;
  width: 26.33%;
  margin-right: 10%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 30px;
}
.et-top-search .autocomplete-group:nth-of-type(3n+3) {
  margin-right:0;
}
.et-top-search .autocomplete-group strong, .mobile-nav div.mobile-form .autocomplete-group strong { 
display: block; color:#064b5d;
}
.et-top-search .autocomplete-group strong {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid;
}
.et-top-search .autocomplete-span, .mobile-nav div.mobile-form .autocomplete-span {
  padding: 2px 4px 1px;
  font-size: 11px;
  margin-right: 8px;
  text-transform: uppercase;
  float: left;
  line-height: 19px;
  margin-top: 3px;
  color: white;
  width: 60px;
  text-align: center;
}
.autocomplete-suggestion p {
  font-size: 14px;
  font-weight: 400;
}
.autocomplete-suggestion span {
  display: block;
  font-size: 10px;
  text-decoration: none;
  color: silver;
  margin-top: -7px;
  font-weight: 400;
}
.mobile-nav div.mobile-form .autocomplete-span {
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
  margin-top: 0;
  width: auto;
  text-align: left;
  display: inline-block;
  color: #1584a4;
}
.mobile-nav div.mobile-form .autocomplete-par {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    color:black;
  }
.et-top-search .event-span, .mobile-nav div.mobile-form .event-span{
  background: #F76062;
}
.et-top-search .post-span, .mobile-nav div.mobile-form .post-span{
  background: #329fc1;
}
.et-top-search .notice-span, .mobile-nav div.mobile-form .notice-span{
  background: #3bc36e;
}
.et-top-search .autocomplete-suggestions:before, .mobile-nav div.mobile-form .autocomplete-suggestions:before {
  content:'';
  display:none;
  width:0;
  height:0;
  position:absolute;
  top:0;
  left:calc(50% - 7.5px);
  border-color:rgba(204,204,204,1);
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7px solid white;
  margin-top:-7px;
}

/* FOOTER */

#footer-bottom {
	background:white;
}

#footer-info {
    text-align: center;
    padding-bottom: 10px;
    float: none;
	font-size:11px;
}

.footer-info-text {
	text-align:center;
}

.footer-info-img-wrap {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin: 10px 0;
}

.footer-info-img-wrap img {
	width:53px;
}

.footer-widget .textwidget h4{
	color:white;
}

#footer-widgets .footer-widget li {
  padding-left: 0px !important; 
}

#footer-widgets p {
	    font-size: 14px;
}

.mobile_menu_bar:before { 
color: white !important;
}

/* FOOTER ICONS */

ul.footer-icons {
	text-align: center;
}

ul.footer-icons li {
	display: inline-block;
 	margin: 0 3px;
}

ul.footer-icons li a {}

ul.footer-icons li a span {
	font-size: 25px !important;
}

#footer-widgets .footer-widget li:before  {
  display:none
}

/* MOBILE */

.mobile-menu-trigger {
    display:none;   
    float: right;
    position: absolute;
    right: 0px;
    top: 16px;
}

.menu-icon {
    position: relative;
    width: 1.5em;
    height: 2.5em;
}

.menu-icon span {
    position: absolute;
    height: 0.15em;
    width: 100%;
    background-color: #fff;
    transition: all 250ms ease-in-out;
    transform: rotate(0deg);
    border-radius: 3px;
}

.menu-icon span:nth-child(1) {
    top: 0.39375em
}
    
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 0.9655em;
}

.menu-icon span:nth-child(4) {
    top: 1.475em;
}

.mobile-menu-trigger:hover span,
.mobile-menu-trigger:focus span,
.mobile-menu-trigger:active span {
    background: #fff;
}

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
    opacity: 0; 
}

.menu-icon.is-active span:nth-child(2) {
    transform: rotate(45deg);
}

.menu-icon.is-active span:nth-child(3) {
    top: 0.9655em;
    transform: rotate(-45deg);
}

.menu-icon.is-active {
    position: fixed;
    right:38px;
}

.menu-icon.is-active span {
    background:#fff;
}
@media (max-width: 479px)
{
	.gallery-wrap {
		display: flex!important;
		flex-direction: column !important;
	}
	.gallery-item h2 {
		top:16%!important;
	}
}
/* RESPONSIVE */
@media (min-width:981px) {
	#top-menu li.hide-desktop {
		display:none;
	}
}
@media (max-width:980px) {
    a.site_btn,.mobile_menu_bar,#top-menu li.hide-mobile {display:none;}
    .mobile-menu-trigger {display:block;z-index:3;}   
    .mobile-menu-show {
        width:100% !important;
        margin-left:0 !important;
    }
	#top-header, #et-secondary-nav, #et-secondary-menu {
		display:block !important;
	}
	#top-header {
		z-index:1;
	}
	#top-header li {
		display:none;
	}
	#top-header li.menu-item-gtranslate {
		width:150px;
		display:block;
	}
	.menu-item-gtranslate > div {
		top: 0px;
		right: 56px;
	}
	#top-header .switcher {
		width: 66px !important;
	}
	.switcher .option {
		width:70px;
	}
	#top-header .switcher .selected a {
		width:auto;
		font-size:0;
	}
	#top-header .switcher .option a {
		font-size:0;
	}
    #et-top-navigation {
        height:60px;
    }
    #top-menu {
        margin-left:-100%;
        width: 0;
        padding: 0;
        float: right;
        margin-top: 0;
        position: fixed;
        background: #000;
        color: white;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0px;
        transition:1.3s all;
        display:block !important;
        padding-top:10px;
        padding-bottom:150px;
        height:100vh;
        overflow-y:scroll;
		z-index:2;
    }
    .admin-bar #top-menu {
        padding-top:56px;
    }
    #top-menu li {
        display: inline-block;
        font-size: 14px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 30px;
        line-height: 2em;
    }
    #top-menu li a {
        color:white;
        opacity: 1;
        padding:10px 0 !important;
    }
    #top-menu li a:after {
        border-color:white;
    }
    #top-menu .menu-item-has-children>a:first-child:after {
        display:none;
    }
    #top-menu ul.sub-menu {
        background: transparent;
        display: block;
        width: 100%;
        border: 0;
        position: relative;
        color: white !important;
        padding: 0 !important;
        opacity: 1;
        visibility: visible;
    }
    #top-menu li li {
        padding: 0;
        margin: 0;
        line-height: 2em;
    }
    #top-menu li li a {
        color: white !important;
        padding: 10px 0 10px 20px !important;
    }
    #footer-info a { 
        position:relative;
        text-align:center;
    }
}

@media (max-width: 980px) {
    .menu-item-gtranslate > div {
        display: none !important;
    }
}