/*
Theme Name: Rottnest Fast Ferries
Theme URI: http://www.birdbrain.com.au/
Description: Rottnest Fast Ferries theme
Author: BirdBrain Logic
Author URI: http://www.birdbrain.com.au/
Version: 1.0

Table Of Content

1.0 General
2.0 Header
3.0 Main Content
4.0 Sidebar
5.0 Footer
6.0 Widget
7.0 Mediaquery

*/



/*
========================================
1.0 General section
========================================
*/

body {
    padding:0px;
    margin:0px;
    background-color:#FFF;
    font-size:13px;
}

*{
    font-family:"Open Sans";
    color: #666666;
}
:focus { outline: none; }
input,
select,
textarea {
  -webkit-appearance: none;
}

.bold{
    font-weight: bold;
}

a{
    text-decoration: none;
}

a:hover {
    color: #0083C0;
    -webkit-transition:color 0.1s ease-in;
    -moz-transition:color 0.1s ease-in;
    -o-transition:color 0.1s ease-in;
    transition:color 0.1s ease-in;
}

i:hover {
    color: #0083C0;
    -webkit-transition:color 0.1s ease-in;
    -moz-transition:color 0.1s ease-in;
    -o-transition:color 0.1s ease-in;
    transition:color 0.1s ease-in;
}

p{
    margin-bottom: 10px;
}

h1{
    font-size: 24px;
    font-weight: 100;
    color: #0083C0;
    margin-bottom: 25px;
}

h2{
    font-size: 18px;
    font-weight: 100;
    color: #666666;
}

h3{
    padding-bottom: 15px;
    font-weight: 100;
}


hr {
    border:0px;
    border-bottom:solid #E6E6E6 1px;
}

#content_title h1{
  font-size: 35px;
  font-weight: 100;
  padding-bottom: 10px;
  margin-top: 0px;
}
#content_title h2{
  color: #0083c0;
  font-size: 16px;
  font-weight: bold;
    padding-bottom: 10px;
}

.titlemore {
    font-size:11px;
    font-weight:900;
    text-align:right;
    position:absolute;
    right:23px;
    line-height:40px;
}

.titlemore i {
    margin-left:10px;
    font-size:16px;
    margin-top:10px;
    display:block;
    margin-top:10px;
}

.container #content_title {
    margin-top:-12px;
}


.containit img {
    max-width:100%;
    height:auto;
}

.containit,
#container {
  width:1200px;
  margin:auto;
  padding: 0px 20px;
}

.clear {
    clear:both;
}

/* fix for borders around images and links in IE */
a, img {
    border:none;
}

.bold{
    font-weight: bold;
}

.clear {
    clear: both !important;
}

/*
use this for a shadow glow around the 960px divs
don't forget to add <div id="shadowbox"></div> in your pages around the divs you want
delete the full width containers if you want shadows around the entire 960px site
*/

/**#shadowbox{
    max-width: 960px;
    min-width: 320px;
    margin: auto;
    -moz-box-shadow: 0 0 10px 2.5px #888;
    -webkit-box-shadow: 0 0 10px 2.5px#888;
    box-shadow: 0 0 10px 2.5px #888;
}**/

/*******search form*******/

#searchbox{
    background: #fff;
    width: 100%;
    height: 27px;
    margin-top: 25px;
    border: #cccccc solid 1px;
    overflow: hidden; /* Clear floats */
    border-radius: 3px;
}

#email, #register{
    float: left;
}

#search{
    padding: 0px 0px 0px 7px;
    height: 27px;
    width: 65% !important;
    color: #054985;
    border: 0px solid;
    font-family: 'Maven Pro', sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0px;


}

#searchsubmit{
    /*general button layout */
    height: 28px;
    margin: 0px 0 0 0px;
    width: 25.4% !important;
    cursor: pointer;
    color: #054985;
    background-color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: normal;
    padding: 0px -7px 0px 0px;
    border-radius: 0px 3px 3px 0px;
    border-left: #cccccc solid 1px;
}

/*

Basic WordPress Blog Styles

*/

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    margin: 0;
}
.wp-smiley {
    max-height: 1em;
    margin:0 !important;
}
.gallery dl {
    margin: 0;
}
.gallery-caption {
    margin:-1.5em 0 0 0;
}

.meta {
    color: #b0b0ad;
    margin-bottom:10px;
}

.meta a{
    color: #7d7d7b !important;
}

.meta a:hover{
    color: #b0b0ad !important;
}

input[type="email"], input[type="text"], input[type="password"], textarea, .wpcf7-select {
    background-color: #fafafa;
    padding: 10px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #6a6a6a;
    border: 1px solid #ddd;
    background:    #fafafa url(images/field_bkg.png) repeat-x;
}

input[type="email"]:focus, input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; font-size: 13px;}

.wpcf7-select {
    margin-top:10px;
}

.fullwidth {
    width: 100%;
}



/*
========================================
2.0 Header section
========================================
*/
body:not(.homepage) header {
  background-image: url(images/banner.png);
  background-size: 100% auto;
  background-position: center 0%;
  padding-bottom: 80px;
  padding-top:80px;
}

#header_top{
    width: 100%;
    background-color: #D5E04E;
    height: 0px;
    box-shadow: 0px 3px rgba(0,0,0,0.2);
    z-index:9999;
    position: absolute;
    top:0;
}

