@font-face { font-family: FlechaM-Light; src: url(/wp-content/themes/aliya/fonts/FlechaM-Light.otf); font-weight: normal; }
@font-face { font-family: Gotham Book; src: url(/wp-content/themes/aliya/fonts/FlechaMGotham Book Regular.otf); font-weight: normal; }

/* Accessibility
01. RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
    border: 0;
    font-family: FlechaM-Light, Times New Roman;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #ffffff;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #29282D;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote:before, q:before,
blockquote:after, q:after {
    position: absolute;
    font-family: "Times New Roman", Arial, Helvetica;
    font-weight: bold;
    font-size: 70px;
    line-height: 0px;
}
blockquote:before, q:before {
    content: '\201D';
    left: 18px;
    top: 55px;
}
blockquote:after, q:after {
    content: '';
}
blockquote, q {
    position: relative;
    display: block;
    color: #FFF;
    background: #13aff0;
    padding: 25px 25px 25px 70px;
    margin-bottom: 20px;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote cite a,
q cite a {
    color: #fff;
}
blockquote cite:before,
q cite:before {
    content: "- ";
}
dt {
    font-weight: bold;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
.clearboth {
    width: 100%;
    clear: both;
    display: block;
}

/* Accessibility - Text meant only for screen readers. */

.screen-reader-text {
    position: absolute !important;
    word-wrap: normal !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.screen-reader-text:focus {
    z-index: 999992;
    display: block;
    outline: none;
    color: #21759b;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    top: 5px;
    right: 5px;
    width: auto;
    height: auto;
    padding: 12px 20px;
    background-color: #29282D;
    border: 2px solid #aaa;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;    
    clip: auto !important;
    clip-path: none;
}
.screen-reader-shortcut {
    z-index: 99992;
}

/*
    02. GLOBAL
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #FFFFFF;
    font-family: FlechaM-Light,Times New Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.8;
    text-transform: none;
    word-wrap: break-word;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    margin: 0 0 0.8em;
    font-family: Gotham Book, Helvetica, Arial;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    margin-right: 10px;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
hr {
    background-color: #101010;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 20px;
}
ul, ol {
    margin: 0 0 20px 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
code,
pre {
    color: #111;
    line-height: 25px;
    padding: 0 8px;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 50%, #fdfdfd 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f8f8f8), color-stop(50%,#fdfdfd));
    background: -webkit-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
    background: -o-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
    background: -ms-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
    background: linear-gradient(to bottom, #f8f8f8 50%,#fdfdfd 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fdfdfd',GradientType=0 );
    background-size: 50px 50px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
button,
input,
select,
textarea {
/*    font-size: 100%; */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    *overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 15px 24px;
}
input.searchsubmit {
    padding: 15px 25px;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
    background: #fff;
    border: 1px solid #eee;
    padding: 14px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
    background: #fff;
}
textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
}
abbr[title] {
    cursor: inherit !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Tables */
table {
    text-align:   center;
    margin:       0 0 25px;
    width:        100%;
    border: 1px solid #ddd;
    border-collapse:collapse;
}
caption {
    font-size:  0.875rem;
    font-style: italic;
    color:      #888;
}
th,
td {
    padding:     4px 2%;
    border:      1px solid #ddd;
    border-left: none;
}
th {
    font-weight: bold;
}
td {
    border-top: none;
}
#footer table,
#footer th,
#footer td {
    border-color: #E5E5E5;
}

