/*
Theme Name: Sycamores Child
Theme URI: https://russellherder.com
Description: My Theme Child Theme
Author: Packy Savvenas
Author URI: https://russellherder.com
Template: potw-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme-child
*/

.entry-title {
    display: none !important;
}


#header {
    padding: 20px 0px 20px 0px;
}

.main-menu .navigation {
    position: static;
    margin: 0;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 35px;
    padding: 15px 0 15px;
    transition: all ease 500ms;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li a {
    font-weight: 600;
    font-family: 'Jost', 'Arial', sans-serif;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    opacity: 1;
    color: #546173;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #1C3766;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.home .main-menu .navigation>li>a {
    color: black;
}

.container-fixed .main-menu .navigation>li>a {
    color: #000000;
}

.main-menu .navigation>li:hover>a::after,
.main-menu .navigation>li.current>a::after {
    width: 22px;
}

.main-menu .navigation > li.menu-item-has-children > a {
  padding-right: 16px !important;
}

.main-menu .navigation > li.menu-item-has-children > a:before {
  font-family: flaticon;
  content: "\f107";
  position: absolute;
  color:  black;
  right: 0px;
  font-size: 12px;
  line-height: 34px;
  font-weight: 800;
} 

.container-fixed .main-menu .navigation>li.menu-item-has-children>a:before {
    color: black;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 30px;
    top: 60px;
    padding: 10px 10px;
    min-width: 300px;
    z-index: 100;
    opacity: 0;
    list-style: none;
    visibility: hidden;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--color-dark);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--color-yellow);
    padding-left: 10px;
}

.main-menu .navigation>li>ul>li.menu-item-has-children>a:after {
    font-family: flaticon;
    content: "\f102";
    position: absolute;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 20px;
    display: block;
    color: var(--color-dark);
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}

.main-menu .navigation>li>ul>li.menu-item-has-children:hover>a:after {
    color: var(--color-dark);
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 120%;
    top: 0%;
    min-width: 190px;
    z-index: 100;
    list-style: none;
    opacity: 0;
    display: block;
    padding: 10px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all var(--transition-dur) ease;
    -moz-transition: all var(--transition-dur) ease;
    -webkit-transition: all var(--transition-dur) ease;
    -ms-transition: all var(--transition-dur) ease;
    -o-transition: all var(--transition-dur) ease;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--color-dark);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: var(--color-yellow);
    padding-left: 10px;
}

/* This is where you can animate the menu drop down */

/* .main-menu .navigation>li.menu-item-has-children>ul {
  transform: rotateZ(8deg);
  -moz-transform: rotateZ(8deg);
  -webkit-transform: rotateZ(8deg);
  -ms-transform: rotateZ(8deg);
  -o-transform: rotateZ(8deg); 
} */