#mobile_menu_button,
#mobile_menu {
  display: none;
}
#nav{
  width: 100%;
    height: 44px;
    margin-top: 0px;
    background-color: #D5E04E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
    float: left;
}

#topNav{
    float: left;
    margin: 12px 6px 5px 18px;
}

#topNav ul{
    padding:0px;
    margin:0px;
    list-style:none
}

#topNav ul li {
  float: left;
  position: relative;
}
#topNav ul li.dropdown:before{
    display: none;
}
li#menu-item-787 a,
li.menu-item-787 a {
  /* SET NO FONT FAMILY TO USE THE CHARACTERS AS THEY ARE */
  font-family: "";
}

#topNav ul li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #2C5168;
    padding: 0px 8px 0px 8px;
}

#topNav ul li a:hover{
    color:#fff;
}

#topNav ul li:hover ul {
  display: block;
}
#topNav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -8px;
  width: 130px;
  padding: 16px 0px 10px 0px;
  background-color: #D5E04E;
}
#topNav ul li ul li {
  display: block;
  width: 100%;
  padding: 0px;
}
#topNav ul li ul li a {
  display: block;
  padding: 4px 15px 4px 15px;
}

#topSocial{
    margin: 12px 25px 5px 0px;
    float: right;
}

#topSocial ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

#topSocial ul li{
    float:left;
  margin-left: 10px;
}

#topSocial ul li a{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #2C5168;
  padding: 0px 8px 0px 8px;
}
#topSocial ul li a i {
    color: #2C5168;
    font-size: 15px;
    margin-right: 4px;
}
#topSocial ul li a:hover {
    color: #FFFFFF;
}

#gallery{
  background: url('images/home-bg.jpg') no-repeat center;
  background-size: cover;
  height: 800px;
  overflow: hidden;
}

.containslide {
    width:100%;
    position:absolute;
    top:0px;
    left:0;
    z-index:-1;
    overflow:hidden;
    height:830px;
}

.slideit {
    height:830px;
    margin-bottom:-830px;
    width:1900px;
    margin-left:50%;
}

#slider{
    height: 830px;
    margin-left:-950px;
    margin-right:-950px;
    width:1900px;
}
#slider .metaslider {
  overflow: hidden;
}
#slider .in {
    background:url('images/Left_In.png');
    width:186px;
    height:830px;
    position:relative;
    float:left;
    margin-right:-186px;
    z-index:9;
}

#slider .out {
    background:url('images/Right_Out.png');
    width:186px;
    height:830px;
    position:relative;
    float:right;
    margin-left:-186px;
    z-index:9;
}
#slider .slides li {
  height: 830px;
}
#slider img {
  position: absolute;
  top: 0px;
  left: -381px;
  height: auto;
  width: auto;
  min-height: 830px;
  min-width: 1900px;
}


#logo_nav {
  margin-top: 100px;
  height: 121px;
}
#logo{
  float: left;
  width: 320px;
}

.dropdown:before{
    content:url('images/Menu_Drop.png');
    margin-left:15px;
    margin-right:-5px;
}

#mainNav{
  float: left;
  margin-top: 30px;
    background-color: #006dbf;
    border-radius:5px;
    width:880px;

    position:relative;
    -webkit-box-shadow:  2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  2px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

#mainNav div > ul{
    list-style:none;
    padding: 0px 0px 0px 10px;
    margin:0px;
}

#mainNav div > ul > li{
    float:left;
    height:60px;
    line-height:60px;
}

#mainNav ul li:hover {
    background-color:#D5E04E;
    -webkit-transition:background-color 0.1s ease-in;
    -moz-transition:background-color 0.1s ease-in;
    -o-transition:background-color 0.1s ease-in;
    transition:background-color 0.1s ease-in;
}

#mainNav ul li.current-menu-item{
    background-color:#D5E04E;
}

#mainNav ul li.current-menu-item a{
    color: #666666;
}

#mainNav ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding:0px 15px 0px 15px;
}

#mainNav ul li a:hover{
    color:#fff;
}

#mainNav div > ul > li:last-child {
  margin-left: 10px;
}
#mainNav div > ul > li:last-child:hover {
  background-color: transparent;
}
#mainNav div > ul > li:last-child:hover {
  background-color: transparent;
}
#mainNav div > ul > li:last-child a {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 8px 20px 8px 20px;
    background-color: #4bbde2;
    border-radius: 3px;
    -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.3);
    text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.3);
}
#mainNav div > ul > li:last-child a:hover {
    background-color: #D5E04E;
}

/*lvl2*/
#mainNav li ul{
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.1s,opacity 0.1s linear;
    background-color: #D5E04E;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 99999;
    position: relative;
    top:-2px;
    width: 100%;
    padding: 0px;
    -webkit-box-shadow:  2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(256, 256, 256, .2);
}

#mainNav ul li:hover ul, #mainNav ul li:focus ul{
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}

#mainNav li ul li{
    display: block;
    float: none;
    border-right:none;
    line-height:20px;
    padding: 0px 0px 0px 0px;
    margin-right:-1px;
}

#mainNav li ul li:hover{
    background-color:#0083C0;
    margin-right:-1px;
}

#mainNav li ul li:first-child:hover {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