/* Links */
a {
    font-family: Gotham Book,Arial;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
a:hover {
    color: inherit;
}
a,
a:visited {
    text-decoration: none;    
}

/* Alignment */
.alignleft {
    display: table !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.alignright {
    display: table !important;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.aligncenter {
    clear: both;
    display: table !important;
    margin: 20px auto !important;
}

/* ---------------------------------------------------------------------------------------
    04. MEDIA
--------------------------------------------------------------------------------------- */
.entry-content img,
.entry-content iframe {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
embed,
iframe,
object,
.wp-caption {
    max-width: 100%;
}
iframe.twitter-tweet {
    margin: 0 !important;
    width: 100%;
}
iframe.wp-embedded-content {
    position: relative !important;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 12px;
    font-style: italic;
}
#content .gallery a img {
    border: none;
}


/* ---------------------------------------------------------------------------------------
    05. NAVIGATION
--------------------------------------------------------------------------------------- */
#nav-above,
#nav-below {
    padding: 20px 0 50px 0;
}
.nav-previous,
.nav-next {
    width: 150px;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-previous a,
.nav-next a {
    display: block;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #13aff0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow 0s;
    -moz-transition: -moz-box-shadow 0s;
    -ms-transition: -ms-box-shadow 0s;
    -o-transition: -o-box-shadow 0s;
    transition: box-shadow 0s;
}
.nav-previous a:hover,
.nav-next a:hover {
    -webkit-box-shadow: inset 0 0 0 30px rgba( 0, 0, 0, 0.10);
    -moz-box-shadow: inset 0 0 0 30px rgba( 0, 0, 0, 0.10);
    -ms-box-shadow: inset 0 0 0 30px rgba( 0, 0, 0, 0.10);
    -o-box-shadow: inset 0 0 0 30px rgba( 0, 0, 0, 0.10);
    box-shadow: inset 0 0 0 30px rgba( 0, 0, 0, 0.10);
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav {
    padding: 0 5px;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
    display: none;
}
.nav-previous a:hover .meta-icon,
.nav-next a:hover .meta-icon {
}
.nav-previous i,
.nav-next i {
}

/* =Pagination
----------------------------------------------------------------------------- */
.pag {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    list-style: none;
}
.pag li {
    font-size: 90%;
    text-align: center;
    display: inline-block;
    margin-right: 1px;
}
.pag li a,
.pag li span {
    color: #13aff0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    border: 1px solid #13aff0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.pag li a:hover,
.pag li.current span {
    color: #FFF;
    background: #13aff0;
}
li.pag-first,
li.pag-last {
/*    display: none;
*/}
li.pag-previous {
}
li.pag-next {
}

/* Centralize pagination for all except first and last page */
.pag.pag-start {
    text-align: left;
}
.pag.pag-inner {
    text-align: center;
}
.pag.pag-end {
    text-align: right;
}
.pag.pag-inner span.pag-before {
    float: left;
}
.pag.pag-inner span.pag-current {
}
.pag.pag-inner span.pag-after {
    float: right;
}

/* Pagination - Native WordPress pagination */
.navigation.pagination {
    margin: 10px 0 30px;
    list-style: none;
}
.navigation.pagination .screen-reader-text {
    display: none;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
    font-size: 90%;
    text-align: center;
    display: inline-block;
    color: inherit;
    background: none;
    color: #13aff0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 2px;
    border: 1px solid #13aff0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
    color: #fff;
    background: #13aff0;
    border-color: #13aff0;
}
.navigation.pagination .nav-links a.prev,
.navigation.pagination .nav-links a.next {
    font-size: 0;
    top: 1px;
    position: relative;
}
.navigation.pagination .nav-links a.prev:after,
.navigation.pagination .nav-links a.next:after {
    font-size: 15px;
    font-family: fontawesome;
}
.navigation.pagination .nav-links a.prev:after {
    content: "\f104";
}
.navigation.pagination .nav-links a.next:after {
    content: "\f105";
}
.navigation.pagination .nav-links .dots,
.navigation.pagination .nav-links .dots:hover {
    color: inherit;
    background: none;
    border: none;
}

/** Main */

#body-core {
    background: none;
    min-width: 320px;
    margin: 0;
}

#header {
    height: 143px;
}

#header-outer {
    height: 143px;
    background: none;
    width: 100%;
    margin: 0;
    z-index: 100000;
    position: fixed;
    -webkit-transition:background 1s;
    -moz-transition:background 1s;
    -o-transition:background 1s;
    transition:background 1s;
}

#header-outer.active {
    background-color: #29282D;
}

.site-logo {
    width: 641px;
    position: relative;
    display: block;
    margin: 54px auto auto auto;
}

.site-logo img {
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#site-navigation {
    position: absolute;
    display: block;
    margin: auto;
    width: 100%;
}

#header-core, #content-core, #footer-core {
    background: none;
    max-width: 1640px;
    margin: 0 auto;
    position: relative;
}

#main-core{
    padding: 0 51px;
}

#footer-core {
    height: 244px;
}

#site-navigation {
    position: absolute;
    display: block;
    margin: auto;
    width: 100%;
}

ul#menu-main {
    list-style: none;
    margin: 0;
    padding: 0 52px 0 52px;
    width: 100%;
    position: absolute;
}

#menu-main li {
    float: left;
}

#menu-main li:nth-child(3) {
    float: right;
}
#menu-main li:nth-child(4) {
    float: right;
}

#menu-main > li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    padding: 36px 50px 36px 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#menu-main > li a:hover {
    color: #C89603 !important;
}

#menu-main > li:nth-child(3) a, #menu-main > li:nth-child(4) a {
    padding: 36px 0px 36px 50px;
}

