/*
Theme Name: KA
Theme URI: http://www.katherapyryde.com.au/
Author: Han & Christine Lee
Author URI: none
Description: The KA theme is a simple, minimalist theme based on Underscores and the original Shape Theme by Ian Stewart. It was created especially as a learning theme for The ThemeKAr WordPress Theme Tutorial: 2nd Edition.
Version: 1.0
License: GNU General Public License
License URI: license.txt
This theme, like WordPress, is licensed under the GPL.
*/

@import url("normalize.css");
@import url("base.css");
@import url("grid.css");

/*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/



/* =============================================================================
   Site Styles
   ========================================================================== */



body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    word-break:keep-all;
    word-wrap:break-word;
}

/* Headings */

h1, h2, h3, h4, h5, h6, .menu a, .side-sub-menu a, .headline, .kor  {
    font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
    margin: 0;
}

h1, h2, h3, h4 {
    clear: both;
}

h1 {
    font-size:22px;
    margin-bottom: 12px;
    color:#6b443a;
    line-height: 130%;
}
h2 {
    font-size:18px;
    line-height: 160%;
    margin-bottom: 10px;
}

h3 {
    font-size:18px;
    color: #6b3b1a;
}

h4 {
    font-size:16px;
    color: #6b3b1a;
}

h5 {
    font-size:14px;
    line-height: 1.6em;
}