#mainNav li ul li:last-child:hover {
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#mainNav li ul a{
    font-size:13px;
    border-top: 1px solid rgba(256, 256, 256, .2);
    width:100%;
    box-sizing: border-box;
    display:inline-block;
    padding:10px 15px 10px 15px;
}

#mainNav li ul a:hover {
    border-top: 1px solid rgba(256, 256, 256, .0);
}

#mainNav ul li ul li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bannerbook{
  position:relative;
  margin-top: 80px;
  height: 400px;
}
.booking_wizard{
  width: 100%!important;
  min-height: 400px;
}
.tab_container {
  float: left;
  width: 500px;
}
.tab_container .tab {
  float: left;
  margin-right: 8px;
  background: #006dbe;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  padding: 16px 24px 14px 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.3);
  text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tab_container .tab:hover {
  background: #4bbde2;
}
.tab_container .tab a,
.tab_container .tab a:hover { color: #FFFFFF; }
.tab_container .tab.open,
.tab_container .tab.open:hover {
  background: #c5db00;
}
.tab_content_container {
  float: left;
  width: 500px;
}
.tab_content_container .tab_content {
  display: none;
  float: left;
  width: 100%;
  padding: 18px 24px 24px 24px;
  box-sizing: border-box;
  background: #c5db00;
}
.tab_content_container .tab_content.open {
  display: block;
}
.tab_content_container .tab_content .tc_heading {
  color: #0083c0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: solid 1px #dae85e;
  margin-bottom: 20px;
}
.tab_content_container .tab_content .tc_options {
  margin-bottom: 20px;
}
.tab_content_container .tab_content .tc_options a {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-right: 18px;
}
.tab_content_container .tab_content .tc_options a:before {
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 6px;
}
.tab_content_container .tab_content .tc_options a.prices:before { content: "\f145"; }
.tab_content_container .tab_content .tc_options a.timetable:before { content: "\f073"; }

.tab_content_container .tab_content .tc_book a {
  float: left;
  margin-right: 30px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  padding: 16px 48px;
  background-color: #4bbde2;
  border-radius: 3px;
  -webkit-box-shadow:  2px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow:  2px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.3);
  text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tab_content_container .tab_content .tc_book a:hover {
  background: #006dbe;
}
.tab_content_container .tab_content .tc_book img {
  float: left;
  padding-top: 10px;
}
/*
========================================
3.0 Main Content section
========================================
*/


#main{
    position: relative;
    height: auto;
    z-index: 4;
}

#mainWrap{
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    z-index: 2;
    min-height: 200px;
    padding-bottom: 60px;
    position: relative;
  font-size: 16px;
  font-weight: 100;
}

.container{
    padding: 20px 20px 0px 20px;
    z-index: 99999;
}
#mainWrap .container{
  padding: 60px 0px 0px 0px;
}

#specials_events {
  height: 180px;
  background-color: #3ebce2;
  background-image: url('images/specials_events_bg.png');
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
}
#specials_events .container {
  position: relative;
  top: -100px;
  background-image: url('images/specials_events_header.png');
  background-position: top left;
  background-repeat: repeat-x;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.hp_specials_wrapper,
.hp_events_wrapper {
  float: left;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.hp_specials_wrapper { padding-right: 20px; }
.all_specials_events {
  position: absolute;
  bottom: -38px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  -webkit-text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.2);
}
.all_specials_events:before {
  font-family: FontAwesome;
  content: "\f0d7";
  display: block;
  width: 32px;
  height: 10px;
  padding: 12px 0px 10px 0px;
  margin: 0 auto;
  background: #FFFFFF;
  color: #666666;
  font-size: 10px;
  line-height: 10px;
  border-radius: 40px;
  margin-bottom: 4px;
}
.hp_specials_wrapper:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url('images/specials_label.png');
  background-position: top left;
  background-repeat: no-repeat;
  top: -3px;
  left: -3px;
  width: 73px;
  height: 72px;
  font-size: 0px;
  z-index: 1;
}
.hp_specials,
.hp_events {
  float: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 4px;
}
.hp_specials { padding: 20px 20px 14px 20px; }