.btn-navbar {
        display: none;
    }

.menu-modal {
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity 0.25s;
    z-index: 10002;
    background: #29282D url("/wp-content/themes/aliya/images/bg_menu_m.png") top center no-repeat;
}

ul#menu-main-modal {
    list-style: none;
    margin: 0;
    padding: 0 52px 0 52px;
    width: 100%;
}
ul#menu-main-modal li {
    display: block;
    margin: 10px auto;
    width: 200px;
    padding: 5px 0;
}

ul#menu-main-modal li a {
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.2em;
}

ul#menu-main-modal li a:hover {
    color: #C89603 !important;
}

ul#menu-main-modal {
    position: relative!important;
    display: flex;
    flex-direction: column;
}

li.menu-item-78 {
    order:3;
}
li.menu-item-35 {
    order:4;
}


.site-info {
    width: 90px;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 81px;
    z-index: 0;
}

#footer-navigation {
    position: absolute;
    display: block;
    margin: auto;
    width: 100%;
}

ul.footer-navigation {
    list-style: none;
    margin: auto;
    padding: 0 52px 0 52px;
    width: 100%;
    position: absolute;
    margin-top: 100px;
}

ul.footer-navigation li {
    float: left;
}
ul.footer-navigation li:nth-child(4) {
    float: right;
}
ul.footer-navigation li:nth-child(3) {
    float: right;
}

ul.footer-navigation > li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    padding: 35px 50px 35px 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

ul.footer-navigation > li a:hover {
    color: #C89603 !important;
}

ul.footer-navigation > li:nth-child(3) a, ul.footer-navigation > li:nth-child(4) a {
    padding: 35px 0px 35px 50px;
}

ul.footer-navigation > li:nth-child(1) a {
    padding-left: 133px;
}
ul.footer-navigation > li:nth-child(3) a {
    padding-right: 133px;
}

/* =Pages
----------------------------------------------------------------------------- */

/* Main */

body.page-id-2 {
    background: #29282D url("/wp-content/themes/aliya/images/bg_home.png") top center no-repeat;
}

.main-image {
    padding: 17px 61px 14px 61px;
}

/* Aliya */

body.page-id-25 {
    background: #29282D url("/wp-content/themes/aliya/images/bg_about.png") top center no-repeat;
}

body.page-id-107 {
    background: #29282D url("/wp-content/themes/aliya/images/bg_home.png") top center no-repeat;
}

body.page-id-34 {
    background: #29282D url("/wp-content/themes/aliya/images/bg_home.png") top center no-repeat;
}


.first-right p{
    margin-left: 104px;
}

.t-xlarge {
    font-size: 45px;
    line-height: 56px;
    font-family: FlechaM-Light,Times New Roman;
    margin: 184px auto 0 auto;
    max-width: 640px;
    text-align: center;
}
.t-small {
    font-size: 17px;
    line-height: 24px;
    font-family: Gotham Book, Helvetica, Arial;
    margin: 10px auto 201px auto;
    text-align: center;
}
.t-small-a {
    font-size: 17px;
    line-height: 30px;
    font-family: Gotham Book, Helvetica, Arial;
    margin: 30px auto 30px 104px;
    text-align: left;
    max-width: 774px;
}

.t-large {
    font-size: 39px;
    line-height: 49px;
    font-family: FlechaM-Light,Times New Roman;
    margin: 0 auto 0 0;
    text-align: left;
    max-width: 600px;
}
.t-xsmall a{
    font-size: 14px;
    line-height: 40px;
    font-family: Gotham Book, Helvetica, Arial;
    margin-left: 0;
    margin-top: 40px;
    margin-right: auto;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-decoration: none!important;
    display: inline-block;
    border-bottom: solid #FFFFFF 1px;
}
.t-xsmall a:hover{
color: #C89603 !important;
}

.t-xsmall-b a{
    font-size: 14px;
    line-height: 40px;
    font-family: Gotham Book, Helvetica, Arial;
    letter-spacing: 0.2em;
    color: #000000;
    text-decoration: none!important;
    display: inline-block;
    border-bottom: solid #000000 1px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.t-xsmall-b a:hover{
    color: #C89603 !important;
}

.a-large {
    font-size: 33px;
    line-height: 45px;
    max-width: 560px;
    margin: 164px auto 225px auto;
    font-family: FlechaM-Light,Times New Roman;
}

.img-a {
    margin-right: 117px;
}

.p-large {
    font-size: 33px;
    line-height: 45px;
    max-width: 677px;
    margin: 80px auto 80px auto;
    letter-spacing: 0.04em;
    font-family: FlechaM-Light,Times New Roman;
}

