/*
 Theme Name:     Trade Winds
 Theme URI:      https://demo.imithemes.com/native-church-wp
 Description:    NativeChurch Child Theme
 Author:         imithemes
 Author URI:     http://www.imithemes.com
 Template:       NativeChurch
 Version:        1.2
*/

/* =Theme customization starts here
------------------------------------------------------- */
#header-center,
.header-address{
    height: 100%;
/*    padding-top: 30px; */
    text-align: center;
}
.page-content ol,
.page-content ul {
    list-style: disc;
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 0px;
}
.header-address{
    padding-top: 10px;
    font-weight:bold;
}
.is-sticky .main-menu-wrapper, .header-style4 .is-sticky .site-header .topbar, .header-style2 .is-sticky .main-menu-wrapper {
    background-color: rgba(255,255,255,1) !important;
}
#quick-links{
        padding-left:20px;
}
#social-icons{
        text-align: center;
}

.social-icons-widget ul li {
    display: inline-block;
    margin: 0 16px 10px 0;
}
#PPGS-1 a {
    margin-top: -6px;
    width: 133px;
    height: 19px;
    background: url(/wp-content/uploads/2018/05/ppgs.gif) 0 0 no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9114px;
    float: right;
}


/* TOP BAR */
a.top-bar-btn {
    padding: 10px 15px;
	color:#e5680e !important;
	border-radius: 5px;
	margin-left: 15px;
}
h3.top-bar-txt {
margin-top: 5px !important;
margin: 0px;
color:#fff;
text-align: center;
}
/* END TOP BAR */


/* HEADER */
nav.navigation {
    z-index: 999999;
}
a.tripadvisor-header {
    display:block;
    margin-top: 25px;
}
/* END HEADER */

/* NAVIGATION MENU */
ul#menu-main-navigation {
    background-color: #e5680e !important;
}
.navigation > ul > li > a {
    padding: 0 35px;
    color: #fff;
}
.navigation > ul > li > a:hover {
    color: #225b32 !important;
}
.is-sticky .main-menu-wrapper {
    top: 28px;
    background-color: #e5680e !important;
}
/* END NAVIGATION MENU */

/* BREADCRUMBS AREA */
li.post.post-gallery-archive {
    display: none;
}
li.taxonomy.gallery-category {
    display: none;
}
/* END BREADCRUMBS AREA */


/* HOME PAGE */
.home-3col {
    margin-top: 35px;
}
/* END HOME PAGE */


/* BEGIN MEDIA QUERIES */


/*TABLETS*/
@media screen and (max-width: 780px) {
.navigation > ul > li > a {
    padding: 10px 5px !important;
}
.site-header .menu-toggle {
    text-decoration: none;
    margin-top: 26px;
}
.main-menu-wrapper {
    padding-bottom: 25px;
    background-color: #fff;
}
}

/*PHONES*/
@media screen and (max-width: 480px) {
	
h3.top-bar-txt {
    font-size: 16px;
}
a.top-bar-btn {
    margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 5px;
}

.site-header .menu-toggle {
    text-decoration: none;
    margin-top: 26px;
	float: left;
}
	
.site-header .topbar {
    height: auto !important;
}	
h1.logo {
    text-align: center;
}
.home .slider-revolution-new {
    top: 0 !important;
    margin-bottom: 0 !important;
}
.main-menu-wrapper {
    top: 210px !important;
    padding-bottom: 25px;
    background-color: #fff;
}
.navigation > ul > li > a {
    padding: 10px 5px !important;
}
	
.body ol.breadcrumb {
    padding-top: 40px !important;
}
	
}


/* END MEDIA QUERIES */