.hp_specials .special_offer {
  position: relative;
  display: block;
  padding: 13px 16px;
  border: solid 1px #CDCDCD;
  border-radius: 2px;
  background-color: #FFFFFF;
  background-image: url('images/special_offer_bg.png');
  background-position: top left;
  background-repeat: repeat-y;
  -webkit-text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow:  1px 1px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
}
.hp_specials .special_offer:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 24px;
  background: #C5DB00;
  font-size: 0px;
}
.hp_specials .special_offer span.so_title {
  display: inline-block;
  width: 75%;
  color: #00A4DC;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.hp_specials .special_offer:hover span.so_title {
  color: #4bbde2;
}
.hp_specials .special_offer span.valid_until {
  display: inline-block;
  width: 24%;
  color: #666666;
  font-size: 11px;
  font-weight: 100;
  line-height: 18px;
  text-align: right;
}
.hp_events_wrapper:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url('images/events_label.png');
  background-position: top left;
  background-repeat: no-repeat;
  top: -3px;
  left: -3px;
  width: 73px;
  height: 72px;
  font-size: 0px;
  z-index: 1;
}
.hp_events { overflow: hidden; }
.hp_events .slick-prev,
.hp_events .slick-next {
  position: absolute;
  display: block;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  font-size: 0px;
  line-height: 0px;
  background: #FFFFFF;
  border: 0px;
  border-radius: 40px;
  z-index: 9;
}
.hp_events .slick-prev {
  left: 6px;
}
.hp_events .slick-next {
  right: 4px;
}
.hp_events .slick-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  color: #00A4DC;
  font-size: 12px;
  line-height: 34px;
}
.hp_events .slick-next:before {
  font-family: FontAwesome;
  content: "\f054";
  color: #00A4DC;
  font-size: 12px;
  line-height: 34px;
}.hp_events a {
  position: relative;
  width: 134px;
/*  min-height: 135px;*/
  padding: 8px;
/*  margin: 0px 5px;*/
  margin: 0px 5px 26px;
  border-top: solid 1px #F2F2F2;
  border-left: solid 1px #F2F2F2;
  border-right: solid 1px #F2F2F2;
  border-radius: 2px 2px 0px 0px;
  text-align: center;
  transition: border-color 0.3s ease;
}
.hp_events a img {
  margin: 0 auto;
  border: solid 1px #DDDDDD;
}
.hp_events a .event_date {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1000%;
  bottom: -29px;
  left: 100%;
  padding: 4px 16px 5px 16px;
  background: #4bbde2;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 100;
  transition: all 0.7s ease;
  text-align: left;
}
.hp_events a .event_date:before {
  display: none;
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 4px;
  color: #CCCCCC;
}
.hp_events a.slick-current {
/*  background: #4bbde2;*/
  padding: 6px;
  border-top: solid 3px #4bbde2;
  border-left: solid 3px #4bbde2;
  border-right: solid 3px #4bbde2;
  border-bottom: solid 3px #4bbde2;
}
.hp_events a.slick-current .event_date {
  left: -3px;
  opacity: 1;
}

.last_column h1 {
    font-size: 18px;
    color: #fff;
    background-color: #0083C0;
    padding: 10px;
    margin-bottom: 10px;
}

table{
    width: 100%;
    margin-bottom: 15px;
}

table tr td{
    width: 50%;
    padding: 5px;
}

tr:nth-of-type(even) {
  background-color:#f2f2f2;
}

table h1{
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    border: none;
    margin-bottom: 0px;
}

#book{
    background-color: #D9E021;
    color: #fff;
    font-weight: 900;
    width: 100px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0,0,0,0.2);
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    float: right;
    margin-right: 300px;
}

.includes {
    border:solid 1px #ebebeb;
    background:#f8f8f8;
    padding:10px;
    clear:left;
}

.extra{
  position: relative;
    width: 49%;
    box-sizing: border-box;
    float: left;
    border: #CCCCCC solid 1px;
    border-radius: 5px;
    background-color: #F2F2F2;
    padding: 15px;
    padding-top:10px;
    padding-bottom:10px;
}
.extra:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  padding: 0px 0px 0px 0px;
  line-height: 28px;
  font-size: 14px;
  color: #0083C0;
  text-align: center;
  background: #87d3e1;
  border: solid 1px #CCCCCC;
  border-radius: 30px;
}

.firstextra{

    margin: 0 1% 25px 0%;
}

.lastextra{

    margin: 0 0% 25px 1%;
}

.extra img{
    width: 135px;
    height: 135px;
    float: left;
    margin-right: 15px;
    margin-top:5px;
    margin-bottom:5px;
}

.extra h3 {
    font-size: 18px;
    border: none;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-top:0px;
}
.extra h3 a,
.extra h3 a:hover {
  color: #0083c0;
}

.extra p{
    font-size: 12px;
    margin-bottom: 5px;
}

.extra table{
    width: auto;
    margin-bottom: 0px;
    background-color: #fff;
}

.extra table tr td {
    padding: 0px 15px 0 0;
    width: auto;
    background-color: #fff;
}

.one_half .feature-image {
    margin-top:13px;
}

.feature-image {
    width:48%;
    overflow:hidden;
    float:right;
    height:150px;
    margin-left:4%;

}

.feature-image img {
    width:100%;
    margin-top:-15%;
}

