/*
Theme Name: directmj
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: directmj_
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

.hidden {
    display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1, .txthead .entry-title {
    font-size: 2em;
    margin: 0.67em 0;
}

h2, .txthead .entry-subtitle {
    font-size: 1.6em;
    margin: 0.5em 0;
}

h3 {
    font-size: 1.3em;
    margin: 0.3em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 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: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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 */
    width: 100%;
    box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    width: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
    width: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    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: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #404040;
}

a:visited {
    color: #404040;
}

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

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (max-width: 600px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    /*margin: 0 0 1.5em;*/
    margin: 0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* 20.0 Individual elements */
body {
    font-family: 'Raleway', arial, sans-serif;
}

body, button, input, select, textarea {
    font-size: 16px;
    font-size: 1.4rem;
}

.standardwrap {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.bigwrap {
    max-width: 1300px;
}

.c1-50, .c2-50 {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.c1-50 {
    margin-left: 0;
}

.block-middle {
    display: table;
}

.block-middle > div {
    display: table-cell;
    vertical-align: middle;
}

.block-middle > .c1-50,
.block-middle > .c2-50 {
    float: none;
    margin-left: 0;
}

.block-middle > .c1-50 {
    padding-right: 2%;
}

.block-middle > .c1-50 {
    padding-left: 2%;
}

.txt {
    color: #6c6c6c;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.featuredtxt {
    display: block;
    color: #484c55;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

/*.taxlink a:hover .txt:after,
.service-excerpt .service-excerpt-wrapper > .c2 .entry-title:after {
    content: "";
    background-color: rgba(236, 132, 35, 1);
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
    left: 0;
}*/

.taxlink a:hover .txt,
.service-excerpt .service-excerpt-wrapper > .c2 .entry-title {
    text-decoration: underline;
}

.service-excerpt .service-excerpt-wrapper > .c2 .entry-title:after {
    background: transparent;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.service-excerpt .service-excerpt-wrapper:hover > .c2 .entry-title:after {
    background-color: rgba(236, 132, 35, 1);
}

/* .button1 */
.button1,
.search-box1 .beautiful-taxonomy-filters-button,
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: rgba(236, 132, 35, 1);
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: white;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 25px 7px 25px;
    border-bottom: 2px solid rgba(236, 132, 35, 1);
    -webkit-transition: border-bottom-color 500ms ease-out;
    -moz-transition: border-bottom-color 500ms ease-out;
    -o-transition: border-bottom-color 500ms ease-out;
    transition: border-bottom-color 500ms ease-out;
}

.button1:hover,
.search-box1 .beautiful-taxonomy-filters-button:hover,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    box-shadow: none;
    border-bottom-color: #191F23;
}

/*--------------------------------------------------------------
20.1 Header
--------------------------------------------------------------*/

#prehead {
    background-color: #191F23;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

#prehead, #prehead a {
    color: #FFF;
    text-decoration: none;
}

#prehead a:hover {
    text-decoration: underline;
}

#prehead ul, #prehead ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#prehead ul li {
    display: inline-block;
    padding-left: 7px;
}

#prehead ul li:first-child {
    padding-left: 0;
}

#prehead ul.menu li:before {
    content: "|";
    color: white;
    display: inline-block;
    margin-right: 7px;
}

#prehead ul.menu li:first-child:before {
    content: none;
}

#prehead .c1 {
    width: 60%;
    float: left;
}

#prehead .c2 {
    width: 40%;
    float: right;
    text-align: right;
}

.header-back {
    position: absolute;
    width: 100%;
    height: 120%;
    background-color: #ececec;
    z-index: -1;
}

.bx-head {
    /*max-height: 600px;*/
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.bx-head .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
}

.bx-head ul, .bx-head li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-back .bx-wrapper img {
    margin-left: auto;
    margin-right: auto;
    max-width: 500%;
    width: 100%;
}

.bx-head-single,
.bx-head.show {
    opacity: 1;
}

#masthead {
    /*background: url('img/back.jpg') 0 0 no-repeat;
    background-size: cover; */
    position: relative;
    overflow: hidden;
}

/*#masthead:after {
	content: "";
    background-color: rgba(236,132,35,1);
    position: absolute;
    bottom: 0px;
    height: 6px;
    width: 100%;
    left: 0;
}*/

.site-branding .site-title {
    font-size: 2em;
    margin: 0.67em 0;
}

.site-branding .site-title a {
    display: inline-block;
    /*background: white;*/
    padding: 15px 25px;
}

.site-branding .site-title a img {
    display: block;
}

.search-box1 {
    color: white;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 40px;
}

.search-box1 .widget {
    margin-bottom: 10px;
}

.search-box1 .widget_text {
    font-size: 25px;
}

.search-box1 .beautiful-taxonomy-filters-label {
    display: none;
}

.search-box1 .beautiful-taxonomy-filters-tax {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
}

.search-box1 .beautiful-taxonomy-filters-cpt {
    display: none;
}

.search-box1 .beautiful-taxonomy-filters-select-wrap {
    display: inline-block;
}

.search-box1 .beautiful-taxonomy-filters-button {
    padding: 13px 33px;
    border-radius: 4px;
}

.search-box1 .beautiful-taxonomy-filters-tax-child {
    display: none;
}

.page-template-template-front .search-box1 {
    margin-top: 9%;
    margin-bottom: 10%;
}

