/*
Theme Name:     Travelify Child
Theme URI:
Description:    Child theme for the Travelify theme
Author:         René Bannat
Author URI:
Template:       travelify
Version:        0.1.0
*/
@import url("../travelify/style.css");

/*
Colors:

Peach - F35F55
Brown - 503D2E
Green -

*/

/* =Global
-----------------------------------------------*/
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Josefin Sans Light'), local('JosefinSans-Light'), url(http://themes.googleusercontent.com/static/fonts/josefinsans/v3/C6HYlRF50SGJq1XyXj04z2Fp2sMiApZm5Dx7NpSTOZk.woff) format('woff');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Josefin Sans'), local('JosefinSans'), url(http://themes.googleusercontent.com/static/fonts/josefinsans/v3/xgzbb53t8j-Mo-vYa23n5nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Josefin Sans Light Italic'), local('JosefinSans-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/josefinsans/v3/ppse0J9fKSaoxCIIJb33G20Xvi9kvVpeKmlONF1xhUs.woff) format('woff');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Josefin Sans Italic'), local('JosefinSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/josefinsans/v3/q9w3H4aeBxj0hZ8Osfi3d3pumDtkw9GHrrDfd7ZnWpU.woff) format('woff');
}

@font-face {
    font-family: 'Pacifico';
    src: url('library/font/Pacifico.eot');
    src: url('library/font/Pacifico.eot?#iefix') format('embedded-opentype'),
    url('library/font/Pacifico.woff') format('woff'),
    url('library/font/Pacifico.ttf') format('truetype'),
    url('library/font/Pacifico.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background: #F35F55;
}

body, input, textarea, article {
    color: #1d1d1d;
    font: 14px Georgia, serif;
    line-height: 24px;
}

body {
    border-top: 6px solid #503D2E;
}

.background-map {
    background: url('./images/header-background2.jpg') 50% 0 no-repeat;
    width: 100%;
    height: 1500px;
    position: absolute;
    left: 0px;
    z-index: -1;
}

.wrapper {
    box-sizing: border-box;
    max-width: 1018px;
    margin: 0 auto;
    padding: 0 58px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 10;
}

@media only screen and (max-width: 1078px) {
    .wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #main {
        padding: 20px 0;
    }

    .wrapper {
        padding: 0 1rem;
        overflow: hidden;
    }
}

/* Headings
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
    color: #503D2E;
}

#content h3.archive-page-subtitle {
    font-family: 'Georgia', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}

/* =Header
-----------------------------------------------*/
#branding {
    margin-top: 0;
}

.hgroup-wrap {
    padding-top: 0px;
    text-align: center;
}

#site-title {
    font: 36px 'Josefin Sans', sans-serif;
    line-height: 42px;
    font-weight: bold;
}

#site-title a {
    display: inline;
}

#site-logo {
    float: none;
}

#site-description {
    font: 14px 'Pacifico', sans-serif;
    line-height: 20px;
    color: #999;
    font-weight: 200;
}

.social-icons ul li a {
    color: #503D2E;
}

.social-icons ul li.rss a:hover {
    background: #F35F55;
}

/* =Content
-----------------------------------------------*/
/* Links */
a {
    color: #F35F55;
}

a:focus, a:active, a:hover {
    color: #F35F55;
}

#content ul a, #content ol a {
    color: #F35F55;
}

#content ul a:hover, #content ol a:hover {
    color: #F35F55;
    text-decoration: underline;
}

.page-title-wrap {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 4px 0;
}

.page-title {
    font-size: 18px;
    color: #503D2E;
    padding-top: 2px;
    font-family: 'Pacifico', sans-serif;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .page-title {
        padding-left: 1rem;
    }
}

.page-title a {
    color: #503D2E;
}

.date-label {
    color: #fff;
    position: absolute;
    right: 5px;
    top: -8px;
    background: url('./images/date-label.png') no-repeat;
    display: block;
    width: 55px;
    height: 64px;
    padding: 2px 0 0 19px;
}

.date-label .date-month {
    text-transform: uppercase;
    font-size: 15px;
}

.date-label .date-day {
    font-size: 23px;
}

.entry-content a {
    text-decoration: underline;
}

.entry-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.entry-title, .entry-title a {
    color: #503D2E;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    padding-bottom: 20px;
}

#content .medium-wrap h2 {
    padding-right: 65px;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #F35F55;
}

article {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
}

.entry-meta-bar {
    background: #fdfdfd;
    background: rgba(0, 0, 0, 0.02);
}

.medium-wrap {
    position: relative;
}

.medium-wrap .entry-title a {
    padding-top: 1.3%;
}

.entry-meta .author:before,
.entry-meta .date:before,
.entry-meta .category:before,
.entry-meta .comments:before,
.tags:before,
.back-to-top a:before {
    color: #503D2E;
}