.packages{
    float: left;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.packages i{
    font-size:16px;
    color:#fff;
    opacity:0.7;
    margin-left:4px;
}

.firstpackage{
    width: 32.6%;
    margin: 0 0.5% 25px 0%;
  clear: both;
}

.middlepackage{
    width: 32.6%;
    margin: 0 0.6% 25px 0.6%;
}

.lastpackage{
    width: 32.6%;
    margin: 0 0% 25px 0.5%;
}

.packages h1,
.packages h2,
.packages h3{
    padding: 14px 20px 0 20px;
    margin:0px;
}

.packages a{
    color: #fff;;
}

.packages h3{
    font-size: 18px;
    color: #fff;
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: url(images/packagetitlex.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    height: 56px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 2;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.packages .price_indicator {
  margin-right: 10px;
}
.packages .price_label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 100;
  margin-right: 3px;
}
.packages .price_value {
  color: #C5DB00;
  font-size: 14px;
  font-weight: bold;
}
.packages .more_button {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 10px 24px;
  background-color: #4bbde2;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.packages .more_button:hover {
  background-color: #C5DB00;
}

.all_link {
  text-align: center;
}
.all_link a {
  position: relative;
  display: inline-block;
  color: #2c5168;
  font-size: 13px;
  line-height: 26px;
  padding-left: 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.all_link a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 24px;
  height: 24px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 10px;
  line-height: 24px;
  padding: 0px;
  border: solid 1px #107ec0;
  border-radius: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.all_link a:hover {
  color: #4bbde2;
}
.all_link a:hover:before {
  border: solid 1px #4bbde2;
}

.right{
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.tours{
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    color:#0083C0;
}

.packages .image {
    text-align:center;
    margin-top:46px;
    max-height: 167px;
  overflow: hidden;
}

.packages img{
    width: 100%;
}

.gradient{
    padding: 20px 24px 45px 20px;
    background-image:url(images/packageBG.png);
    background-repeat:no-repeat;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: #fff solid 2px;
    margin-top: -5px;
    height: 100px;
    position: relative;
    line-height: 110%;
}

.gradient p{
    color: #fff;
    font-size: 12px;
    margin: 0px;
}

.gradient ul{
    list-style: none;
}

.gradient ul li a i{

}

#package-desc{
    margin-top: 15px;
}

.news{
    width: 26.9%;
    float: left;
    box-sizing: border-box;
    background-color: #FAFAFA;
    border-radius: 5px;
    border: #F3F3F3 solid 1px;
    padding: 20px;
    min-height: 170px;
    position: relative;
}

.firstnews{
    width: 32.6%;
    margin: 0 0.5% 25px 0%;
  clear: both;
}

.middlenews{
    width: 32.6%;
    margin: 0 0.6% 25px 0.6%;
}

.lastnews{
    width: 32.6%;
    margin: 0 0% 25px 0.5%;
}

.news_left {
    float: left;
    width: 100px;
    padding-right: 17px;
}
.news_right {
    float: left;
    width: 220px;
    padding-bottom: 12px;
}
.news img {
    float: left;
    width: 100%;
    height: auto;
    border:solid #dfdfdd 1px;
}

.news h3{
    font-size: 16px;
    font-weight:100;
    border-bottom: solid 1px #F0F0F0;
    margin-bottom: 8px;
    padding-bottom:8px;
    margin-top: -5px;
}

.news h3 a{
    color: #0083C0;
}

.news p, .extra p{
    color: #999999;
    font-size: 12px;
    line-height: 17px;
    font-weight: 100;
    margin-top:5px;
}


.news .more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.news .more a {
  font-size: 13px;
    color: #0083C0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news .more a:after {
  font-family: "FontAwesome";
  content: "\f0da";
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  border-radius: 50px;
  width: 14px;
  padding-left:2px;
  height: 16px;
  background-color: #fff;
  text-align: center;
  box-shadow: 1px 1px rgba(0,0,0,0.2);
  color: #0083C0;
  margin-left:5px;
}
.news .more a:hover,
.news .more a:hover:after {
  color: #4bbde2;
}


.news .more i {
    border-radius: 50px;
    width: 17.5px;
    height: 17.5px;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px rgba(0,0,0,0.2);
    color: #0083C0;
    margin-left:5px;
}

.news .icon-caret-right{
    padding-left: 3px;
    padding-top:3px;
    color: #0083C0;
}

body.page-id-65 .article-cat-button i {
  width: 18px;
  position: relative;
  top: -2px;
}

#shadowbot{
/*
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    z-index: -1;
    border-radius: 5px;
*/
}

#shadowtop{
/*
    background-color: #fff;
    width: 100%;
    height: 57px;
    position: absolute;
    top: 0;
    box-shadow: 3px -3px 5px rgba(0,0,0,0.2);
    z-index: -9999999;
    border-radius: 5px;
*/
}

/****posts****/

#post_title{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#post_title a{
    color: #909090;
}

#post_title a:hover{
    text-decoration: none;
}

#post_content{
    padding: 0px 15px 0px 15px;
}

#content .meta{
    list-style: none;
    margin-top: 15px;
}

#content .meta li{
    padding: 5px 0px 0px 0px;
}

.post{
    margin: 0px 0px 35px 0px;
}

#comments h3{
    margin: 0px 0px 10px 0px;
}

.commentlist{
    list-style: none;
}

.comment-body{
    margin: 10px 0px 20px 0px;
}

.comment-body p{
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 15px;
}

#respond h3{
    margin: 35px 0px 35px 0px;
}

/*******products*******/

#product_categories{
    height: auto;
    width: 100%;
    float: left;
}

.product{
    float: left;
    margin: 25px 25px 20px 0;
    outline: 1px solid #bfbfbf;
    position: relative;
}

.entry{
    width: 100%;
    min-height: 50px;
    float: left;
    margin-bottom: 15px;
}

.entry-title{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 36px ;
    float: left;
    width: 70%;
}

.entry-back{
    margin-top: 25px;
    float: right;
    width: 28%;
    text-align: right;
}

.product img,
.product-cat img{
    max-width: 100%;
}

.product-title{
    background: rgba(0,0,0,.8);
    color: #FFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.cat-title {
    font-size: 16px !important;
}

.article-cat,
.product-cat,
.package-cat{
    width: 80%;
    height: auto;
    float: left;
}

