/*
 Theme Name:   Voyagaire Child Theme
 Theme URI:    https://www.voyagaire.com
 Description:   Website development for Voyagaire Lodge & Houseboats
 Author:       Iceberg Web Design
 Author URI:   https://www.icebergwebdesign.com
 Template:     iceberg
 Text Domain:  iceberg-child

 START YOUR CHILD THEME CSS HERE
*/


/* --- NAVIGATION --- */
.iceberg-fixed-navigation.iceberg-style-fixed, .iceberg-fixed-navigation.iceberg-style-slide {
    box-shadow: 0 0 20px rgba(20,20,20,0.1);
}
.iceberg-navigation-submenu-indicator .sf-menu > li > a.sf-with-ul-pre:after {
	margin-left: 8px;
}
li.iceberg-main-menu-right-button {
    padding: 10px 22px 10px 22px !important;
    background: #0069a6;
    background: linear-gradient(to right, #0069a6, #17aaff);
    -moz-background: linear-gradient(to right, #0069a6, #17aaff);
    -o-background: linear-gradient(to right, #0069a6, #17aaff);
    -webkit-background: linear-gradient(to right, #0069a6, #17aaff);
	border: none;
	border-radius: 25px;
	font-size: 12px;
	transition: all 300ms;
	margin-left: 12px !important;
}
.iceberg-navigation .sf-menu > li.iceberg-main-menu-right-button > a {
	padding-bottom: 0;
}
.iceberg-body .iceberg-main-menu-right-button:hover {
    color: #122133 !important
}
.iceberg-main-menu-right-button.iceberg-style-round {
	margin-top: -8px;
}
.iceberg-header-style-plain.iceberg-style-menu-right .iceberg-main-menu-right-wrap {
	margin-left: 0;
}
.iceberg-navigation .sf-menu > .iceberg-normal-menu li {
    letter-spacing: 0.5px;
}
.iceberg-animate-fixed-navigation.iceberg-header-style-plain .iceberg-navigation .sf-menu > li.iceberg-main-menu-right-button > a, .iceberg-animate-fixed-navigation.iceberg-header-style-boxed .iceberg-navigation .sf-menu > li.iceberg-main-menu-right-button > a {
    padding-bottom: 0;
}

/* --- HEADINGS --- */
.iceberg-body h1, .iceberg-body h2, .iceberg-body h3, .iceberg-body h4, .iceberg-body h5, .iceberg-body h6 {
    line-height: 1;
}

/* --- FORMS --- */

.iceberg-body input, .iceberg-body textarea {
    color: #4e4e4e;
    padding: 15px 20px !important;
    border: 1px solid #e2e2e2;
    font-size: 18px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}

/* form button */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    padding: 15px 33px !important;
    background: #0069a6;
    background: linear-gradient(to right, #0069a6, #17aaff);
    -moz-background: linear-gradient(to right, #0069a6, #17aaff);
    -o-background: linear-gradient(to right, #0069a6, #17aaff);
    -webkit-background: linear-gradient(to right, #0069a6, #17aaff);
	border: none;
	border-radius: 25px;
	transition: all 300ms;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1em;
    width: auto !important;
    line-height: 1em !important;
}

/* form placeholder text */
::-webkit-input-placeholder { /* Chrome */
  color: #494949 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #494949 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #494949 !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #494949 !important;
  opacity: 1 !important;
}

#input_7_1, #input_7_3 {
	padding:8px!important;
}

/* 404 placeholder text */
.error404 ::-webkit-input-placeholder { /* Chrome */
  color: #aaa !important;
}
.error404 :-ms-input-placeholder { /* IE 10+ */
  color: #aaa !important;
}
.error404 ::-moz-placeholder { /* Firefox 19+ */
  color: #aaa !important;
  opacity: 1 !important;
}
.error404 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #aaa !important;
  opacity: 1 !important;
}


/* form input color for White Text skin */
.iwd-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), 
.iwd-core-page-builder-body [data-skin="White Text"] textarea {
    color: #494949;
}


/* --- GALLERY --- */

/* put overlay caption in center of image */
.iwd-core-image-overlay.iwd-core-gallery-image-overlay .iwd-core-image-overlay-content {
    top: 50% !important;
}

/* lightbox captions */
.ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
    background: none;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
    font-size: 18px;
}

/* --- LOGO SALAD --- */

.logo-salad {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.logo-salad img {
  padding: 5px;
}

.map-marker-i {
	float: left;
	margin-right: 15px;
	width: 12px;
	height: 50px;
}
.map-marker {
	margin-bottom: 20px;
}
.envelope-i {
	float: left;
	margin-right: 15px;
	width: 12px;
	height: 25px;
}
.copyright-section {
	
	display: flex;
}
.copy-info {
    
    text-align: left;
    max-width: 450px;
    margin-right: 100px;
    text-transform: none;
    letter-spacing: 1px;
}
div.iceberg-copyright-wrapper > div {
	max-width: unset;
}

.iceberg-blog-title-wrap .iceberg-single-blog-title-style-2 .iceberg-single-article-title {
    margin-bottom: 20px;
    margin-top: 5px;
}

/* --- TABLES --- */

table tr:nth-child(even) {
    background-color: #ffffff;
}
table tr:nth-child(odd) {
    background-color: #ffffff;
}
.foo-table tbody th {
	background-color: #122133 !important;
}
table tr th {
    background-color: #0069a6 !important;
}
.foo-table tbody td {
	color: #494949;
	border-color: #e2e2e2 !important;
}
table {
	text-align: left;
	border: 1px solid #e2e2e2 !important;;
}

.iwd-core-blog-full.iwd-core-style-2 .iwd-core-blog-info-wrapper .iwd-core-blog-info {
    margin-right: 0px;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: unset;
}
.iwd-core-blog-full .iwd-core-excerpt-read-more {
    padding: 10px 28px 10px 28px;
    background: #ffaa2e;
    background: linear-gradient(to right, #ffaa2e, #fcc740);
    -moz-background: linear-gradient(to right, #ffaa2e, #fcc740);
    -o-background: linear-gradient(to right, #ffaa2e, #fcc740);
    -webkit-background: linear-gradient(to right, #ffaa2e, #fcc740);
	border: none;
	font-size: 12px;
	transition: all 300ms;
	border-radius: 25px;
}
.iwd-core-blog-full .iwd-core-excerpt-read-more:hover {
    color: #122133 !important
}

/* --- RESPONSIVE --- */

@media screen and (max-width: 1280px) {
	#hero > div > h1 {font-size: 48px !important;}
	.iceberg-logo-inner {max-width: 200px;}
	.iceberg-navigation .sf-menu > li > a, .iceberg-navigation .sf-vertical > li > a {font-size: 12px !important;}
}
@media screen and (max-width: 1165px) {
	.iceberg-navigation .sf-menu > li {padding-left: 10px !important;padding-right: 10px !important;}
	.iceberg-logo-inner {max-width: 150px; margin-top: 5px;}
	.iceberg-body .iceberg-main-menu-right-button {padding: 8px 20px 8px 20px; margin-left:15px;}
}
@media screen and (max-width: 1050px) {
	.iceberg-logo-inner {max-width: 140px;}
	.iceberg-logo {padding-right: 0 !important;}
	.iceberg-navigation .sf-menu > li > a { font-size: 11px !important;}
	.iceberg-navigation .sf-menu > li.iceberg-main-menu-right-button {
    padding: 8px 18px 8px 18px !important;
}

/* Breakpoint for mobile header - 999px */


/* Breakpoint for column stacking - 768px */
@media screen and (max-width: 768px) {
    .iceberg-page-title-wrap .iceberg-page-title {font-size: 28px !important;}
    .iwd-core-title-item .iwd-core-title-item-title {font-size: 28px !important;}
    .logo-salad {flex-wrap:wrap;}
    .logo-salad img {max-width: 100px;}
    .flex-on-mobile > div > div {display: flex;flex-direction: column-reverse;}
	.copyright-section {display: block;}
	.copy-info {text-align: center; margin-bottom: 30px; margin-right:0;}
	.iceberg-footer-wrapper .widget {margin-bottom: 30px;}
	.iceberg-footer-column {margin-bottom: 20px;}
	.iceberg-footer-wrapper {padding-bottom: 20px;}
	.iceberg-overlay-menu-content ul.menu > li {font-size: 17px; padding-bottom: 10px; margin-bottom: 10px;}
	.iceberg-main-menu-right-button {float: unset; display: inline-block; margin-top: 20px;}
	li.iceberg-main-menu-right-button {font-size: 14px !important; margin-left: 0 !important; border-bottom: 0 !important;}
	.iceberg-overlay-menu-content ul li.menu-item-has-children > a:after {margin-left: 8px;}
}

.iceberg-navigation .sf-menu > li:first-child {
    padding-left: 0px !important;
}