#f-bottom {
    color: #000000;
}
#f-bottom .t-large {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-top: 20px;
    color: #000000;
}


#f-bottom-core {
    background-color: #FFFFFF;
    background-image: url("/wp-content/themes/aliya/images/bg_mark.png");
    height: 534px;
	background-size: cover;
	background-position: center;
}

#a-home-block {
    height: 171px;
}

#a-bottom-block {
    background-color: #000000;
    padding-bottom: 0;
    margin: 0 -51px 0 -51px;
}

.a-left {
    background-color: #000000;
}
.a-left div{
    height: 171px;
    margin-bottom: 0!important;
}
.a-right {
    background-color: #FFFFFF;
}
.a-right div{
    height: 171px;
    margin-bottom: 0!important;
}
.t-xsmall-al a{
    font-size: 14px;
    line-height: 30px;
    font-family: Gotham Book, Helvetica, Arial;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-decoration: none!important;
    display: inline-block;
    border-bottom: solid #FFFFFF 1px;
    text-transform: uppercase;
    margin-top: 72px;
}
.a-right .t-xsmall-al a{
    color: #000000;
    border-bottom: solid #000000 1px;
}
.t-xsmall-al a:hover {
    color: #C89603 !important;
}

.p-link {
    display: block;
    margin: 40px auto 80px auto;
}

.p-link a {
    font-size: 22px;
    line-height: 45px;
    font-family: Gotham Book, Helvetica, Arial;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-decoration: none!important;
    text-transform: uppercase;
}

.p-link a:hover {
    color: #C89603 !important;
}

.wpuf-form li:nth-of-type(3) {display: none;}
.wpuf-form li:nth-of-type(3).active {display: contents;}

.wpuf-form li:nth-of-type(4) {display: none;}
.wpuf-form li:nth-of-type(4).active {display: contents;}

.wpuf-column-fields li:nth-child(4) {display: contents;}

.wpuf-form li.wpuf-submit {display: none;}
.wpuf-form li.wpuf-submit.active {display: contents;}

.wp-block-weforms-form {
    font-family: FlechaM-Light, Times New Roman;;
    font-size: 33px;
    line-height: 75px;
   
}
.wp-block-weforms-form form{
    max-width: 776px;
    margin: 100px auto 150px auto;
}
.wp-block-weforms-form .wpuf-label {
     font-weight: 300!important;
     width: 50%!important;
}

.wpuf-label label {
    font-family: FlechaM-Light, Times New Roman;
    font-size: 33px;
    line-height: 75px;
}

.wp-block-weforms-form .wpuf-fields {
    width: 49%!important;
}

.wp-block-weforms-form .wpuf-fields label {
    font-family: Gotham Book, Helvetica, Arial;
    font-size: 17px;
    line-height: 62px;
}

.wp-block-weforms-form .wpuf-fields input {
    text-align: left!important;
}

.wp-block-weforms-form .wpuf-column {
    padding: 10px!important;
}

.required {display: none!important;}

.wpuf-column-fields .wpuf-label {
    float: none!important;
    width: 100%!important;
}

.wpuf-column-fields .wpuf-fields {
    float: none!important;
    width: 100%!important;    
}

.wpuf-fields input.textfield, .wpuf-fields input.email {
	font-family: Gotham Book, Helvetica, Arial!important;
    font-size: 14px!important;
    color: #000000!important;
    box-shadow: none!important;
    letter-spacing: 0.005em!important;
    line-height: 30px!important;
}

.wpuf-submit .wpuf-label {
    display: none;
}

.wpuf-form .weforms_submit_btn {
    background: none!important;
    border: none!important;
    border-bottom: solid 1px #FFFFFF!important;
    text-decoration:none!important;
    text-shadow: none!important;
    font-family: Gotham Book, Helvetica, Arial;
    font-size: 18px!important;
    color: #FFFFFF!important;
    box-shadow: none!important;
    letter-spacing: 0.2em!important;
    line-height: 36px!important;
    padding: 0!important;
    margin: 70px auto 30px auto!important;
    display: block;
	text-transform: uppercase!important;
}
.wpuf-form .weforms_submit_btn:hover {
    color:#C89603!important;
}

ul.wpuf-form li.has-error {
    background: none!important;
}
.wpuf-errors {
    background: none!important;
    border: none!important;
    font-size: 24px!important;
    color: #FF0000!important;
}
.wpuf-error-msg {
    color: #FF0000!important;
    font-size: 20px!important;
}