.article-cat-title,
.product-cat-title,
.package-cat-title{
    float: left;
    width: 60%;
    margin-bottom: 15px;
    padding: 0;
}

.article-cat-button,
.product-cat-button,
.package-cat-button{
    float: right;
    width: 20%;
}

.article-cat-button .button,
.product-cat-button .button
.package-cat-button .button{
    float: left;
    cursor: pointer;
}

.articlebutton,
.productbutton,
.packagebutton{
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 5px 5px 7px;
    background: #00B4E5;
    border-radius: 50px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: All 0.5s ease-in-out;
      -webkit-transition: All 0.5s ease-in-out;
      -moz-transition: All 0.5s ease-in-out;
      -o-transition: All 0.5s ease-in-out
}

#content .article-cat-button a,
#content .product-cat-button a,
#content .package-cat-button a {
    color: #fff;
    text-decoration: none;
}

.container .articlebutton i,
.container .packagebutton i,
.container .productbutton i{
    margin-top: -15px;
    color: #fff;
}

#content .article-cat-button a:hover,
#content .product-cat-button a:hover,
#content .package-cat-button a:hover {
    color: #333333;
}

/* single product page */

#single-product img.attachment-thumbnail {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

#product-img{
    float: left;
    width: 50%;
    min-height: 100px;
    max-height: 400px;
}

#product-img img{
    max-width: 100%;
    max-height: 400px;

}

#product-desc{
    width:100%;
}

#product-desc h3{
    margin-bottom: 15px;
}

#product-desc p{
    margin-bottom: 15px;
}

#productform{
    margin-top: 35px;
    float: left;
    width: 50%;
}

#productform .wpcf7-form{
    padding-top: 0px;
}

.pricebutton{
    color: #fff;
    background-color: #054985;
    font-family: 'Maven Pro',sans-serif;
    font-size: 15px;
    border-radius: 50px ;
    -webkit-border-radius: 50px;
    width: 150px;
    text-align: center;
    padding: 5px 0 5px 0;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    margin: 35px auto;
}

.pricebutton:hover{
    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2); /* IE 9 */
    -moz-transform:scale(1.2,1.2); /* Firefox */
    -webkit-transform:scale(1.2,1.2); /* Safari and Chrome */
    -o-transform:scale(1.2,1.2); /* Opera */
}


/*******forms*******/

fieldset{
    border: none;
}

fieldset p{
    margin-bottom: 15px;
}

#label{
    width: 100%;
    float:left;
}

input[type="text"],
input[type="email"],
input[type="password"]{
    width: 75%;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
}

textarea{
    resize: none;
    width: 95%;
    padding: 10px;
    margin: 10px 4% 25px 0px;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    height: 150px;
}

input[type="submit"]{
    border: none;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    color: #fff;
    background-color: #0083C0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

input[type="submit"]:hover{
    background-color: #4bbde2;
}


/*******404*******/

#error_404{
    text-align: center;
}

#error_404 h1{
    margin: 35px 0px 35px 0px;
    color: #FF0000;
}

#error_404 img{
    margin: 35px 0px 35px 0px;
}

/*******Gallery style*******/

.ngg-galleryoverview {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
}
	.ngg-gallery-thumbnail-box, .ngg-gallery-thumbnail {
		float: left;
		width: 228px;
		height: 154px;
	}
	.ngg-gallery-thumbnail-box {
		margin: 0px 6px 12px 6px;
	}
    .ngg-gallery-thumbnail img {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0px;
        padding: 0px;
        margin: 0px auto;
        display: block;
    }
	.ngg-gallery-thumbnail span {
		display: none;
	}

.ngg-clear {
	clear: both;
}

/*******Gallery navigation*******/

.ngg-navigation {
	margin: 0px;
	padding: 10px 0px 0px 17px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
}

	.ngg-navigation span,
	.ngg-navigation a {
		position: relative;
		width: 28px;
		height: 13px;
		padding: 10px 10px;
		margin-right: 8px;
		display: inline-block;
		background-size: 28px 21px;
		font-size: 12px;
		font-weight: bold;
		line-height: 13px;
		text-align: center;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #fff;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.ngg-navigation span {
		background: #00bce4;
    }
	.ngg-navigation a {
		background: #6fcde4;
	}
	.ngg-navigation a:hover {
		background: #addfea;
	}
	.ngg-navigation a.next {
		font-size: 0px;
	}
	.ngg-navigation a.next:before {
      font-size: 12px;
      font-family: "FontAwesome";
      font-weight: normal;
      content: "\f054";
	}

/*
========================================
4.0 Sidebar section
========================================
*/

/*******main divs*******/

#sidebar{
    width: 23%;
    margin: 10px 3% 2% 3%;
    float: right;
}

#sidebar_second{
    margin-top: 15px;
}

/*******text style*******/

#sidebar h1,
#sidebar h2{
    text-transform: uppercase;
    font-size: 15px;
}

#sidebar ul{
    margin: 15px 15px 35px 15px;
}

#sidebar ul li{
    list-style: none;
}

#sidebar ul li a{
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-decoration: none;
}

#sidebar ul li a:hover{
    color: #505050;
    text-decoration: underline;
}

#sidebar_second p{
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 15px 15px 35px 15px;
}

#sidebar input[type="text"],
#sidebar input[type="email"],
#sidebar input[type="password"]{
    width: 80%;
}

