/*
Theme Name: Organisk
Theme URI: only include this if your theme is 
Author: Courtney Krisanda
Author URI: http://wordpress.org/
Description: Earthy modern theme that is responsive. Perfect for outdoor sites and adventure blogs.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu,
editor-style, featured-images, microformats, post-formats, rtl-language-support, translation-ready
Text Domain: organisk

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*===================

     GLOBAL STYLE
     
==================== */


header {
    background-color: #E0E3EA;
}

body {
     background-color: #838F37;
     color: #50481F;
     font-family: 'Roboto', Helvetica, sans-serif;
     font-weight: 400;
     font-size: 14px;
     overflow-x: hidden;
}

body a:link {
     color: #ADB179;
}

body a:visited {
     color: #ADB179;
}

body a:hover {
     color: #003300;
     text-decoration: none;
}


h1,
h2,
h3 {
     font-family: 'PT Sans Narrow', Futura, sans-serif;
     text-transform: capitalize;
}

p {
     margin:0;
}

.container {
     padding: 0;
}

.inner-row {
     margin: auto auto;
     width: 100%;
}

.light-link a:link {
     color: #FFE8AF;
}

.light-link a:visited {
     color: #FFE8AF;
}

.light-link a:hover {
     color: #ADB179;
}

.button-link a:link {
     color: #fff;
}

.button-link a:visited {
     color: #fff;
}

.button-link a:hover {
     color: #50481F;
}

.shadow {
    text-shadow: 0px 0px 10px #000;
}

.strong {
     font-weight: 700;
}

/* Theme Image Maximum Content Width */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/*==== NAVBAR SECTION ====*/

.navbar-default {
    background-color: #E0E3EA;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
    z-index: 9999;
}

.navbar-brand-alt img {
      margin-left: 50px;
      width: 150px;
}

.navbar-brand-alt {
      height: 75px;
}

.navbar-default .navbar-brand {
     color: #838F37;
     font-size: 36px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus{
     color: #50481F;
}

.navbar-default .navbar-nav > li > a {
     color: #50481F;
     font-size: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
     background-color: transparent;
     color: #838F37;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
     color: #838F37;
}

.navbar-form,
.navbar-header,
.navbar-nav,
.navbar-collapse,
.navbar-default {
    border: 0;
    margin: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #838F37; /* Changes regular toggle color */
}


/*==== CLOUD SECTION ====*/

.cloud {
    margin: -10px 0 -15px 0; /* play with these to position the image */
    overflow: hidden;
    padding: 0;
    position:absolute;
    z-index: 7777;
    height:auto;
    width:100%;
}

.cloud img {
    width: 110%;
}

/*==== FEATURE SECTION ====*/

.feature img {
    width: 100%;
}

.feature {
     position: relative;
}

.feature-text {
     bottom: 0;
     font-size: 0;  /* removes the gap between elements that is caused by using inline-block */
     left: 0;
     overflow: hidden;
     position: absolute;
     right: 0;
     top: 0;
}

.feature-text:before {
	 content:'';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
}

.feature-text p {
     color: #fff;
     display: inline-block;
     font-size: 60px;
     font-family: 'PT Sans Narrow', Futura, sans-serif;
     line-height: 60px;
     padding: 3%;
     text-align: center;
     text-transform: uppercase;
     vertical-align: middle;
     width: 100%;
}

.btn-secondary {
     color: #fff;
     background-color: #816B42;
     border: 2px solid #FFF;
     border-radius: 0;
     font-size: 20px;
     line-height: 48px;
     padding: 0 20px 0 20px;
     text-transform: uppercase;
}


/*==== TOP TEN SECTION ====*/

#top-ten {
     margin: 0;
     text-align: center;
}

.announcement {
    background-color: #E0E3EA;
    border-top: 25px solid #50481F;
}

.announcement-photo p {
     display: none;
 }

.announcement h2 {
     font-size: 50px;
     font-weight: 600;
     margin: 0;
     padding-top: 20px;
     text-transform: uppercase;
}