.search-box1 .title {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.search-box1 .subtitle {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.35;
}

.head-bar {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.site-branding {
    flex: 1 1 600px;
}

.head-menu {
    flex: 1 1 400px;
    text-align: right;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 48px;
}

.head-menu a {
    color: inherit;
    text-decoration: none;
    margin-left: 20px;
}

.head-menu a:first-child {
    margin-left: 0;
}

.head-menu > a:first-child {
    margin-right: 20px;
    margin-bottom: 20px;
}

.register {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ffffff;
    padding: 8px 16px;
    margin-bottom: 10px;

    background-color: rgba(0, 0, 0, 0.2);

    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.head-menu a:hover .register {
    background-color: rgba(236, 132, 35, 1);
}

.social {
    display: inline-block;
    font-size: 21px;
}

#colophon .social a, .social a {
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
}

#colophon .social a:hover, .social a:hover {
    color: rgba(236, 132, 35, 1);
}

/*--------------------------------------------------------------
20.2 Nav
--------------------------------------------------------------*/

/* Bread */
.bread {
    background-color: #F0F0F0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bread, .bread a {
    font-family: Raleway, sans-serif;
    color: #242323;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.bread a {
    display: inline-block;
}

.bread a:hover {
    color: #6c6c6c;
}

.bread span[property="itemListElement"]:last-child,
.bread span[property="itemListElement"]:last-child a {
    color: #6c6c6c;
}

/*--------------------------------------------------------------
20.3 Loop
--------------------------------------------------------------*/

/* Services */

.related-section .standardwrap ol,
.archive-list {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    margin-left: -47px;
}

.related-section .standardwrap li {
    flex: 1 1 550px;
    max-width: 750px;
    margin-left: 47px;
    margin-bottom: 44px;
}

.related-section .standardwrap li article {
    background-color: white;
}

.archive-list .service-excerpt {
    flex: 1 1 550px;
    max-width: 750px;

    background-color: #F5F5F5;
    margin-left: 47px;
    margin-bottom: 44px;
}

.archive-list::after {
    content: '';
    display: block;
    margin-left: 47px;
    flex: 1 1 550px;
}

.service-excerpt a {
    text-decoration: inherit;
}

.service-excerpt .service-excerpt-wrapper a {
    color: #404040;
}

.service-excerpt .service-excerpt-wrapper {
    color: #404040;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.service-excerpt .service-excerpt-wrapper:hover {
    background: #EFEFEF;
}

.service-excerpt-wrapper .image {
    flex: 1 1 220px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.service-excerpt-wrapper .image img {
    display: block;

    width: auto;
    height: 100%;
    min-width: auto;
    min-height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.service-excerpt-wrapper .image .entry-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    padding: 12px 58px;

    font-family: Raleway, sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;

    background-color: rgba(44, 46, 58, .75);
}

.service-excerpt-wrapper .text {
    flex: 1 1 300px;

    padding: 28px 34px;
}

.service-excerpt-wrapper .text .entry-title {
    font-weight: 500;
    margin-top:-15px;
}

.service-excerpt-wrapper .text a {
    text-decoration: inherit;
}


.service-excerpt-wrapper .text .type {
    margin-bottom: 8px;
}

.service-excerpt-wrapper .text .location {
    /*margin-bottom: 15px;*/
}

.service-excerpt-wrapper .text .type span {
    font-family: Raleway, sans-serif;
    color: #434242;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-excerpt-wrapper .text .type .fa {
    display: none;
}

.service-excerpt-wrapper .text .location span {
    font-family: Raleway, sans-serif;
    color: #606060;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin-left: 25px;
}

.service-excerpt-wrapper .text .location .fa {
    color: #EB8A00;
    font-size: 23px;
    position: absolute;
}

.service-excerpt-wrapper .text .desc {
    font-family: Raleway, sans-serif;
    color: #6c6c6c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

/* featuredinfo */
.featuredinfo {
}

.featuredinfo > div {
    margin-bottom: 10px;
}

.featuredinfo > div:first-child {
    margin-top: 10px;
}

.featuredinfo .fa {
    font-size: 16px;
    text-align: center;
    min-width: 22px;
    margin-right: 8px;
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
}

.featuredinfo .featuredinfo_experience {
}

.featuredinfo .featuredinfo_experience .xprange1 {
}

.featuredinfo .featuredinfo_experience .xprange2 {
}

.featuredinfo .featuredinfo_experience .xprange3 {
}

.featuredinfo .featuredinfo_experience .xprange4 {
}

.featuredinfo .featuredinfo_speciality a {
    color: #404040;
    text-decoration: none;
}

.featuredinfo .featuredinfo_speciality a:hover {
    text-decoration: underline;
}

.featuredinfo .featuredinfo_awards {
}

.featuredinfo .featuredinfo_awards ul, .featuredinfo .featuredinfo_awards li {
    margin: 0;
    list-style: none;
}

.featuredinfo .featuredinfo_awards ul {
    margin-left: 30px;
}

.featuredinfo .featuredinfo_awards li:before {
    content: "-";
    margin-right: 2px;
}

.service-excerpt .service-excerpt-wrapper:hover .fa-check,
.single-services-wrap .featuredinfo:hover .fa-check {
    color: green;
}

.service-excerpt .service-excerpt-wrapper:hover .fa-graduation-cap,
.single-services-wrap .featuredinfo:hover .fa-graduation-cap {
    color: #de2102;
}

.service-excerpt .service-excerpt-wrapper:hover .fa-line-chart,
.single-services-wrap .featuredinfo:hover .fa-line-chart {
    color: #19158c;
}

.service-excerpt .service-excerpt-wrapper:hover .fa-trophy,
.single-services-wrap .featuredinfo:hover .fa-trophy {
    color: #c7c743;
}

/* contactowrapper */

.contactowrapper {
    position: relative;
    border-radius: 10px 10px 0 0;
    /*overflow: hidden;*/
    margin-bottom: 25px;
}

.contactowrapper .contactohidden {
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.contactowrapper.info-open .contactohidden {
    position: static;
    visibility: visible;
    height: 0;
    overflow: hidden;
}

.contactowrapper .contactohidden {
    background: #F0F0F0;
    color: #494747;
}

.contactowrapper .contactohidden h3 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    background-color: #191F23;
    padding: 4% 6% 4% 6%;
}

.contactowrapper .contactohidden .infowrapper {
    padding: 14px;
}

.contactowrapper .contactohidden .info {
    font-family: Raleway, sans-serif;
    color: #494747;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

    margin-top: 19px;
    margin-left: 11px;
    -ms-word-break: break-all;
    word-break: break-all;
}

.contactowrapper .contactohidden .info .tel {
    font-family: Raleway, sans-serif;
    color: #494747;
    font-size: 21px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.contactowrapper .contactohidden .info .tel,
.contactowrapper .contactohidden .info .email,
.contactowrapper .contactohidden .info .address {
    margin-bottom: 12px;
}

.contactowrapper .contactohidden .info .tel:before,
.contactowrapper .contactohidden .info .email:before,
.contactowrapper .contactohidden .info .address:before,
.contactowrapper .contactohidden .info .web:before {
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.contactowrapper .contactohidden .info .tel:before {
    content: "";
    width: 27px;
    height: 27px;
    background: url('img/phone-call.png') no-repeat;
    background-size: 27px;
}

.contactowrapper .contactohidden .info .email:before {
    content: "";
    width: 27px;
    height: 27px;
    background: url('img/envelope.png') no-repeat;
    background-size: 27px;
}

.contactowrapper .contactohidden .info .address:before {
    content: "";
    width: 27px;
    height: 27px;
    background: url('img/placeholder.png') no-repeat;
    background-size: 27px;
}

.contactowrapper .contactohidden .info .web:before {
    content: "";
    width: 27px;
    height: 27px;
    background: url('img/loupe.png') no-repeat;
    background-size: 27px;
}

.contactowrapper .contactohidden .map {
    margin-top: 15px;
    color: #404040;
}

.contactowrapper .button {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.contactowrapper .button:focus {
    border-color: transparent;
    box-shadow: none;
}

.contactowrapper .button:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(236, 132, 35, 1);

    position: absolute;
    left: 44%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);

    animation: arrow-down linear 1.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: arrow-down linear 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: arrow-down linear 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: arrow-down linear 1.5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: arrow-down linear 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;

    z-index: 99;
}

.info-open.contactowrapper .button:after {
    display: none;
}

/* .taxlinks */
.taxlinks1, .related-section {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
    background: #efefef;
    font-size: 18px;
}

.taxlinks1 h2, .related-section .title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 35px;
}

.taxlinks1 h2 .fa, .related-section .title .fa {
    margin-right: 15px;
    color: #a0a0a0;
    font-size: 40px;
}

.taxlinks1 .taxlink {
    width: 32%;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: bottom;
    padding-right: 3%;
    padding-left: 3%;
}

.taxlinks1 .taxlink .img {
    margin-bottom: 10px;
}

/* 404 - not found */

.site-main .no-results, .site-main .not-found {
    margin-bottom: 30px;
}

.pagination {
    text-align: center;
    margin-top: 30px;
    flex: 1 0 100%;
}

.pagination .page-numbers {
    display: inline-block;
    border: 1px solid #DDD;
    min-width: 26px;
    padding: 1px 4px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    border: none;
}

.pagination a.page-numbers {
    text-decoration: none;
}

/*--------------------------------------------------------------
20.4 Sidebar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
20.5 Single post
--------------------------------------------------------------*/

.single-content {
    margin-top: 45px;
    margin-bottom: 0;
}

.single-content .single-services-wrap {
    margin-bottom: 45px;
}

.single-services-wrap .image {
    position: relative;
}

.single-services-wrap .image img {
    display: block;
    margin: 0 auto;
}

.single-services-wrap .image .entry-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    padding: 12px 58px;
    font-family: Raleway, sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background-color: rgba(44, 46, 58, .75);
}

.single-content .yarpp-related {
    margin-bottom: 0;
}

/* Page */

.page .single-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

/* Home */
.home-content {
    font-size: 19px;
    font-weight: 300;
}

.front-page .entry-header {
    background: rgba(236, 132, 35, 1);
    color: white;
}

.entry-header h1 {
    margin-top: 0.4em;
    margin-bottom: 0.6em;
}

.block1, .block2, .block3 {
    padding-top: 85px;
    padding-bottom: 110px;
}

.links {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    flex: 1 0 100%;
}

.links .taxlink {
    flex: 0 0 200px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin-top: 59px;
}

.links .taxlink .icon {
    margin-bottom: 7px;
}

.links .taxlink .txt {
    color: #1d2730;
}

/*.home-content .block2, .home-content .block3 { border-top: 1px solid #DDD; }*/
.home-content .block2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    background-color: #F1F1F1;
    padding: 0;
}

.home-content .block2 .color:first-child {
    background-color: #e3e3e3;
}

.home-content .block2 .color {
    flex: 1 1 450px;
}

.home-content .block2 .img {
    background-color: #e3e3e3;
    max-width: 600px;
    float: right;
}

.home-content .block2 .txt {
    text-align: left;
    padding: 9%;
    max-width: 700px;
    float: left;
}

.home-content .block3 {
    text-align: center;
}

.home-content .block3 p {
    margin: 0;
}

.home-content .block3 .tel {
    font-size: 50px;
    color: rgba(236, 132, 35, 1);
    margin-top: 7px;
}

.home-content .block3 .tel2 {
    font-size: 10px;
    margin-top: 7px;
}

/* Block .taxlink */
.taxlink .icon img {
    max-width: 100px;
}

.taxlink a {
    color: #404040;
    text-decoration: none;
    position: relative;
}

/* Related */
.yarpp-related {
}

.related-section {
    text-align: left;
}

.related-section .title {
    text-align: center;
    margin-bottom: 0;
}

.related-section .title:after {
    content: "";
    display: block;
    width: 90%;
    margin: 23px auto 50px;
    max-width: 120px;
    border-bottom: 2px solid #cacaca;
}

.related-section ol, .related-section li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.related-section li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.related-section .entry-title {
    margin-top: 0;
}

.related-section {
    font-size: 15px;
}

.yarpp-related a {
    font-weight: normal !important;
}

/* Services */

.single-services-wrap > .c1,
.single-services-wrap > .c2 {
    float: left;
    margin-bottom: 35px;
}

.single-services-wrap > .c1 {
    width: 25%;
    margin-right: 5%;
}

.single-services-wrap > .c2 {
    width: 70%;
}

.single-services-wrap > .c2 h1, .txthead .entry-title {
    margin-bottom: 0;
    margin-top: -8px;
    line-height: 1.4;
}

.txthead .entry-title {
    margin-top: 0;
}

.single-services-wrap .entry-header h1, .txthead .entry-subtitle {
    font-family: Raleway, sans-serif;
    color: #434242;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-top: -3px;
}

.single-services-wrap .entry-header h2, .txthead .entry-subtitle {
    font-family: Raleway, sans-serif;
    color: #434242;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 7px;
}

.txthead {
    margin-bottom: 35px;
    display: none;
}

.single-services-wrap > .c1 .image {
    margin-bottom: 25px;
}

.single-content .miniwrapper {
    width: 90%;
    margin: 0 auto;
}

.single-services-wrap .metainfo {
    margin-top: 20px;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-left: -12px;

    border: 1px solid rgba(0, 0, 0, .25);
    background-color: rgba(243, 243, 243, 0.55);

    border-radius: 15px;
    padding: 12px 21px 6px;
}

.single-services-wrap .metainfo > div {
    margin-bottom: 6px;
    margin-left: 12px;
}

.single-services-wrap .metainfo a {
    color: #404040;
    text-decoration: none;
}

.single-services-wrap .metainfo a:hover {
    text-decoration: underline;
}

.single-services-wrap .metainfo .location {
    order: 1;
}

.single-services-wrap .metainfo .type {
    order: 2;
}

.single-services-wrap .metainfo .type span {
    font-family: Raleway, sans-serif;
    color: #434242;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-left: 25px;
}

.single-services-wrap .metainfo .type .fa {
    color: #EB8A00;
    font-size: 23px;
    position: absolute;
}

.single-services-wrap .metainfo .location span {
    font-family: Raleway, sans-serif;
    color: #606060;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin-left: 25px;
}

.single-services-wrap .metainfo .location .fa {
    color: #EB8A00;
    font-size: 23px;
    position: absolute;
}

.single-services-wrap .metainfo .fa {
    font-size: 15px;
    width: 16px;
    text-align: center;
    margin-right: 3px;
}

.single-content .entry-content h2 {
    font-family: Raleway, sans-serif;
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.single-services-wrap .entry-header {
    /*padding-bottom: 27px;*/
    margin-bottom: 45px;
}

.single-services-wrap .featuredinfo {
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: rgba(243, 243, 243, 0.55);

    border-radius: 15px;
    padding: 25px 40px 13px;
}

.single-services-wrap .featuredinfo ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-left: -222px;
    margin-bottom: 0;
    list-style: none;
}

.single-services-wrap .featuredinfo ul li {
    flex: 1 1 150px;
    margin-left: 222px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 40px;
}

.single-services-wrap .featuredinfo ul li:before {
    position: absolute;
    left: 0;
    font: normal normal normal 25px/1 FontAwesome;
    content: "\f058";
    color: #797979;
}

.single-services-wrap .featuredinfo > div {
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-left: 2%;
    padding-right: 2%;
}

/*----------------------------
Single Info Page
----------------------------*/

.info-page {
    display: flex;
    flex-flow: row wrap;
    margin-left: -50px;
}

.info-page .info-content {
    flex: 3 1 300px;
    margin-left: 50px;
    padding-top: 100px;
}

.info-page .info-content h1 {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 54px;
}

.info-page .info-content h2 {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px;
}

.info-page .info-content h2 a {
    text-decoration: inherit;
    color: inherit;
}

.info-page .info-content .entry-content {
    margin: 0;
}

.info-page .info-side {
    flex: 1 1 150px;
    margin-left: 50px;
    border-left: 1px solid #cacaca;
    padding-top: 100px;
    padding-left: 30px;
}

.info-page .info-side > div {
    margin-bottom: 35px;
}

.info-page .info-side .title {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.info-page .info-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-page .info-side li {
    margin-bottom: 10px;
}

.info-page .info-side li:last-child {
    margin-bottom: 0;
}

.info-page .info-side li a {
    font-family: Raleway, sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
}

/*.info-page .info-side li:hover a:before,*/
.info-page .info-side li.active a:before {
    content: '🢒 ';
}

/*----------------------
Template Register - page-template-template-register
----------------------*/
.register-page .entry-header {
    background-color: #EAEAEA;
    text-align: center;
}

.register-page .entry-header .entry-title {
    color: #484c55;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    max-width: 550px;
    margin: 82px auto 15px;
}

.register-page .entry-header .subtitle {
    color: #6c6c6c;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 80px;
}

.register-page .title {
    color: #484c55;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
}

.cont-form .title:after,
.register-page > div > .title:after {
    content: "";
    width: 80%;
    max-width: 40px;
    border-bottom: 3px solid #898B92;
    display: block;
    margin: 30px auto 60px;
}

.dir-keys {
    margin-top: 75px;
    margin-bottom: 65px;
}

.dir-keys .keys-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.dir-keys .keys-list .key {
    flex: 0 0 46%;
    text-align: right;
    margin-bottom: 35px;
}

.dir-keys .keys-list .key:nth-child(even) {
    text-align: left;
}

.dir-keys .keys-list .key .icon {
    float: right;
    max-width: 54px;
    height: 150%;
    margin-left: 45px;
}

.dir-keys .keys-list .key:nth-child(even) .icon {
    float: left;
    margin-left: 0;
    margin-right: 45px;
}

.dir-keys .keys-list .key .title {
    text-align: inherit;
    color: #484c55;
    font-size: 19px;
    font-weight: 700;
}

.dir-keys .keys-list .key .title:after {
    display: none;
}

.dir-keys .keys-list .key .description {
    color: #484c55;
    font-size: 16px;
    font-weight: 400;
}

.advert {
    background: #2C2E3A url('img/adbgert.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.advert .title {
    color: #ffffff;
    font-size: 28px; /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 27px; /* Approximation due to font substitution */
    text-align: center;
    font-style: italic;

    max-width: 550px;
    margin: 82px auto 15px;
}

.advert .ad-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-left: -80px;
    margin-bottom: 45px;
}

.advert .ad-list .elem:first-child {
    flex: 4 0 240px;
}

.advert .ad-list .elem {
    flex: 1 0 240px;
    margin-left: 80px;
    margin-bottom: 20px;
    text-align: center;
}

.advert .ad-list .elem .title {
    color: #ffffff;
    font-size: 48px; /* Approximation due to font substitution */
    font-weight: 700;
    margin-top: 0;
}

.advert .ad-list .elem .title:after {
    display: none;
}

.advert .ad-list .elem .subtitle {
    color: #cacbcc;
    font-size: 21px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 48px; /* Approximation due to font substitution */
}

.cta {
    background-color: #EAEAEA;
}

.cta .block {
    display: flex;
    flex-flow: row wrap;
    margin-left: -60px;
    margin-top: 85px;
    margin-bottom: 85px;
}

.cta .block > div {
    flex: 1 0 40%;
    min-width: 250px;
    margin-left: 60px;
}

.cta .title {
    font-size: 30px; /* Approximation due to font substitution */
    line-height: 30px; /* Approximation due to font substitution */
    font-weight: 700;
    text-align: right;
    margin-bottom: 10px;
}

.cta .title:after {
    display: none;
}

.cta .subtitle {
    color: #6c6c6c;
    font-size: 22px; /* Approximation due to font substitution */
    font-weight: 400;
    text-align: right;
}

.cta .price {
    color: #484d55;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 18px;
}

.cta .button {
    display: block;
    text-decoration: none;
    border-radius: 5px;
    max-width: 270px;
    cursor: pointer;
}

.cta .button:hover,
.cta .button:focus,
.cta .button:active {
    color: white;
}

.faqs {
    margin-top: 75px;
    margin-bottom: 65px;
}

.faqs .faqs-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.faqs-list .faq {
    flex: 0 0 48%;
    min-width: 300px;
    max-width: 585px;
    margin-bottom: 15px;
    background-color: #F3F3F3;
    box-sizing: border-box;
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
}

.faq .number {
    height: 42px;
    width: 42px;
    line-height: 38px;
    border-radius: 50%;
    background-color: #EB8A00;
    color: #ffffff;
    font-size: 28px; /* Approximation due to font substitution */
    font-weight: 400;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.faq .question {
    color: #484d55;
    font-size: 19px; /* Approximation due to font substitution */
    font-weight: 400;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 79%;
    padding-right: 19px;
}

.faq .arrow {
    display: inline-block;
    text-align: center;

    position: absolute;
    top: 32px;
    right: 27px;

    -webkit-transition: transform 1000ms ease-out;
    -moz-transition: transform 1000ms ease-out;
    -o-transition: transform 1000ms ease-out;
    transition: transform 1000ms ease-out;
}

.faq.active .arrow {
    webkit-transform: rotateX(180deg); /* Safari */
    transform: rotateX(180deg);
}

.faq .answer {
    height: 0;
    overflow: hidden;
}

.faq .answer-wrapper {
    padding-top: 20px;
}

.cont-form {
    background: #2C2E3A url('img/imagen-formulario-registro.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.cont-form .subtitle {
    margin-top: 100px;
    color: #ffffff;
    font-size: 18px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 38px; /* Approximation due to font substitution */
    text-align: center;
}

.cont-form .title {
    color: #ffffff;
    font-size: 46px; /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 38px; /* Approximation due to font substitution */
    text-align: center;
}

.cont-form .description {
    color: #ffffff;
    font-size: 18px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 20px; /* Approximation due to font substitution */
    text-align: center;

    max-width: 550px;
    margin: 0 auto 75px;
}

.cont-form p {
    margin: 0 auto 15px;
    padding: 0;
    color: #fcfcfc;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 30px; /* Approximation due to font substitution */
    text-align: left;
}

.cont-form input[type="submit"] {
    border-radius: 5px;
}

.cont-form .form {
    margin-bottom: 80px;
}

/*----------------------------
Single Subscription Page
----------------------------*/

.subs-page {
    display: flex;
    flex-flow: row wrap;
    margin-left: -50px;
    margin-bottom: 25px;
}

.subs-page .subs-content {
    flex: 1 1 300px;
    margin-left: 50px;
    padding-top: 100px;
}

.subs-page .subs-content h1 {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin: 0;
}

.subs-page .subs-content h1:after {
    content: "";
    width: 80%;
    max-width: 40px;
    border-bottom: 3px solid #898B92;
    display: block;
    margin: 30px 3px 30px;
}

.subs-page .subs-content h2 {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px;
}

.subs-page .subs-content h2 a {
    text-decoration: inherit;
    color: inherit;
}

.subs-page .subs-content .entry-content {
    margin: 0;
}

.subs-page .subs-content .subtitle {
    font-family: Raleway, sans-serif;
    color: #6c6c6c;
    font-size: 23px; /* Approximation due to font substitution */
    font-weight: 400;
}

.subs-page .subs-content .price {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 16px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.subs-page .subs-content .price strong {
    color: #484d55;
    font-size: 29px; /* Approximation due to font substitution */
    font-weight: 700;
}

.subs-page .subs-content form {
    margin-top: 35px;
}

.subs-page .subs-side {
    flex: 1 1 150px;
    margin-left: 50px;
    padding-top: 100px;
}

.subs-page .subs-side .title {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.subs-page .subs-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subs-page .subs-side li {
    margin-bottom: 6px;
}

.subs-page .subs-side li a {
    font-family: Raleway, sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

/*----------------------------
Buy Page
----------------------------*/

.wpcf7 .block {
    margin-bottom: 75px;
}

.wpcf7 .block .heading {
    color: #6c6c6c;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 20px; /* Approximation due to font substitution */
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.wpcf7 .block .title {
    color: #6c6c6c;
    font-size: 13px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 20px; /* Approximation due to font substitution */
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.wpcf7 .block .fila {
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
}

.wpcf7 .block .fila .elemento {
    flex: 1 0 200px;
    margin-left: 8px;
    margin-bottom: 28px;
}

.wpcf7 .block .fila {
    color: #6c6c6c;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 20px; /* Approximation due to font substitution */
    text-align: left;
}

.wpcf7 .block .fila input:not([type="submit"]),
.wpcf7 .block .fila textarea {
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    padding: 11px 7px;
    font-weight: 500;
    margin-top: 18px;
}

.wpcf7 .block .fila input[type="submit"] {
    border-radius: 3px;
    text-transform: uppercase;
    width: 100%;
    max-width: 50%;
}

.wpcf7 .block .fila .elemento.tocs {
    font-weight: 400;
}

.wpcf7 .block span.wpcf7-not-valid-tip {
    color: #fefefe;
    font-size: 1em;
    display: block;
    /*border-left: 2px solid rgba(236, 132, 35, 1);
    border-bottom: 2px solid rgba(236, 132, 35, 1);
    border-right: 2px solid rgba(236, 132, 35, 1);*/
    background-color: rgba(236, 132, 35, 1);
    padding: 3px 8px;
    font-weight: bold;
}

.wpcf7 div.wpcf7-validation-errors {
    border: 4px solid rgba(236, 132, 35, 1);
    padding: 7px 15px;
    font-weight: bold;
}

.form .wpcf7 .block .fila {
    color: #fcfcfc;
}

.form .wpcf7 .block .fila a {
    color: #fcfcfc;
}

.form .wpcf7 .block .fila a:hover, .form .wpcf7 .block .fila a:focus, .form .wpcf7 .block .fila a:active {
    color: #606060;
}

/*----------------------------
ConfirmBuy Page
----------------------------*/
.mjlanding {
    max-width: 1200px;
    width: 90%;
    margin: 65px auto 87px;
}

.mjlanding h1 {
    font-family: Raleway, sans-serif;
    color: #484d55;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 0.67em;
}

.pagopeticion {
    margin-top: 65px;
    margin-bottom: 20px;
}

.pagopeticion > a {
    width: 29%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    display: inline-block;
    text-align: center;
    color: #484d55;
    text-decoration: none;

    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
}

.pagopeticion > a:hover {
    color: rgba(236, 132, 35, 1);
}

.pagopeticion > a i {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.pagopeticion > a:hover i {
    text-decoration: none;
}

/*----------------------------
Error404 Page
----------------------------*/
.error-404 .page-header {
    text-align: center;
}

.error-404 .page-content {
    background-color: white;
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
    margin-left: -35px;
}

.error-404 .page-content .description {
    flex: 7 0 300px;
    margin-left: 35px;
}

.error-404 .page-content .searchform {
    flex: 1 0 300px;
    margin-left: 35px;
}

.error-404 input.search-field {
    float: left;
    width: 60%;
}

.error-404 input.search-submit {
    float: right;
    width: 34%;
    padding: 7px 0 3px;
    border-radius: 5px;
}

/*--------------------------------------------------------------
20.F Footer
--------------------------------------------------------------*/

.footer-links {
    display: flex;
    flex-flow: row wrap;
    margin-left: -30px;
    margin-top: 110px;
    margin-bottom: 110px;
    align-items: flex-start;
    padding: 0 0 0 50px;
}

.footer-links .big-link {
    flex: 0 1 350px;
    margin-left: 30px;
}

.big-link .blink {
    margin-bottom: 30px;
}

.big-link .repeated {
    display: none;
}

.footer-links .block-links {
    flex: 2 1 376px;

    display: flex;
    flex-flow: row wrap;
    margin-left: 0;
}

.footer-links .block-links .link {
    flex: 0 0 350px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.footer-links .blink img {
    display: block;
}

.footer-links .blink {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.footer-links .blink .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 23px 10px 0;

    color: white;
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;

    background-color: rgba(44, 46, 58, .75);

    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.footer-links a:hover .blink .title {
    background-color: rgba(44, 46, 58, 1);
}

#colophon {
    padding-top: 30px;
    background-color: #2C2E3A;
    position: relative;
}

/*#colophon:before {
    content: "";
    background-color: rgba(236,132,35,1);
    position: absolute;
    top: 0px;
    height: 6px;
    width: 100%;
    left: 0;
}*/
#colophon .widget {
    margin-bottom: 0;
}

#colophon, #colophon a {
    color: white;
}

.footer-legal {
    background-color: #191F23;
    padding-top: 15px;
    margin-top: 40px;
    padding-bottom: 13px;
}

.site-footer .widget_nav_menu ul,
.site-footer .widget_nav_menu ul li {
    list-style: none;
    padding: 0;
    line-height: 1.5;
    margin: 0 0 10px;
}

.site-footer .widget_nav_menu a {
    text-decoration: none;
}

.site-footer .widget_nav_menu a:hover {
    text-decoration: underline;
}

.site-footer .site-info .c1,
.site-footer .site-info .c2,
.site-footer .site-info .c3 {
    float: left;
    width: 31%;
    margin-left: 3.5%;
}

.site-footer .site-info .c1 {
    margin-left: 0;
}

.site-footer .footer-legal .widget_nav_menu ul li,
.site-footer .footer-legal .widget {
    display: inline-block;
}

.site-footer .footer-legal .widget {
    margin-right: 20px;
    font-size: 12px;
    font-weight: 400;
}

.site-footer .footer-legal .widget:first-child {
    margin-right: 89px;
    font-size: 12px;
    font-weight: 700;
}

#menu-legal .menu-item {
    margin-right: 25px;
}

/*.site-footer .footer-legal .widget_nav_menu ul li:before {
	content: "/";
    margin-left: 3px;
    margin-right: 3px;
}*/
.site-footer .footer-legal .widget_nav_menu ul li:first-child:before {
    display: none;
}

#wpstats {
    display: none;
}

.select2-container {
    min-width: 240px;
    width: auto !important;
}

.select2-container .select2-selection--single {
    height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
    line-height: 45px;
    font-size: 17px;
    padding-left: 19px;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.site-footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
}

.site-footer .widget.widget_nav_menu {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.site-footer .widget .phone {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.site-footer .widget .hourtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
    word-wrap: break-word;
}

.site-footer .widget .hourtext {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.site-footer .widget .info {
    font-size: 11px;
    font-weight: 400;
}

/* Responsive */
@media screen and (max-width: 1334px) {
    .advert .ad-list .elem:first-child {
        flex: 1 1 95%;
    }
}

@media screen and (max-width: 1288px) {
    .footer-links {
        justify-content: center;
        padding: 0;
    }

    .footer-links .big-link .repeated {
        display: block;
    }

    .footer-links .block-links .repeated {
        display: none;
    }

    .footer-links .block-links {
        flex: 0 1 350px;
        margin-left: 30px;
    }

    .footer-links .block-links .link {
        flex: 0 1 350px;
        margin-left: 0;
    }

}

@media screen and (max-width: 1150px) {
    .service-excerpt .service-excerpt-wrapper > .c1 {
        width: 22%;
    }

    .service-excerpt .service-excerpt-wrapper > .c2 {
        width: 50%;
    }

    .service-excerpt .service-excerpt-wrapper > .c3 {
        width: 28%;
    }
}

@media screen and (max-width: 1110px) {
    .site-branding, .head-menu {
        text-align: center;
    }

    .head-menu {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    /*.block1, .block2, .block3 {
        width: 100%;
        display: block;
    }*/
    .home-content {
        text-align: center;
    }

    .block-middle > .c1-50, .c1-50, .c2-50 {
        width: 100%;
        display: block;
    }

    .block-middle > .c1-50, .block-middle > .c2-50 {
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .taxlinks1 .taxlink {
        width: 49%;
    }
}

@media screen and (max-width: 950px) {
    .service-excerpt .service-excerpt-wrapper > .c1 {
        width: 30%;
        margin-bottom: 30px;
    }

    .service-excerpt .service-excerpt-wrapper > .c2 {
        width: 70%;
        margin-bottom: 30px;
    }

    .service-excerpt .service-excerpt-wrapper > .c3 {
        width: 100%;
        display: block;
        float: none;
        clear: both;
        border-left: none;
        padding-left: 0;
        color: #666;
    }

    .service-excerpt .service-excerpt-wrapper > .c3 a {
        color: #666;
    }

    .featuredinfo > div:first-child {
        margin-top: 0;
    }

    .service-excerpt .service-excerpt-wrapper > .c3 .featuredinfo > div {
        margin-top: 0;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .single-services-wrap > .c1 {
        width: 35%;
    }

    .single-services-wrap > .c2 {
        width: 60%;
    }

    .home-content .block2 .img, .home-content .block2 .txt {
        float: none;
        max-width: 90%;
        margin: 0 auto;
    }

    .subs-page .subs-side {
        display: none;
    }

}

@media screen and (max-width: 800px) {

    .dir-keys .keys-list .key,
    .faqs-list .faq {
        flex: 1 0 100%;
        text-align: left;
    }

    .dir-keys .keys-list .key .icon {
        float: left;
        margin-left: 0;
        margin-right: 45px;
    }

    .faqs-list .faq {
        min-width: 250px;
        max-width: 100%;
    }
}

@media screen and (max-width: 782px) {
    .site-footer .site-info .c1, .site-footer .site-info .c2 {
        width: 48%;
    }

    .site-footer .site-info .c3 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .site-branding .site-title {
        text-align: center;
    }

    .service-excerpt .service-excerpt-wrapper > .c1 {
        width: 40%;
    }

    .service-excerpt .service-excerpt-wrapper > .c2 {
        padding-left: 6%;
        width: 60%;
    }

    .service-excerpt .service-excerpt-wrapper > .c3 .featuredinfo {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .service-excerpt .service-excerpt-wrapper > .c3 .featuredinfo .fa {
        font-size: 12px;
    }

    .single-services-wrap > .c1, .single-services-wrap > .c2 {
        width: 100%;
    }

    .single-services-wrap > .c1 .image, .single-services-wrap > .c1 .txt {
        /*width: 49.5%;*/
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        vertical-align: top;
    }

    .single-services-wrap > .c1 .img {
        /*padding-right: 4%;*/
    }

    .txthead {
        display: block;
    }

    .single-services-wrap .entry-header {
        display: none;
    }

    .single-services-wrap > .c1 {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 700px) {
    #prehead ul li {
        display: block;
        padding-left: 0px;
    }

    #prehead ul.menu li:before {
        content: "";
        margin-right: 0;
    }

    .service-excerpt .service-excerpt-wrapper > .c1 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }

    .service-excerpt .service-excerpt-wrapper > .c2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .service-excerpt .service-excerpt-wrapper > .c3 .featuredinfo > div {
        padding-left: 0;
        width: auto;
    }

    .taxlinks1 .taxlink {
        width: 100%;
    }
}

@media screen and (max-width: 622px) {

    /*.cta .block > div {
        flex: 1 0 100%;
    }*/
    .cta .block .title,
    .cta .block .subtitle,
    .cta .block .price {
        text-align: center;
    }

    .cta .block .button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .site-footer .site-info .c1, .site-footer .site-info .c2 {
        width: 100%;
        margin-left: 0;
    }

    .site-footer .site-info .c2 {
        margin-top: 30px;
        margin-right: 0;
    }

    .service-excerpt .service-excerpt-wrapper > .c1 {
        width: 70%;
    }

    .single-services-wrap .featuredinfo > div {
        width: 100%;
    }

    .single-services-wrap > .c1 .img, .single-services-wrap > .c1 .txt,
    .related-section li {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }

    .subscripcion .block .fila input[type="submit"] {
        max-width: 100%;
    }

    .pagopeticion > a {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
        display: inline-block;
        text-align: center;
        color: black;
    }
}

@media screen and (max-width: 555px) {
    .info-page .info-side {
        padding: 0;
        border: none;
        margin-top: 75px;
    }
}

@media screen and (max-width: 400px) {
    .service-excerpt .service-excerpt-wrapper > .c1 {
        width: 100%;
    }

    .search-box1 .beautiful-taxonomy-filters-tax {
        display: block;
    }

    .search-box1 .beautiful-taxonomy-filters-select-wrap {
        width: 100%;
    }

    .home-content .block1 .links .taxlink {
        width: 80%;
    }

    #prehead {
        display: none;
    }

    .single-services-wrap > .c1 .img, .single-services-wrap > .c1 .txt,
    .related-section li {
        width: 100%;
    }
}

/* Browser Styling */
a[href^="tel"] {
    color: inherit !important;
    text-decoration: underline !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* Keyframes */
@keyframes arrow-down {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 2px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes arrow-down {
    0% {
        -moz-transform: translate(0px, 0px);
    }
    50% {
        -moz-transform: translate(0px, 2px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes arrow-down {
    0% {
        -webkit-transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, 2px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes arrow-down {
    0% {
        -o-transform: translate(0px, 0px);
    }
    50% {
        -o-transform: translate(0px, 2px);
    }
    100% {
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes arrow-down {
    0% {
        -ms-transform: translate(0px, 0px);
    }
    50% {
        -ms-transform: translate(0px, 2px);
    }
    100% {
        -ms-transform: translate(0px, 0px);
    }
}