.mobile_show {
    display: none;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: inset 0 2px 0 0 #0eaefb !important;
}
.x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none !important;
}
p {
    line-height: 25px;
}
h1.entry-title {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 3px;
    margin-bottom: 45px;
}
.entry-header .entry-title {
    text-align: center;
}
.post .entry-header .entry-title {
    text-align: left;
}
.entry-wrap {
    padding: 40px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}



/* Header */
.x-brand:hover {
    color: #aaa !important;
    color: #fff !important;
}

/* Homepage specific styles */
body.dt-homepage .entry-wrap {
    padding: 0 !important;
    background: none;
}
.dt_post_item, .dt_watch_item {
    margin-bottom: 20px;
}
.dt_post_item img.wp-post-image, .dt_watch_item img.wp-post-image {
    width: 100%;
}
.dt_post_item .title, .dt_watch_item .title {
    position: absolute;
    top: 5px;
    left: 8px;
    font: bold 14px/17px 'Lato';
    text-transform: uppercase;
    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.dt_post_item a, .dt_watch_item a {
    color: #ccc;
}
.dt_post_item a:hover, .dt_watch_item a:hover {
    color: #fff;
}

.page-id-34 .x-navbar .x-brand {
    display: none;
}
.dt-homepage h1 {
    text-align: center;
    font: 400 60px/72px 'Raleway';
    text-transform: uppercase;
    letter-spacing: 6px;
	margin-top: 20px;
}
.dt-homepage h2 {
    text-align: center;
    font: 400 27px/32px 'EB Garamond';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 10px 0 50px 0;
}


/* Posts */
.entry-title {
    font-size: 30px;
    line-height: 40px;
}


/* Contact */
.wpcf7 {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
.wpcf7-form [type="submit"] {
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-shadow: none;
    border-radius: 0;
}
.wpcf7-form [type="submit"]:hover {
    box-shadow: none;
}
.wpcf7-form select, 
.wpcf7-form textarea, 
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form  input[type="tel"] {
    border-radius: 0;
    border: 0;
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 0;
}
.wpcf7-form input[type="submit"] {
    margin-top: 12px;
}
.wpcf7 .alert,
.wpcf7-not-valid-tip{
    color: red;
    font-size: 14px;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
    border: 0 !important;
    font-weight: bold;
    color: red;
    background: transparent;
    text-shadow: none;
    box-shadow: none;
    padding: 0 !important;
}


/* Contact - Gravity Forms */
body .gform_wrapper {
    display: block;
    margin: 0 auto !important;
    width: 520px;
    max-width: 100%;
}
body .gform_wrapper .gform_body .top_label .gfield_label, 
body .gform_wrapper .gform_body .left_label .gfield_label, 
body .gform_wrapper .gform_body .right_label .gfield_label {
    font: 400 15px/20px 'Lato';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
body .gform_wrapper .gform_body label.gfield_label+div.ginput_container {
    margin-top: 0;
}
body .gform_wrapper .gform_body select, 
body .gform_wrapper .gform_body textarea, 
body .gform_wrapper .gform_body input[type="text"] {
    color: #ddd;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
body .gform_wrapper .gform_body textarea {
    padding-top: 6px;
    padding-bottom: 6px;
}

body .gform_wrapper .gform_body li.gfield.gfield_error, 
body .gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required {
    background: #be5a6b;
    background: #790000;
    border-width: 0;
}
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    font: bold 14px/20px 'Lato';
    color: #fff;
}
.gform_wrapper .gform_body .gfield_error .gfield_label {
    color: #fff;
}
.gform_wrapper .gform_footer input.button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font: bold 17px/22px 'Lato';
    letter-spacing: 2px;
}
.gform_confirmation_message {
    text-align: center;
}