/*
========================================
5.0 Footer section
========================================
*/


/*******main divs*******/

footer{
    background-color:#00B4E5;
    background-image: url(images/footer3.png);
    background-position:center top;
    background-repeat:repeat-x;
    height: auto;
    z-index: -1;
    color: #fff;
    width: 100%;
    box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
}

footer ul{
    padding:0px;
    margin:0px;
}


footer ul li i{
    color: #fff;
}

footer i{
    -webkit-transition:color 0.1s ease-in;
    -moz-transition:color 0.1s ease-in;
    -o-transition:color 0.1s ease-in;
    transition:color 0.1s ease-in;
}

#footerWrap{
    padding-top: 100px;
}

#fcolumn1{
    float: left;
    width: 40%;
}

#fcolumn2{
    float: left;
    width: 35%;
}


#fcolumn3{
    float: left;
    width: 25%;
}

.content{
    width: 100%;
}
#footerWrap .content{
  font-size: 15px;
  line-height: 22px;
}

#botSocial{
    float: left;
}

#botSocial ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

#botSocial li{
    float:left;
}

#botSocial a{
  font-size: 24px;
  margin-right: 10px;
}

#botSocial i{

}

#trip-advisor-title {
    margin: 31px 0px 0px 0px !important;
}

#trip-advisor-review {
    position: relative;
    width: 145px;
    height: 16px;
    padding: 12px 20px;
    display: block;
    background: #589442;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-transition:color 0.1s ease-in;
    -moz-transition:color 0.1s ease-in;
    -o-transition:color 0.1s ease-in;
    transition:color 0.1s ease-in;
}
#CDSWIDCOE{
margin-left:0 !important;
}

#trip-advisor-review:hover {
    background: #5b9d42;
}

    #trip-advisor-review span {
        position: relative;
        float: left;
        margin: 0px 10px 0px 0px;
        width: 22px;
        height: 16px;
        display: block;
        background: url(images/tripadvisor.png) no-repeat;
        background-position: top;
    }

#fcolumn1 h3,
#fcolumn2 h3,
#fcolumn3 h3{
    font-size: 17px;
    font-weight: bold;
    border: none;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 0px;
}


footer ul{
    list-style: none;
    margin-bottom: 15px;
}

footer ul li a {
    font-weight: lighter;
    color: #fff;
}

#fcolumn1 ul li {
    margin-bottom: 20px;
    color:#fff;
}
footer #fcolumn1 ul li a {
  font-weight: normal;
}
#fcolumn1 ul li i {
  float: left;
  width: 20px;
  height: 24px;
  padding-right: 6px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
#fcolumn1 ul li i.fa-map-marker {
  margin-bottom: 60px;
}
#fcolumn1 ul li i:hover { color: #FFFFFF; }

footer a{
    color: #fff;
}

footer p{
    color: #fff;
}

#credits{
    width: 100%;
    float: left;
    margin-top: 50px;
    border-top: 1px solid rgba(256, 256, 256, 0.6);
    font-size:13px;
    font-weight: bold;
}

#credits #left{
    width: 48%;
    float: left;
    padding: 10px 0 30px 0px;

}

#credits #right{
    width: 48%;
    float: right;
    text-align: right;
    padding: 10px 0px 30px 0;
}


/* footer back and social buttons */