.announcement-photo {
     margin: 0;
     padding-top: 10px;
     padding-bottom: 10px;
     position: relative;
}

.announcement-photo img {
     border: 10px solid #ADB179;
     width: 90%;
}

.announcement-photo h5 {
     color: #FFF;
     font-family: 'PT Sans Narrow', Futura, sans-serif;
     font-size: 18px;
     left: 50px;
     position: absolute;
     text-shadow: 1px 1px 5px #000000; 
     text-transform: capitalize;
     top: 40px;
     text-align: center;
}

.subheading h3 {
     font-size: 32px;
     font-weight: 900;
     word-spacing: 3px;
     margin: -5px 0 0 0;
     padding: 10px 0 20px 0;
     text-transform: uppercase;
}

.subheading h3 a:link {
     color: #50481F;
}

.subheading h3 a:visited {
     color: #50481F;
}

.subheading h3 a:hover {
     color: #ADB179;
     text-decoration: none;
}


/*==== GEAR SECTION ====*/

#gear {
    color: #fff;
    margin: 0;
}

.product-mobile{
     display: none;
}

.dark-headline {
    background-color: #816B42;
    border-top: 25px solid #50481F;
}

.dark-headline h2 {
     font-size: 36px;
     font-weight: 900;
     margin: 0;
     padding: 30px 0 0 20px;
     text-transform: capitalize;
}

.dark-headline p {
     padding: 5px 0 20px 20px;
}

.product-photo img {
     display: block;
     width: 100%;
     margin: auto auto;
}

.product-photo {
}

.product-photo h5 {
     color: #FFF;
     font-family: 'PT Sans Narrow', Futura, sans-serif;
     font-size: 20px;
     font-weight: 700;
     bottom: 0;
     right: 0;
     padding-right: 30px;
     position: absolute;
     text-align: right;
     text-transform: capitalize;
     text-shadow: 1px 1px 5px #000000; 
     width: 100%; 
}

/*==== DESTINATIONS SECTION ====*/

#destinations {
     margin: 0;
}

.mobile-highlight-photo-row {
     display: none;
}

#destinations .light-headline {
    background-color: #E0E3EA;
    border-top: 25px solid #50481F;
}

.light-headline h2 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    padding: 30px 0 10px 20px;
    text-transform: capitalize;
}

.highlight-photo img {
     display: block;
     margin: auto auto;
     padding-bottom:5px;
     width: 100%
}

.highlight-photo {
     position: relative;
     text-align: left;
}

.highlight-photo-header,
.highlight-photo-header h5 {
     padding-bottom: 20px;
}

.highlight-photo h5 {
     color: #FFF;
     font-family: 'PT Sans Narrow', Futura, sans-serif;
     font-size: 20px;
     font-weight: 700;
     bottom: 0;
     right: 0;
     padding-right: 30px;
     position: absolute;
     text-align: right;
     text-transform: capitalize;
     text-shadow: 1px 1px 5px #000000; 
     width: 100%; 
}


/*==== MOUNTAINS SECTION ====*/

#mountains {
     margin: 0;
}

.mountain-image-row img {
     width: 100%;
     margin: 0;
}


/*==== FOOTER SECTION ====*/

footer {
     color: #FFF;
     display: block;
     margin-top: 0;
}

.footer-row {
     background-color: #838F37;
     padding-left: 20px;
     padding-bottom: 70px;
}

.links {
     text-align: center;
}

.social {
     font-size: 30px;
}


/*==== COPYRIGHT SECTION ====*/

.copyright-row {
     color: #FFF;
     background-color: #50481F;
     font-size: small;
     margin-top: 0;
     padding: 20px 0 20px 0;
     text-align: center;
}


/*==== BLOG PAGE ====*/

#blog .inner-row {
    background-color: #E0E3EA;
    padding: 0;
    position: relative;   
}

.blog-main {
    border-top: 25px solid #E0E3EA;
}