.entry-meta a:hover {
    color: #F35F55;
}

.tags a {
    color: #503D2E;
}

.tags a:hover {
    color: #F35F55;
}

/* Readmore */
.entry-meta-bar a.readmore {
    border: none;
    background: #503D2E url('./images/btn-back-brown.png') repeat-x;
    color: #fff;
    border-radius: 0;
    padding: 5px 12px;
    margin: 0 9px 0 7px;
}

.entry-meta-bar a.readmore:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    height: 30px;
    width: 7px;
    background: url('./images/btn-left-brown.png');
}

.entry-meta-bar a.readmore:after {
    content: '';
    position: absolute;
    right: -9px;
    top: 0;
    height: 30px;
    width: 9px;
    background: url('./images/btn-right-brown.png');
}

.entry-meta-bar a.readmore:hover {
    background: url('./images/btn-back-brown.png');
}

.entry-meta-bar a.readmore:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.entry-meta-bar a.more-link:hover {
    text-decoration: underline;
}

/* =Menu
--------------------------------------------------------------*/
#main-nav {
    border: none;
    background: url('./images/ribbon-back.jpg') repeat-x;
}

#main-nav .container {
    display: table;
}

#main-nav::before,
#main-nav::after {
    visibility: visible;
    position: absolute;
    width: 58px;
    height: 73px;
    top: 0;
}

#main-nav::before {
    content: '';
    background: url('./images/ribbon-left.png') no-repeat;
    left: -58px;

}

#main-nav::after {
    content: '';
    background: url('./images/ribbon-right.png') no-repeat;
    right: -58px;
}

#main-nav a {
    padding: 13px 12px 4px 10px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    text-shadow: none;
}

#main-nav li:hover > a, #main-nav ul ul :hover > a, #main-nav a:focus {
    color: #D8D8D8;
}

#main-nav a:hover, #main-nav ul li.current-menu-item a, #main-nav ul li.current_page_ancestor a, #main-nav ul li.current-menu-ancestor a, #main-nav ul li.current_page_item a, #main-nav ul li:hover > a {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    color: #D8D8D8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

/* =Featured Slider
-------------------------------------------------------------*/
.featured-text .featured-title {
    font: 28px 'Josefin Sans', sans-serif;
}

/*.featured-text {
	padding: 10px 20px 20px 20px;
	margin-top: 0;
	border-radius: 2px;
	}*/
#controllers a:hover, #controllers a.active {
    background-color: #54867B;
    color: #54867B;
}

/* =Widgets
-------------------------------------------------------------*/
.widget {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
}

.widget-title, .widget-title a {
    color: #503D2E;
    padding-left: 37px;
    padding-right: 37px;
    background: url('./images/arrow-right.png') 0 13px no-repeat;
}

.widget ul li a:hover {
    color: #F35F55;
}

/* Tag Cloud */
.widget_tag_cloud a {
    color: #503D2E;
}

.widget_tag_cloud a:hover {
    color: #F35F55;
}

/* =Footer
-------------------------------------------------------------*/
#footerarea .widget-wrap {
    background: none;
    border: none;
}

#footerarea .widget-title {
    word-break: break-word;
    display: inline-block;
    background: url('./images/arrow-right.png') 0 13px no-repeat,
    url('./images/arrow-left.png') right 0 top 13px no-repeat;
}

#site-generator .copyright a {
    color: #503D2E;
}

#site-generator .copyright a:hover {
    color: #503D2E;
    text-decoration: underline;
}

/* =Forms
----------------------------------------------------------------*/

input[type="reset"], input[type="button"], input[type="submit"] {

    border: none;
    background: #503D2E url('./images/btn-back-brown.png') repeat-x;
    border-radius: 0;
    padding: 3px 12px;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #503D2E url('./images/btn-back-brown.png') repeat-x;
}

/* =Pagination
------------------------------------------------------------------*/
ul.default-wp-page li a {
    color: #F35F55;
    background: none;
    border: none;
    border-radius: none;
    padding: 8px 8px 8px;
}

ul.default-wp-page li a:hover {
    border: none;
    color: #F35F55 !important;
    background: none;
    border-radius: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* =Comments
---------------------------------------------------------------------*/

#content .comments-area ul, #content .comments-area ol {
    margin: 0 0 30px 0;
}

#content .comments-area ul.children, #content .comments-area ol.children {
    margin: 0 0 30px 30px;
}

#content .comments-area ol {
    list-style-type: none;
}

.comments-area article {
    padding: 1.5% 2.5%;
}

.comments-area .children article {
    margin: 1rem 0;
}

#content .comments-area .comment > ol.children {
    margin-top: -0.7rem;
}

/* =Map
----------------------------------------------------*/
#map {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 75%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map-flexible-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map_canvas img {
    max-width: none;
}