h6 {
    font-size:12px;
    line-height: 1.4em;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */

p, ol li, ul li {
    margin-bottom: 20px;
}

p {
    font-size: 15px;
    line-height: 1.7;
}

a {
    color:inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

menu, ol, ul {
    padding: 0 0 0 30px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #111;
}
input[type=text],
input[type=email] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

.hidden {
    display:none;
}
.strong {
    font-weight: bold;
}
.left {
    float: left;
}
.right {
    float: right;
}
.strong {
    font-weight: bold;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: 1px solid #ccc;
    background: #fff;
    max-width: 98.5%; /* Image does not overflow the content area */
    padding: 5px 1px 10px;
    text-align: center;

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* =============================================================================

   ========================================================================== */

.hfeed site {
    width: 996px;
}

.site-header, .header {
    position: relative;
}

.logo {

}

.view-other-language {
    position: absolute;
    top: 0;
    right: 0;
}

.view-other-language a {
    color: white;
    text-shadow: #000 1px 1px 1px;
    background: #999999;
    padding: 6px 20px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.view-other-language a:hover {
    color: white;
    text-shadow: #000 1px 1px 1px;
    background: #f2526a;
}

.site-title, .site-description{
    display: inline-block;
    vertical-align: bottom;
}

.site-title {
    background: url('images/kalogo_01.png') no-repeat 0 0 transparent;
    width: 312px;
    height: 89px;
    text-indent: -99999px;
    margin: 50px 26px 14px 14px;
} 

.site-title a {
    display: block;
    width: inherit;
    height: inherit;
    text-decoration: none;
}

.site-description{
    background: url('images/train.jpg') no-repeat 0 0 transparent;
    width: 583px;
    height: 130px;
    text-indent: -99999px;
    margin: 30px 0 0 0;
} 
/* =============================================================================
    Menu Navigation
   ========================================================================== */

.site-navigation{
    background-color: #eceef0;
    width: 100%;
    border-radius: 10px;
    list-style: none;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2); 
}

.menu {
    padding: 0;
    margin: 0;
}

.menu > li {
    list-style: none;
    margin-left: 18px;
    margin-bottom: 0;
    z-index:999;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: background-color .2s ease;
       -moz-transition: background-color .2s ease;
        -ms-transition: background-color .2s ease;
         -o-transition: background-color .2s ease;
            transition: background-color .2s ease;
}

.menu > li:nth-child(1) {
    margin-left: 20px;
}

.menu > li:hover > a, .menu > .current-menu-item > a, .menu > .current-menu-parent > a{
    color: white;
    text-shadow: #000 1px 1px 1px;

    background-color: #778899;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}

.menu > li:nth-child(1):hover > a, .menu > li:nth-child(1).current-menu-item > a, .menu > li:nth-child(1).current-menu-parent > a, .menu > li:nth-child(1) .sub-menu a:hover{
    background-color: #f2526a;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.menu > li:nth-child(2):hover > a, .menu > li:nth-child(2).current-menu-item > a, .menu > li:nth-child(2).current-menu-parent > a, .menu > li:nth-child(2) .sub-menu a:hover {
      background-color:#7cbd2f;
      box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.menu > li:nth-child(3):hover > a, .menu > li:nth-child(3).current-menu-item > a, .menu > li:nth-child(3).current-menu-parent > a, .menu > li:nth-child(3) .sub-menu a:hover {
    background-color:#f1b422;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.menu > li:nth-child(4):hover > a, .menu > li:nth-child(4).current-menu-item > a, .menu > li:nth-child(4).current-menu-parent > a, .menu > li:nth-child(4) .sub-menu a:hover {
    background-color:#6769c4;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.menu > li:nth-child(5):hover > a, .menu > li:nth-child(5).current-menu-item > a, .menu > li:nth-child(5).current-menu-parent > a, .menu > li:nth-child(5) .sub-menu a:hover {
    background-color:#4ba8e2;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.menu > li:nth-child(6):hover > a, .menu > li:nth-child(6).current-menu-item > a, .menu > li:nth-child(6).current-menu-parent > a, .menu > li:nth-child(6) .sub-menu a:hover {
    background-color:#b667c4;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.menu > li:nth-child(7):hover > a, .menu > li:nth-child(7).current-menu-item > a, .menu > li:nth-child(7).current-menu-parent > a, .menu > li:nth-child(7) .sub-menu a:hover {
    background-color:#52bbb7;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.menu > li:nth-child(8):hover > a, .menu > li:nth-child(8).current-menu-item > a, .menu > li:nth-child(8).current-menu-parent > a, .menu > li:nth-child(8) .sub-menu a:hover {
    background-color:#80540e;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}


.menu > li:nth-child(1)> a {
    line-height: 220%;
}
.menu > li:nth-child(1)> a:before{
    content: url('images/navbullet_01.gif');
}
.menu > li:nth-child(2)> a:before{
    content: url('images/navbullet_02.gif');
}
.menu > li:nth-child(3)> a:before{
    content: url('images/navbullet_03.gif');
}
.menu > li:nth-child(4)> a:before{
    content: url('images/navbullet_04.gif');
}
.menu > li:nth-child(5)> a:before{
    content: url('images/navbullet_05.gif');
}
.menu > li:nth-child(6)> a:before{
    content: url('images/navbullet_06.gif');
}
.menu > li:nth-child(7)> a:before{
    content: url('images/navbullet_07.gif');
}
.menu > li:nth-child(8)> a:before{
    content: url('images/navbullet_08.gif');
}

.menu > li > a:before{
    padding-right: 10px;
    float: left;
}
.menu > li > a {
    font-weight: bold;
    color: #4c4c4c;
    text-decoration: none;
    font-size: 15px;
    line-height: 110%;
    display: inline-block;
    padding: 12px 8px 0px 0px;
    height: 48px;
    width: 100px;
}

.menu>li:nth-child(1)>a,.menu>li:nth-child(2)>a,.menu>li:nth-child(3)>a{
    width: 72px;
}
.menu>li:nth-child(4)>a{
    width: 86px;
}
.menu>li:nth-child(8)>a{
    width: 90px;
}
.menu>li:nth-child(7)>a{
    width: 110px;
}

/* Pull down menu */

.sub-menu {
    min-width: 200px;
    float: left;
    margin: 0;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    visibility: hidden;
    z-index: 999;
    background: #fff;
    border-radius: 0 0 12px 12px;
    border-width: 4px;
    border-style: solid;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

.menu > li:nth-child(1) .sub-menu {
    border-color: #f2526a;
}
.menu > li:nth-child(2) .sub-menu {
    border-color: #7cbd2f;
}
.menu > li:nth-child(3) .sub-menu {
    border-color: #f1b422;
}
.menu > li:nth-child(4) .sub-menu {
    border-color: #6769c4;
}
.menu > li:nth-child(5) .sub-menu {
    border-color: #4ba8e2;
}
.menu > li:nth-child(6) .sub-menu {
    border-color: #b667c4;
}
.menu > li:nth-child(7) .sub-menu {
    border-color: #52bbb7;
}
.menu > li:nth-child(8) .sub-menu {
    border-color: #80540e;
}

.menu > li:last-child > ul {
    left: -70px;
}

.menu > li:hover ul {
    opacity: 1;
    visibility: visible;
}

.sub-menu li {
    float: none;
    text-align: left;
    margin-bottom: 0px;    
}
.sub-menu li:first-child {
    padding-top: 10px;
}

.sub-menu li:last-child {
    padding-bottom: 10px;
}

.sub-menu a:hover {
    color: #fff;
}

.sub-menu a{
    color: #303030;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 7px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
/* Pull down menu End*/

/* Carousel */
#carousel {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 0;
    box-shadow: 0 40px 40px -30px rgba(0,0,0,0.5);
} 

#carousel, #carousel-text {
    border-radius: 0 30px 30px 0;
    background-color: #F1B422;
}

#slides {
    display: inline-block;
}

.slides_container {
    width:664px;
    height:320px;
}

.slides_container div {
    display:block;
}
.slides_container div img{
    margin: 0;
}

#carousel-text {
    padding: 20px 20px;
    width: 266px;
    height: 280px;
    display: inline-block;
    vertical-align: bottom;
}

#carousel h2 {
    color:#fff;
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}


/*Carousel End */

/* Home - Enquiries */
.enquiries {
    margin-bottom: 40px;
}
.enquiries:before {
    content: url('images/enquiries_img.png');
    position: absolute;
}
.enquiries h4 {
    background-color: #6cd5ec;
    border-radius: 50px;
    padding: 9px 0 12px 120px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}
.enquiries p {
    font-size: 13px;
    font-weight: bold;

}
.enquiries p, .enquiries h1 {
    color:#6769c4;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 120px;
}
.enquiries h1 {
    padding-left: 140px;
}

/* Home - Enquiries End*/

/* Home - Promo box */

.promo1, .promo2, .promo3 {
    box-shadow: inset 0 0 0 6px #dadcde;
    background-color: #f7f8f9;
    min-height: 100px;
    padding:15px 0 30px;
    border-radius: 0 20px 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.promo h3 {
    font-weight: bolder;
    margin-bottom: 10px;
    margin-top: 0;
}

.promo .more-info {
    color: white;
    padding:8px 10px 12px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
    margin-left: 170px;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}

.promo .more-info:after{
    content: url('images/arrow.png');
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    padding-top: 3px;
}

.promo1 .more-info {
    background-color: #6769c4;
}
.promo2 .more-info {
    background-color: #7cbd2f;
}
.promo3 .more-info {
    background-color: #f2526a;
}

.promo1{
    background: url('images/kids.png') no-repeat bottom left transparent;
}
.promo2 {
    background: url('images/ducks.png') no-repeat bottom left transparent;
}
.promo3 {
    background: url('images/sign.png') no-repeat bottom left transparent;
}

.promo1 h3 {
    color:#6769c4;
}
.promo2 h3 {
    color:#7cbd2f;
}
.promo3 h3 {
    color:#f2526a;
}
.promo p {
    color:#4c4c4c;
    font-weight: bold;
    margin: 0 0 36px 0;
}
.promo h3, .promo p {
    padding-right: 20px;  
    padding-left: 20px;  
}

/* Home - Promo box End*/

/* =============================================================================
   Page Styles
   ========================================================================== */

/* Sidebar Sub  menu */

.side-sub-menu {
    background: none;
    margin: 0;
    padding-left: 0;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

.side-sub-menu-wrapper {
    background: #eceef0;
}

.style-sub-menu {
    width: 18px;
    height: 18px;
    border: 14px solid #f2526a;
    padding: 0;
    margin: 0;
}

.top-border{
   border-bottom: none;
   border-right: none;
}

.bottom-border{
   border-top: none;
   border-left: none;
   float: right;
}

.side-sub-menu li {
    float: none;
    text-align: left;
    margin-bottom: 0px;    
}

.side-sub-menu a:hover {
    background: #f2526a;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
    color: white;
    text-shadow: #000 1px 1px 1px;
}

.side-sub-menu a{
    color: #303030;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding-left: 24px;
    padding-top: 5px;
    padding-bottom: 7px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}


.red .side-sub-menu a:hover {background-color: #f2526a;}
.red .style-sub-menu {border-color: #f2526a;}

.green .side-sub-menu a:hover {background-color: #7cbd2f;}
.green .style-sub-menu {border-color: #7cbd2f;}

.yellow .side-sub-menu a:hover {background-color: #f1b422;}
.yellow .style-sub-menu {border-color: #f1b422;}

.blue-violet .side-sub-menu a:hover {background-color: #6769c4;}
.blue-violet .style-sub-menu {border-color: #6769c4;}

.blue .side-sub-menu a:hover {background-color: #4ba8e2;}
.blue .style-sub-menu {border-color: #4ba8e2;}

.purple .side-sub-menu a:hover {background-color: #b667c4;}
.purple .style-sub-menu {border-color: #b667c4;}

.turquoise .side-sub-menu a:hover {background-color: #52bbb7;}
.turquoise .style-sub-menu {border-color: #52bbb7;}

.brown .side-sub-menu a:hover {background-color: #80540e;}
.brown .style-sub-menu {border-color: #80540e;}

.default .side-sub-menu a:hover {background-color: #778899;}
.default .style-sub-menu {border-color: #778899;}


/* Sidebar Sub  menu  End*/

/* Subpage  button  */

.btn-download {
    color: white;
    padding:8px 10px 12px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
    margin-left: 170px;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);

}
.btn-download:after{
    content: url('images/arrow.png');
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    padding-top: 3px;
}
h6 {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    padding:8px 16px 12px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
    display: inline-block;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
}

.red h6 {background-color: #f2526a;}
.green h6 {background-color: #7cbd2f;}
.yellow h6 {background-color: #f1b422;}
.blue-violet h6 {background-color: #6769c4;}
.blue h6 {background-color: #4ba8e2;}
.purple h6 {background-color: #b667c4;}
.turquoise h6 {background-color: #52bbb7;}
.brown h6 {background-color: #80540e;}
.default h6 {background-color: #778899;}

input[type=button], input[type=submit] {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 12px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
    text-shadow: #000 1px 1px 1px;
    cursor: pointer;
    border: none;
}

.red input[type=button], .red input[type=submit] {background-color: #f2526a;}
.green input[type=button], .green input[type=submit] {background-color: #7cbd2f;}
.yellow input[type=button], .yellow input[type=submit] {background-color: #f1b422;}
.blue-violet input[type=button], .blue-violet input[type=submit] {background-color: #6769c4;}
.blue input[type=button], .blue input[type=submit] {background-color: #4ba8e2;}
.purple input[type=button], .purple input[type=submit] {background-color: #b667c4;}
.turquoise input[type=button], .turquoise input[type=submit] {background-color: #52bbb7;}
.brown input[type=button], .brown input[type=submit] {background-color: #80540e;}
.default input[type=button], .default input[type=submit] {background-color: #778899;}

/* Subpage  button  End*/

.red .entry-content h2 {color: #f2526a;}
.green .entry-content h2 {color: #7cbd2f;}
.yellow .entry-content h2 {color: #f1b422;}
.blue-violet .entry-content h2 {color: #6769c4;}
.blue .entry-content h2 {color: #4ba8e2;}
.purple .entry-content h2 {color: #b667c4;}
.turquoise .entry-content h2 {color: #52bbb7;}
.brown .entry-content h2 {color: #80540e;}
.default .entry-content h2 {color: #778899;}

h2.headline-brown {color: #6b443a;}

/* =============================================================================
   Blog Styles
   ========================================================================== */

.content-list .hentry {
    padding-top: 70px;
    margin-bottom: 80px;
    border-top: 1px solid #a8b9cc ;
}
.content-list .hentry:first-child, .content-list .page-header + .hentry {
    border-top: none !important;
    padding-top: 0 !important;
}
.entry-header {
    margin-bottom: 20px;
}
.entry-meta, .logged-in-as {
    margin-bottom: 30px;
    color: #aaaaaa;
    font-size: 0.8em;
}

.entry-meta a, .logged-in-as a {
    color: #0a4b94;
}
.entry-meta a:hover, .logged-in-as a:hover {
    color: #68aa35;
}

.entry-meta .byline, .entry-meta .cat-links {

}
.entry-meta .sep {
    /*
    display: block;
    border-top: 1px solid #a8b9cc;
    position: relative;
    margin: 15px 0px 10px 0;
    */
}
.entry-meta .post-format {
    position: absolute;
    right: -60px;
    top: -25px;
    padding: 5px;
    background: #f5f5f5;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.entry-meta .post-format i {
    width: 38px;
    height: 38px;
    border: 1px solid #e5e5e5;
    color: #dddddd;
    display: block;
    line-height: 38px;
    text-align: center;
    background-color: #ffffff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}   

.entry-meta .comments-link {
    line-height: 2em;
    margin-right: 10px;
}
.entry-meta .posted-on {
}

.entry-title  {
    margin-top: 30px;
}

.entry-thumbnail {
    margin-bottom: 30px;
}
.entry-thumbnail img {
    width: 100%;
    height: auto;
}
.entry-content, .page-content {

}
.entry-content ul {

}

.pager {
    margin: 07px 10px;
    padding: 10px 0;
    border-top: 1px solid #a8b9c;
    border-bottom: 1px solid #a8b9c;
}
.pager .nav-previous {
    display: inline-block;
    width: 50%;
    float: left;
    border-right: 1px solid #a8b9cc;
    padding: 20px 0px;
}
.pager .nav-next {
    display: inline-block;
    width: 49%;
    float: right;
    padding: 20px 0px;
}
.pager .btn {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 8px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border: none;
    background-color: #BBB;
    text-transform: capitalize;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.nav-previous .btn{
    margin-right: 10px;
    float: left;
}
.nav-next .btn{
    margin-left: 10px;
    float: right;
}

.nav-previous .pager-title{

    text-align: left;

    float: left;

    width: 45%;

}

.nav-next .pager-title{
    text-align: right;
    float: right;
    width: 45%;
}

.pager-title {
    font-size: 1.17em;
    font-weight: bold;
}

.btn:hover {
    background-color: #68aa35;
    color: #ffffff;
}
.form-allowed-tags { display: none;}
.form-submit input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    cursor: pointer;
    border: 0;
    margin-left: 3px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, from(#3077dc), to(#002b59));
    background: -moz-linear-gradient(top, #3077dc, #002b59);
}


/* =============================================================================
   Footer
   ========================================================================== */

.site-footer {
    text-align: center;
    border-top: 5px solid #999999;
    background-color:#eceef0;
    padding: 30px 0 50px;
    margin: 80px auto 0;
}
.site-footer:before {
        content: url('/wp_eng/wp-content/uploads/2016/03/kalogo-grey.png');
}
.site-info  {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.site-info p {
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     color: black;
     opacity: .8;
     font-size: 10px;
     line-height:130%;
     margin: 0;
}

/* =============================================================================
   Tweak Hacks
   ========================================================================== */
.widget-title {
    font-size: 1.5em;
}
.widgets_on_page > ul, .widgets_on_page > ul > li {
    margin: 0;
    padding: 0;
}
.size-full, .size-medium, .size-thumbnail {max-width: 100%;}

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.post-edit-link {
    background-color: #666;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 2px 3px 3px;

}

.breakword {
    word-wrap: break-word;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom  : 30px;
}

.widget-container {
    margin-left: 0;
    padding-left: 0;
}

.widget_sp_image {
    margin-top: 30px;
}

.responsiveMenuSelect {
    font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
    font-size: 16px;
    color: white;
    text-shadow: #000 1px 1px 1px;
    padding: 10px 12px;
    background-color: #f2526a;
    list-style: none;
    box-shadow: inset 0px -3px 0px rgba(0,0,0,0.5);
    border: none;
}

.responsiveMenuSelect option {
    color: #2f2c2c;
    background: white;
}

#cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea, #cntctfrm_contact_message, #cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject {
    width: 400px;
}

.listing-actions input.edit-listing {
    margin-left: 20px;
}
.listing-actions input.delete-listing {
    margin-left: 20px;
    color: white;
}

.wpbdp-map {
    border: none !important;
    width: 100% !important;
    height: 500px !important;
}


.wpbdp-bar input {
    margin-top: 10px;
}

#intextbox {
    width: 180px;
    margin-left:8px;
    margin-right:8px;
}

.wpbdp-bar .wpbdp-main-links {
    float: initial;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.wpbdp-bar .wpbdp-search-form {
    margin: 0;
}

.wpbdp-submit-page .image input {
    margin-top: 10px;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {

    .site-description{
        width: 370px;
        height: 83px;
        background-size: 370px 83px;
    } 

    .menu > li {
        margin-left: 20px;
    }

    .menu>li>a {
        width: 140px !important;
        line-height: 220%;
    }

    .menu > li:nth-child(7)> a {
    line-height: 110%;

    }

    .slides_container {
        width:512px;
    }

    #carousel-text {
        width: 200px;
    }

    #carousel-text h4 {
        line-height: 1.4;
    }

    .enquiries:before {
        content: "";
    }
    .enquiries h4, .enquiries p, .enquiries h1 { 
        padding-left: 20px;
        padding-right: 20px;
    }
    .promo .more-info {
        margin-left: 110px;
    }
    .promo1, .promo2, .promo3 {
        min-height: 230px;
    }
    .wpbdp-map {
        width: 100% !important;
        height: 500px !important;
    }

}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .site-description{
        width: 370px;
        height: 83px;
        background-size: 370px 83px;
    }

    #slides{
        display: none;
    }

    #carousel, #carousel-text {
        width: initial;
        height: initial;
        border-radius: 0;
    }

    .side-sub-menu-wrapper{
        display: none !important;
    }
    .wpbdp-map {
        width: 100% !important;
        height: 300px !important;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
    .site-title {
        background-size: 260px 74px;
        width: 260px;
        height: 74px;
        text-indent: -99999px;
        margin-left: 0;
        margin-right: 0;

    }

    .site-description{
        display: none;
    } 
    #slides{
        display: none;
    }

    #carousel, #carousel-text {
        width: initial;
        height: initial;
        border-radius: 0;
    }
    .enquiries:before {
        content: "";
    }
    .enquiries h4, .enquiries p, .enquiries h1 { 
        padding-left: 20px;
        padding-right: 20px;
    }

    .promo .more-info {
        margin-left: 120px;
    }

    .promo1, .promo2, .promo3 {
        min-height: 140px;
    }
    ul.wpbdp-categories > li {
        width: initial;
        float: initial;
    }

    #cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea, #cntctfrm_contact_message, #cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject {
        width: 250px;
    }
    .side-sub-menu-wrapper{
        display: none !important;
    }

    .wpbdp-map{
        width: 100% !important;
        height: 300px !important;
    }
}