.blog-post {
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 20px 25px 20px;
    margin-bottom: 30px;
}

.blog-post p {
    padding: 5px 0 5px 10px;
}

.blog-post blockquote {
    border-left: 5px solid #838F37;
    padding: 5px 0 0 5px;
}

.blog-post-title {
    font-weight: 900;
    text-transform: capitalize;   
}

.blog-post-meta {
    background-color: #EEEEEE;
    border-bottom: 1px solid #838F37;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
}

.blog-sidebar {
    border-top: 50px solid #E0E3EA;
}

.sidebar-module {
    background-color: #FFFFFF;
    border: 1px solid #50481F;
    border-radius: 3px;
    margin-bottom: 10px;
}

.sidebar-module ol,
.sidebar-module p {
    padding: 10px 10px 10px 20px;
}

.sidebar-module h4 {
    background-color: #838F37;
    color: #fff;
    font-weight: 900;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.searchform {
    padding: 10px 10px 10px 20px;
}

.pager li {
    padding-left: 10px;
}

.pager li>a{
    background-color: #816B42;
    border: 1px #50481F solid;
    border-radius: 0;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.pager li>a:hover {
    background-color: #838F37;
}

.pagination {
	margin-left: 40%;
}

.pagination a span {
	background-color: #816B42;
	color: #fff;	
}

.pagination a:hover span {
	background-color: #838F37;	
}

.pagination span {
	background-color: #fff;
	color: #838F37;	
	border: 1px #50481F solid;	
	padding: 3px 8px;
	border-radius: 100%;	
}

.wp-post-image {
    height: auto;
    margin-top: 20px;
}

/*==== ABOUT PAGE & CONTACT PAGE====*/

#about .inner-row,
#contact .inner-row {
    background-color: #E0E3EA;
}

#about .blog-post,
#contact .blog-post {
    background-color: #E0E3EA;
}

#about p {
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
    text-indent: 50px;
}

#about h3, 
#contact h3 {
    padding: 20px;
    margin: 0;
    text-align: center;
}

#about .light-headline img {
    display: block;
    margin: auto auto;
    padding-bottom: 20px;
}


/*==== CONTACT PAGE====*/

#contact iframe {
    width: 100%;
}

#contact .address {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

#contact p {
    padding-bottom: 5px;
}

#contact input::input-placeholder,
#contact textarea::input-placeholder {
  color: #ccc;
}

#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
  color: #ccc;
}

#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {
  color: #ccc;
}

#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder { 
  color: #ccc;
}

.btn-primary {
    background-color: #816B42;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;  
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #838F37;
    border: 2px solid #fff;
}


/*===================

     MEDIA QUERIES
     
==================== */

