@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab');


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---- MOBILE FIRST ---------------------------- */


a {
    color: #000;
    display: inline-block;
    outline: none;
    transition: all .3s ease;
}
a:hover,
a:focus {
    color: #aaa;
    transition: all .5s ease;
}

form {
    margin: 0 0 150px;
}


img.match {
    width: 16px;
}
input[type="date"] {
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: .9em;
    margin: 3px 0;
    padding: 2px;
    outline: 0;
    transition: all .3s ease;
    width: 140px;
}
input[type="number"] {
    border: 1px solid #dedede;
    border-radius: 3px;
    margin: 3px 0;
    padding: 2px;
    outline: 0;
    transition: all .3s ease;
    width: 40px;
}
textarea,
input[type=password],
input[type=text],
input[type=email] {
    border: 1px solid #dedede;
    border-radius: 3px;
    margin: 3px 0;
    padding: 7px;
    outline: 0;
    transition: all .3s ease;
    width: 100%;
}
textarea {
    height: 100px;
    resize: none;
}
textarea:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus {
    border: 1px solid #9f5b00;
    transition: all .5s ease;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
input[type=file] {
    display: none;
}
.file-input {
    border-radius: .3rem;
    border: 1px solid #9f5b00;
    color: #9f5b00;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1em;
    margin: .3rem 2% .7rem 0;
    outline: none;
    padding: .7rem 2rem;
    text-align: center;
    transition: all .3s ease;
}
.file-input:hover,
.file-input:focus {
    background-color: rgba(170, 170, 170, 0.1);
    transition: all .5s ease;
}


section.main {
    max-width: 1920px;
    min-height: 80%;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
}
section.main .main-p-wrapper {
    max-width: 1040px;
    margin: 2rem auto 0;
    padding: 0 1rem;
}
section.main .main-p-wrapper p {
    padding: 1rem 0 3rem;
}
section.main .main-p-wrapper img {
    border-radius: 13px;
}

/* -------------------------------- */
/* -- pyw_google_mybusiness_api -- */
/* -- pyw_facebook_graph_api ---- */
/* -- pyw_image_db ------------- */
    section.tab-section {
        border: 1px solid #dbdbdb;
        border-radius: .7rem;
        margin-bottom: 5rem;
        min-height: 400px;
        padding: 2rem;
    }
    section.tab-sub-section,
    section.fb-tab-sub-section {
        border: 1px solid #dbdbdb;
        border-radius: .7rem;
        margin-bottom: 2rem;
        min-height: 400px;
        padding: 1rem;
    }



select {
    border-color: #dedede;
    border-radius: 3px;
    outline: none;
    padding: .5rem 1rem;
    transition: all .4s ease;
}
select:focus {
    border-color: #9f5b00;
    transition: all .5s ease;
}







.big {
    font-size: 1.3em;
}

input[type="button"],
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 16px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    outline: none;
}
input[type="button"] {
    padding: 2px 12px 2px;
}
input[type="button"]:hover,
input[type="button"]:focus,
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
input[type="button"]:active,
.btn:active,
.btn.active {
  outline: none;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
input[type="button"],
.btn-default {
  color: #694800;
  background-color: transparent;
  border-color:  #694800;
    transition: all .3s ease;
}
input[type="button"]:focus,
.btn-default:focus,
.btn-default.focus {
  color: #b9792e;
  background-color: transparent;
  border-color: #b9792e;
    transition: all .5s ease;
}
input[type="button"]:hover,
.btn-default:hover {
  color: #b9792e;
  background-color: transparent;
  border-color: #b9792e;
}
.btn-primary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
}
.btn-solid,
input[type="button"] {
    background-color: #694800;
    color: #fff;
}


/* -------------------------------- */
/* -- pyw_google_mybusiness_api -- */
/* -- pyw_facebook_graph_api ---- */
/* -- pyw_image_db ------------- */
    .btn-tabs-default,
    .btn-sub-tabs-default,
    .btn-fb-sub-tabs-default {
      border-top: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb;
      border-left: 1px solid #dbdbdb;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      color: #694800;
      background-color: transparent;
      transition: all .3s ease;
    }
    .btn-tabs-default:hover,
    .btn-tabs-default:focus,
    .btn-sub-tabs-default:hover,
    .btn-sub-tabs-default:focus,
    .btn-fb-sub-tabs-default:hover,
    .btn-fb-sub-tabs-default:focus {
      color: #fff;
      background-color: #694800;
      outline: none;
    }
    .btn-tabs-default.current,
    .btn-sub-tabs-default.current,
    .btn-fb-sub-tabs-default.current {
      border-top: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb;
      border-left: 1px solid #dbdbdb;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      color: #fff;
      background-color: #694800;
      transition: all .3s ease;
    }
    .btn-tabs,
    .btn-sub-tabs {
      cursor: pointer;
      outline: none;
      display: inline;
      margin-left: .7rem;
      padding: .2rem 1rem;
      text-decoration: none;
    }

    .location-tabs-default {
      color: #222222;
      background-color: transparent;
      border: none;
      text-decoration: underline;
      transition: all .3s ease;
    }
    .location-tabs-default:hover,
    .location-tabs-default:focus {
      color: #00ae00;
      background-color: transparent;
      border: none;
      outline: none;
      text-decoration: none;
    }
    .location-tabs {
      border: none;
      cursor: pointer;
      font-size: .9em;
      outline: none;
      display: inline-block;
      margin-left: .7rem;
    }



.checkbox,
.radio {
  margin-left: 12px;
  padding-left: 24px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333; }

.checkbox input,
.radio input {
  outline: none !important;
  display: none; }