.main-menu .navigation>li.menu-item-has-children:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block;
    left: 0%;
    border-top: 0px !important;
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.main-menu .navigation li>ul>li.menu-item-has-children>ul {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.main-menu .navigation li>ul>li.menu-item-has-children:hover>ul {
    visibility: visible;
    display: block;
    opacity: 1;
    top: 0;
    left: 100%;
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu>ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu>ul li.menu-item-has-children .dropdown-btn i.flaticon-arrow-down-sign-to-navigate::before {
    font-size: 100px;
}

.navbar-open {
    position: relative;
    display: none;
    background-color: unset;
    padding: 0;
    border: none;
    position: absolute;
    right: 32px;
    top: 2px;
}

.navbar-open .flaticon {
    color: #000;
    display: block;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    padding: 18px 0px;
    margin-right: -15px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transition: all var(--transition-dur) ease;
    -moz-transition: all var(--transition-dur) ease;
    -webkit-transition: all var(--transition-dur) ease;
    -ms-transition: all var(--transition-dur) ease;
    -o-transition: all var(--transition-dur) ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 6px;
    top: 12px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 26px;
    color: var(--color-dark);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all var(--transition-dur) ease;
    -moz-transition: all var(--transition-dur) ease;
    -ms-transition: all var(--transition-dur) ease;
    -o-transition: all var(--transition-dur) ease;
    transition: all var(--transition-dur) ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .navigation {
    position: relative;
    padding-top: 50px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: var(--color-dark);
    text-transform: capitalize;
    transition: all var(--transition-dur) ease;
    -webkit-transition: all var(--transition-dur) ease;
    -moz-transition: all var(--transition-dur) ease;
    -ms-transition: all var(--transition-dur) ease;
    -o-transition: all var(--transition-dur) ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: var(--color-red);
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: var(--color-dark);
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}


.potw-search {
    position: relative;
    cursor: pointer;
}

.potw-search .control-search {
    width: 30px;
    height: 30px;
    background-size: 200% auto;
    /* background-image: linear-gradient(to right, #1aa1a4 0%, #1aa1a4 51%, #1aa1a4 100%); */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}


.potw-search .control-search a:hover {
    background-position: right center;
    color: white;
    box-shadow: none;
}

.potw-search .control-search .icon {
    color: #1aa1a4;
}

.potw-search .control-search.search-open i:before {
    content: '\f00d';
}

.potw-search .potw-search-content {
    position: absolute;
    top: 100%;
    right: -35px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    z-index: 9;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    margin-top: 16px;
    border: 1px solid #dee2e6;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    visibility: hidden;
    padding: 15px;
}

.potw-search .potw-search-content:after {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #dee2e6;
    position: absolute;
    bottom: 100%;
    right: 40px;
}

.potw-search .potw-main-search {
    padding-top: 0;
}

.potw-search.open .potw-search-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}


.potw-main-search .potw-search {
    position: relative;
}

.potw-main-search .potw-search input {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 46px;
}

.potw-main-search .potw-search input.input-search {
    background: #fff;
    font-size: 16px;
}

.potw-main-search .potw-search .btn-search {
    position: absolute;
    width: auto;
    height: 100%;
    right: 6px;
    top: 0;
    z-index: 9;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.potw-main-search .potw-search .btn-search input {
    border: none;
}

.return-top {
    background-color: #1AA1A4;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    text-transform: uppercase;
    line-height: 52px;
    display: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.return-top i {
    font-size: 24px;
}

.return-top:hover {
    cursor: pointer;
    background: #fff;
    color: #1c3766;
    box-shadow: 1px 1px 10px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 1px 1px 10px 0px rgba(42, 67, 113, 0.15);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.event-add-to-calendar a {
    background-color: #DE962C;
    border-radius: 50px;
    padding: 15px 35px;
    text-decoration: none;
    color: #FFFFFF !important;
    transition: background-color 0.3s ease;
}

.event-add-to-calendar a:hover {
    background-color: #135655;
    color: white;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
    background-color: #DE962C;
    border-radius: 50px;
    padding: 15px 35px;
    text-decoration: none;
    color: #FFFFFF;
    transition: background-color 0.3s ease;
    border: none;
}

.form-container {
  display: flex;
  align-items: center;
}

.form-container input[type="email"] {
  padding: 8px 12px;
  font-size: 16px;
  height: 40px;
}

.form-container input[type="submit"] {
  margin-left: 10px;
  background-color: #DE962C;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 16px;
  height: 40px;
}

.form-container input[type="submit"]:hover {
  background-color: #c77b1a;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
    background-color: white;
    /* height: 90vh; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 1%;
    width: 80% !important;
    border-radius: 0px 100px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    margin-top: 25px;
    margin-right: 25px;
}

.open-popup-link {
    font-size: 13px;
    text-decoration: underline !important;
    text-transform: uppercase;
}

.white-popup {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* background: #FFF; */
    /* padding: 20px; */
    /* max-width: 800px; */
    /* width: auto; */
    /* margin: 0 auto; */
    overflow-y: auto;
    max-height: 80%;
    align-items: center;
}

.popup-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  max-width: 60%;
  padding:20px;
  color:#767779;
}

.popup-text-container h2 {
  color:#135655;
}
.popup-text-container .subtitle {
  color:#DE962C;    
}


.popup-image-container {
  flex: 1;
  max-width: 40%;
  text-align: left;
  min-height: 700px;
  border-radius: 0px 0px 0px 100px;
}

.popup-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-height: 350px; */
    overflow: hidden;
    flex: 1;
    max-width: 90%;
    padding-right: 20px;
    background-position: top center; /* Center the background image */
    background-repeat: no-repeat; /* Do not repeat the background image */
    background-size: cover;
}

.popup-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.popup-arrow-left {
  left: 0;
}

.popup-arrow-right {
  right: 0;
}

.section-hidden {
  display: none !important;
}

.close-section-icon {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}



/* Responsive styles */
@media (max-width: 768px) {
  .popup-image-container,
  .popup-text-container {
    max-width: 100%;
  }
  
  .popup-text-container {
    padding-left: 0;
    padding-top: 20px;
  }
}

@keyframes zoomBounce {
  0% {
    transform: scale(0.7) translateY(-100px);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

.mfp-zoom-bounce .mfp-content {
  animation: zoomBounce 0.6s ease-out;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
    background-color: white;
    /* height: 90vh; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 1%;
    width: 80% !important;
	border-radius: 0px 100px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    margin-top: 25px;
    margin-right: 25px;
}

.open-popup-link {
	font-size: 13px;
    text-decoration: underline !important;
    text-transform: uppercase;
}

.white-popup {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    /* background: #FFF; */
    /* padding: 20px; */
    /* max-width: 800px; */
    /* width: auto; */
    /* margin: 0 auto; */
    overflow-y: auto;
    max-height: 80%;
	align-items: center;
}

.popup-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  max-width: 60%;
  padding:20px;
  color:#767779;
}

.popup-text-container h2 {
  color:#135655;
}
.popup-text-container .subtitle {
  color:#DE962C;	
}


.popup-image-container {
  flex: 1;
  max-width: 40%;
  text-align: left;
  min-height: 700px;
  border-radius: 0px 0px 0px 100px;
}

.popup-image-container {
	display: flex;
    justify-content: center;
    align-items: center;
    /* max-height: 350px; */
    overflow: hidden;
    flex: 1;
    max-width: 90%;
    padding-right: 20px;
	background-position: top center; /* Center the background image */
    background-repeat: no-repeat; /* Do not repeat the background image */
    background-size: cover;
}

.popup-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.popup-arrow-left {
  left: 0;
}

.popup-arrow-right {
  right: 0;
}

.section-hidden {
  display: none !important;
}

.close-section-icon {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

@keyframes zoomBounce {
  0% {
    transform: scale(0.7) translateY(-100px);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

.mfp-zoom-bounce .mfp-content {
  animation: zoomBounce 0.6s ease-out;
}

/* Responsive styles */

@media (max-width: 768px) { 
  .white-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .popup-image-container,
  .popup-text-container {
    max-width: 100%;
	width: 100%;
	border-radius: 0px 100px;
	min-height: 225px;
  }
  
  .popup-text-container {
    padding-left: 0;
    padding-top: 20px;
  }
	
	.mfp-close-btn-in .mfp-close {
    color: #333;
    margin-top: 2px;
    margin-right: -14px;
	}

  .mfp-img {
    order: 1;
  }

  .mfp-description {
    order: 2;
    margin-top: 20px; 
  }
	
   .mfp-auto-cursor .mfp-content {
    padding: 5%;
}
}

/* Responsive MailChimp form */
.mc4wp-form input[type="email"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.mc4wp-form input[type="submit"] {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mc4wp-form input[type="email"] {
    width: 70%;
    float: left;
  }

  .mc4wp-form input[type="submit"] {
    width: 30%;
    float: left;
  }
}


@media only screen and (max-width: 900px) {
    #top-navigation .top-menu {
        display: none !important;
        visibility: hidden;
    }

    .navbar-open {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }

    .container-fixed {
        height: 70px;
    }

    .logo-potw {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 770px) {
    .logo-potw {
        width: 230px;
    }

    #header {
        padding: 15px 0px 0px 0px;
        height: 75px;
    }

    .container-fixed .logo-potw {
        width: 230px;
    }
}