@media (max-width: 767px) {
  /* used for xs devices */

/* ==== NAV BAR === */    
     .navbar-default {
          padding-left: 10px;
     }

     .navbar-default .navbar-brand img {
          width: 150px;
     }
    
     .navbar-brand-alt {
      height: 75px;
     }
    
    .navbar-brand-alt img {
          width: 150px;
     }
     
     .navbar-default .navbar-brand {
          padding-top: 0;
     }
     
     .navbar-default .navbar-nav > li > a {
          font-size: 16px;
     }
     
/*==== CLOUD SECTION ====*/

     .cloud {
          margin: 0px 0 -15px 0; /* play with these to position the image */
         overflow: hidden;
     }
     
/*==== FEATURE SECTION ====*/

     .feature-text p {
          font-size: 30px;
          line-height: 30px;
          padding-top: 20px;
     }
     
     .btn-secondary {
          font-size: 18px;
          line-height: 25px;
     }
     
/*==== TOP TEN SECTION ====*/

     .announcement-photo img {
          width: 100%;
          position: relative;
     }
     
     .announcement-photo h5 {
          font-size: 16px;
     }
     
     .subheading h3 {
          font-size: 24px;
     }

/*==== GEAR SECTION ====*/

     .dark-headline h2 {
          font-size: 30px;
          padding: 20px 0 0 0px;
          text-align: center;
     }
     
     .dark-headline h2 img {
          display: none;
     }
     
     .dark-headline p {
          padding: 10px 50px 10px 50px;
          text-align: center;
     }
     
     .product-photo {
          display: none;
     }

     .product-mobile {
          background-color: #50481F;
          display: block;
          padding-bottom: 20px;
     }
     
     .product-mobile img {
          background-color: #50481F;
          border-bottom: 15px solid #50481F;
          display: block;
          width: 100%;
     }
     
     .btn-primary {
          background-color: #816B42;
          border: 2px solid #FFE8AF;
          border-radius: 0;
          color: #FFF;
          font-weight: 700;
          text-transform: uppercase;
     }
     
     .btn-primary:hover {
          background-color: #ADB179;
          border: 2px solid #FFE8AF;
          color: #50481F;
     }
     
/*==== DESTINATION SECTION ====*/
     
     .light-headline h2 {
        font-size: 30px;
        padding: 20px 0 10px 0;
        text-align: center;
     }
     
     .light-headline h2 img {
        display: none;
     }
     
     .highlight-photo-row {
        display: none;
     } 
     
     .mobile-highlight-photo-row {
         display: block;
     }
 
/*==== FOOTER SECTION ====*/

     footer {
          clear: both;
          padding-left: 0;
     }

     .address,
     .social {
          text-align: center;
     }

     .links {
          display: none;
     }
    
/*==== ABOUT SECTION ====*/
    
    .light-headline img {
        width: 80%;
    }

    #about p {
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: justify;
        text-indent: 50px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
  /* used for sm devices, tablets */
  
  
/* ==== NAV BAR === */    

     .navbar-default .navbar-brand img {
          width: 250px;
     }
    
     .navbar-brand-alt {
          height: 75px;
     }
    
    .navbar-brand-alt img {
          width: 150px;
     }
     
/*==== FEATURE SECTION ====*/

     .feature-text p {
          font-size: 50px;
          line-height: 50px;
          padding-top: 20px;
     }
     
     .btn-secondary {
          font-size: 24px;
          line-height: 40px;
     }
     
/*==== FOOTER SECTION ====*/
     
     footer {
          clear: both;
     }
     
}    

@media (min-width: 992px) and (max-width: 1199px) {
  /* used for md devices, smaller desktops */
    

/* ==== NAV BAR === */

     .navbar-default {
          padding-left: 20px;
     }

     .navbar-default img {
          width: 300px;
     }
    
    .navbar-brand-alt img {
          margin-left: 80px;
          width: 150px;
     }
     
/*==== TOP TEN SECTION ====*/
     
     .announcement-photo h5 {
          font-size: 24px;
          left: 60px;
     }
     
/*==== FEATURE SECTION ====*/
     
     .btn-secondary {
          font-size: 30px;
          line-height: 50px;
     }
     
/*==== FOOTER SECTION ====*/
     
     footer {
          clear: both;
     }
     
}

@media (min-width: 1200px) {
  /* used for lg devices, larger desktops */

  
/* ==== NAV BAR === */    

     .navbar-default {
          padding-left: 80px;
          padding-bottom: 10px;
     }
     
    .navbar-default img {
          width: 300px;
     }
    
    .navbar-brand-alt {
          height: 75px;
     }
    
    .navbar-brand-alt img {
          margin-left: 80px;
          width: 150px;
     }
    
/*==== FEATURE SECTION ====*/

     .feature-text p {
          font-size: 70px;
          line-height: 70px;
          padding-top: 50px;
     }
     
     .btn-secondary {
          font-size: 30px;
          line-height: 60px;
     }
     
/*==== TOP TEN SECTION ====*/
     
     .announcement-photo h5 {
          left: 70px;
          font-size: 30px;
     }
     
/*==== DESTINATIONS SECTION ====*/
     
     .highlight-photo h5 {
          font-size: 30px;
     }
}