.wpuf-success {
    background:none!important;
    border: none!important;
    font-size: 96px!important;
    text-align: center!important;
    margin-top: 400px!important;
    margin-bottom: 400px!important;
    color: #FFFFFF!important;
	letter-spacing: 0.035em;
}

#p-images.wp-container-4 {
    height: 940px;
    overflow: hidden;
    background-color: #FFFFFF;
}

#p-images.wp-container-4 figure {display: none;}
#p-images.wp-container-4 figure:nth-child(1) {display: contents;}

#p-images.wp-container-4 figure.pactive {display: contents!important;}
#p-images.wp-container-4 figure.ppassive {display: none!important;}

.post-20 h3 a{
    font-family: Gotham Book, Helvetica, Arial;
    font-size: 18px!important;
    color: #FFFFFF!important;
    text-decoration: none!important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.post-20 h3 a:hover{
    color: #C89603!important;
}

.post-20 .p-large {
    text-align: center;
}

.tlp-portfolio-image {display: none;}

.tlp-single-detail .portfolio-title {
    font-family: FlechaM-Light, Times New Roman!important;
    font-size: 60px!important;
    display: inline-table!important;
    width: 50%!important;
    float: left!important;
	letter-spacing: 0.005em!important;
	padding-left: 185px!important;
}

.tlp-single-detail .portfolio-short-details {
    font-size: 17px;
    line-height: 30px;
    font-family: Gotham Book, Helvetica, Arial!important;
    margin: 10px auto 10px 10px;
    text-align: left;
    display: inline-table;
    width: 48%!important;
    max-width: 646px;
}

.tlp-single-detail .portfolio-short-details p {
    font-size: 17px;
    line-height: 30px;
    font-family: Gotham Book, Helvetica, Arial!important;
}

.tlp-single-detail .portfolio-details p {
    display: block;
    width: 50%;
    float: left;
    padding: 10px;
    margin-bottom: 0!important;
    line-height: 0!important;
}

.tlp-single-detail .portfolio-details p:nth-of-type(3n+0) {
    display: block;
    width: 100%;
    box-sizing:border-box;
}

.tlp-portfolio .tlp-portfolio-thum:hover img {
    -webkit-transform: scale(1.0)!important;
    -moz-transform: scale(1.0)!important;
    -ms-transform: scale(1.0)!important;
    -o-transform: scale(1.0)!important;
    transform: scale(1.0)!important;
}

.tlp-overlay {
    background-color: #000000!important;
}
.icon-link-ext:before {
    content: 'View project';
}

.tlp-portfolio .layout1 .tlp-overlay .link-icon a {
        
        border: 0!important;
        text-decoration: none!important;
    }
.tlp-portfolio .layout1 .tlp-overlay .link-icon a:hover {
    color: #C89603!important;
}
    
.tlp-portfolio [class^="icon-"]:before, .tlp-portfolio [class*=" icon-"]:before {
    font-family: Gotham Book, Helvetica, Arial!important;
    font-size: 18px!important;
    color: #FFFFFF!important;
    box-shadow: none!important;
    letter-spacing: 0.2em!important;
    line-height: 18px!important;
    display: inline-block;
    text-decoration: none;
    width: 240px;
    text-align: center;
    text-transform: uppercase;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
}

.tlp-portfolio-container.tlp-single-detail {
    max-width: none!important;
    margin: 0 0px 0 0px!important;
}

.tlp-portfolio-container.tlp-single-detail .tlp-portfolio-detail-wrap {
    margin-top: 56px!important;
    margin-bottom: 136px!important;
}

.tlp-portfolio button {
    background: none!important;
    border:0!important;
}

.tlp-portfolio .tlp-overlay .link-icon a .icon-zoom-in {
	display:none!important;
}

a.tlp-zoom {
	display:none!important;
}

.category-6 figure img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.category-6 div.d-images {
    display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
}

input[type='radio']:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -6px;
    left: -1px;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid white;
}

input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -6px;
    left: -1px;
    position: relative;
    background-color: #000000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid white;
    }
    
.wpuf-radio-block input {
     margin-right: 50px!important;
}

.wpuf__95 {
    text-align: center!important;
}

.wpuf__95 .wpuf-success {
    font-family: FlechaM-Light, Times New Roman;
    margin-top: 50px;
    text-align: center!important;
}

.shop-coming {
    background: none!important;
    border: none!important;
    font-size: 96px!important;
    text-align: center!important;
    margin-top: 200px!important;
    margin-bottom: 200px!important;
    color: #FFFFFF!important;
	letter-spacing: 0.035em;
}