.back{
    background: transparent;
    background-image: url(images/Top.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    margin: 15px 10px 0px 145px;
    color: #B3B3B3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

/*
========================================
6.0 Widget section
========================================
*/

.textwidget{
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

footer .textwidget{
    padding: 15px 35px 10px;
}

#searchform{
    margin-bottom: 25px;
}


/*
========================================
7.0 Mediaquery section
========================================
*/

.fancylist {
  list-style:none;
  padding:0px;
  margin:0px;
  width:100%;
  clear:both;
  display:inline-block;
}
.fancylist li {
  background:#f6f6f6;
  padding:1% 1% 1% 1%;
  display:table;
  width:98%;
  text-wrap: supress !important;
}
.fancylist li:nth-child(2n+2) {
  background: #eaeaea;
}

.extra .fancylist {
  float: left;
  display: table;
  width: auto;
  clear: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.extra .fancylist li {
  display: table-cell;
  vertical-align: bottom;
  width: auto;
  padding: 10px 16px;
  border-left: solid 7px #F2F2F2;
  font-size: 12px;
  text-wrap: none;
  background: #FFFFFF;
}
.extra .fancylist li:first-child {
  border-left: 0px;
}
.extra .fancylist + p {
  clear: both;
}

.listtitle {
    padding:0% 1% 0% 1%;
    display:table;
    width:98%;
}

.price {
    float:left;
    width:23.79%;
    display:table-cell;
    height:20px;
}

.column {
    float:left;
    width:23.79%;
    display:table-cell;
    min-height:20px;
}

.one_half .column, .one_half .price, .extra .column {
    width:49.5%;
}

.fancy {
    background:#0083c1;
    color:#fff;
    padding:7px 9px 7px 9px;
    clear:both;
}

.booknow {
    display:inline-block;
    background:#d5e14d;
    padding: 16px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  1px 1px 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 0px 1px rgba(0, 0, 0, 0.3);
    font-weight:900;
    font-size:16px;
    color:#fff;
    text-shadow: 1px 1px 0px #8a8a8a;
    filter: dropshadow(color=#8a8a8a, offx=1, offy=1);
    -webkit-transition:background 0.1s ease-in;
    -moz-transition:background 0.1s ease-in;
    -o-transition:background 0.1s ease-in;
    transition:background 0.1s ease-in;
}

.booknow:hover {
    background:#00bce4;
    color:#fff;
    -webkit-transition:background 0.1s ease-in;
    -moz-transition:background 0.1s ease-in;
    -o-transition:background 0.1s ease-in;
    transition:background 0.1s ease-in;
}

.booknow a {
    color:#fff;
    text-shadow: 1px 1px 0px #8a8a8a;
    filter: dropshadow(color=#8a8a8a, offx=1, offy=1);
}

.freeparking {
    margin-top:-60px;
    margin-bottom:-60px;
    margin-right:-40px;
    text-align:right;
}

.bookingform {
    margin-top:14px;
}

.bookingform input, .bookingform .wpcf7-select {
    margin:0px;
}

.bookingform p {
    margin-top:3px;
}

.bookingform input, .bookingform textarea  {
    padding:6px;
    width:99%
}

.bookingform .one_half input {
    width:70%;
}

.bookingform .one_half {
    margin-bottom:3px;
}

.bookingform .wpcf7-select {
    padding:4px;
}

.bookingform .wpcf7-submit {
    width:100px;
}

/*
========================================
  Blog page
========================================
*/
body.post-type-archive #mainWrap div.container, body.tax-categories #mainWrap div.container {
  float: left;
  padding: 40px 5% 0 0;
  width: 60%;
}

body.post-type-archive h1.blog-page-title, body.tax-categories h1.blog-page-title {
  font-size: 30px;
}

body.post-type-archive div.sidebar, body.tax-categories div.sidebar {
  float: left;
  padding: 60px 0px 0px 0px;
  width: 35%;
}

body.post-type-archive div.sidebar h2.sidebar_title, body.tax-categories div.sidebar h2.sidebar_title {
  background: #0083c1;
  color: #fff;
  padding: 10px 20px;
}

body.post-type-archive div.sidebar h2.sidebar_title h2, body.tax-categories div.sidebar h2.sidebar_title h2 {
  margin: 0;
  padding: 0;
}

body.post-type-archive div.sidebar ul, body.tax-categories div.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.post-type-archive div.sidebar ul li, body.tax-categories div.sidebar ul li {
  background: #fff;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
}

body.post-type-archive div.sidebar ul li:nth-child(even), body.tax-categories div.sidebar ul li:nth-child(even) {
  background: #f6f6f6;
}

body.post-type-archive div#post_content, body.tax-categories div#post_content {
  padding: 0;
}

body.post-type-archive article, body.tax-categories article {
  box-sizing: border-box;
  background-color: #FAFAFA;
  border-radius: 5px;
  border: #F3F3F3 solid 1px;
  padding: 30px 20px;
  margin: 20px 0 30px;
  min-height: 170px;
  position: relative;
  /*border-bottom: 1px solid #E6E6E6;*/
}

body.post-type-archive div#post_content div.post_thumb, body.tax-categories div#post_content div.post_thumb {
  float: left;
  padding: 0 5% 0 0;
  width: 25%;
}

body.post-type-archive div#post_content div.post_thumb img, body.tax-categories div#post_content div.post_thumb img {
  height: auto;
  width: 100%;
}

body.post-type-archive div#post_content div.post_text, body.tax-categories div#post_content div.post_text {
  float: left;
  width: 70%;
}

body.post-type-archive div#post_content div#post_title h1, body.tax-categories div#post_content div#post_title h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

body.post-type-archive div#post_content div#post_title h1 a, body.tax-categories div#post_content div#post_title h1 a {
  color: #0083C0;
}


/* Read more*/
body.post-type-archive .more, body.tax-categories .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
body.post-type-archive .more a, body.tax-categories .more a {
  font-size: 13px;
  color: #0083C0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.post-type-archive .more a:after, body.tax-categories .more a:after {
  font-family: "FontAwesome";
  content: "\f0da";
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  border-radius: 50px;
  width: 14px;
  padding-left:2px;
  height: 16px;
  background-color: #fff;
  text-align: center;
  box-shadow: 1px 1px rgba(0,0,0,0.2);
  color: #0083C0;
  margin-left:5px;
}
body.post-type-archive .more a:hover, body.tax-categories .more a:hover,
body.post-type-archive .more a:hover:after, body.tax-categories .more a:hover:after {
  color: #4bbde2;
}

body.post-type-archive .more i, body.tax-categories .more i {
  border-radius: 50px;
  width: 17.5px;
  height: 17.5px;
  background-color: #fff;
  text-align: center;
  box-shadow: 1px 1px rgba(0,0,0,0.2);
  color: #0083C0;
  margin-left:5px;
}

/* Lightbox fix */
div.pp_pic_holder {
  z-index: 999999 !important;
}

/* Breadcrumb */
div.page-breadcrumb {
  padding: 30px 0 0 0;
}

body.post-type-archive #mainWrap div.container, body.tax-categories #mainWrap div.container {
  padding: 10px 5% 0 0;
}

/* Virtual Tour */
div.virtual-tour-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
div.virtual-tour-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