.checkbox .icons,
.radio .icons {
  color: #DDDDDD;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

.checkbox .icons .second-icon,
.radio .icons .second-icon {
  color: #9f5b00;
  opacity: 0;
  filter: alpha(opacity=0); }

.checkbox:hover,
.radio:hover {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0); }

.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100); }

.checkbox.checked,
.radio.checked {
  color: #9f5b00; }

.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0); }

.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #b9792e;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }



.content-area {
    display: block;
    padding: 2rem 1rem 1rem;
    margin-bottom: 1rem;
}
.disclaimer {
    color: #915a00;
    margin-bottom: 1em;
}
.floatclear {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.form-group {
    font-size: .9em;
    line-height: 1.2;
}
.fail-color {
    color: #ae0000;
}
.pass-color {
    color: #00ea00;
}
.instructions {
    color: #777;
    font-weight: 500;
}
.logout {
    font-size: 1.3em;
    text-decoration: none;
}
.outer-wrapper {
    min-height: 460px;
}
.padding-left {
    padding-left: 20px;
}
.padding-top {
    padding-top: 5px;
}
.pointer {
    cursor: pointer;
    text-decoration: none;
}
.required {
    color: #980000;
    font-size: .75em;
}
.smaller {
    color: #777;
    font-size: .75em;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}







#AdminLoginForm {
    border: 1px solid #ddd;
    border-radius: .5rem;
    font-size: .9em;
    line-height: 1.75rem;
    padding: 1.5rem;
    position: absolute;
         top: 40px;
        left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 320px;
    width: 90%;
}
#ReportsOverlay {
    background-color: #fff;
    display: none;
    padding: 3rem 1.5rem;
    position: absolute;
         top: 0;
       right: 0;
    width: 100%;
    min-height: 100%;
    z-index: 10000;
}
#ReportsOverlay em {
    font-style: normal;
    font-weight: bold;
}



/* --------------------*/
/* -- pyw_image_db -- */
    #SelectedVideos,
    #SelectedImages {
        display: inline-block;
        float: left;
        margin-top: 5px;
        width: 200px;
    }
    #GalleryVideoUploadProgress,
    #GalleryImageUploadProgress {
        border: 0;
        border-radius: 4px;
        color: #fff;
        font-size: .9em;
        line-height: 1em;
        height: 2em;
        padding: .5em;
        position: absolute;
             top: 0;
            left: 0;
        margin: 0;
        text-align: right;
        width: 100%;
    }
    #GalleryVideoUploadProgressBar,
    #GalleryImageUploadProgressBar {
        background-color: #00ae00;
        border: 0;
        border-radius: 4px;
        height: 26px;
        padding: 0;
        position: absolute;
             top: 0;
            left: 0;
        margin: 0;
        width: 0;
    }
    #GalleryVideoUploadProgressBarDiv,
    #GalleryImageUploadProgressBarDiv {
        height: 26px;
        padding: 0;
        position: relative;
        margin: 0 0 .5rem 0;
        width: 100%;
    }



/* -------------------------------- */
/* -- pyw_google_mybusiness_api -- */
/* -- pyw_facebook_graph_api ---- */
    #FBPagesSection,
    #FBPagesPostsSection,
    #FBPagesRatingsSection,
    #GoogleMyBusinessSection,
    #GallerySection,
    #MediaSection,
    #PostsSection,
    #ReviewsSection,
    #QuestionsSection,
    #MailingsSection,
    #CalendarSection {
        display: none;
    }





/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
----- MEDIA QUERIES --------- PORTRAIT --------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 360px) {

    
    section.tab-section,
    section.tab-sub-section,
    section.fb-tab-sub-section {
        min-height: 600px;
    }
    
    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 375px) {

    
    
    
      
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 600px) {

    section.tab-section,
    section.tab-sub-section,
    section.fb-tab-sub-section {
        min-height: 800px;
    }
    
    
    
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

    section.tab-section,
    section.tab-sub-section,
    section.fb-tab-sub-section {
        min-height: 800px;
    }
    
    
     
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 992px) {

    
    
    
      
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {

   section.tab-section,
    section.tab-sub-section,
    section.fb-tab-sub-section {
        min-height: 800px;
    } 
    
    
     
}
/* ----------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {

    
    
    
    
}

/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
--------- MEDIA QUERIES -------- LANDSACAPE ---------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
/*-----------iPhone4--------------*/
@media(min-width:480px) and (orientation: landscape)  {

    
    
    
     
}
/*-----------iPhone5--------------*/
@media(min-width:568px) and (orientation: landscape)  {

    
    section.tab-section,
    section.tab-sub-section,
    section.fb-tab-sub-section {
        min-height: 400px;
    }
    
      
}
/*-----------iPad--------------*/
@media(min-width:1024px) and (orientation: landscape)  {

    
    section.tab-section,
    section.tab-sub-section,
    section.fb-tab-sub-section {
        min-height: 700px;
    }
    
     
}

/*------------------------------*/
@media(min-width: 1280px) and (orientation: landscape) {

    
    section.tab-section,
    section.tab-sub-section,
    section.fb-tab-sub-section {
        min-height: 800px;
    }
    
      
}
/*-----------iPadPro--------------*/
@media(min-width: 1366px) and (orientation: landscape) {
 
    
    
    
      
}
/*------------------------------*/
@media(min-width: 1440px) and (orientation: landscape) {

    
    
    
      
}
/*------------------------------*/
@media(min-width: 1600px) and (orientation: landscape) {
 
    
    
    
       
}
/*------------------------------*/
@media(min-width: 1920px) and (orientation: landscape) {

    
    
    
      
}
/*------------------------------*/
@media(min-width: 2400px) and (orientation: landscape) {

    
    
    
      
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*---------- PRINTING ----------*/
/*------------------------------*/
/*------------------------------*/
@media only print { 
    
    .donotprint {
        display: none;
    }

}