/*
Theme Name: OPTIWEB
Theme URI: http://shtheme.com/demosd/ophion
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2024, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: OPTIWEB

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.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/
:root {
  --main-color: #ff418b;
}

.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

.screen-reader-text {
    display: none;
}

p.comment-form-cookies-consent {
	display: none;
}

.comment-respond h3.comment-reply-title {
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
}

.social-share a[rel="author"], p.logged-in-as a {
	color: #737373;
}

.post-content-comment h6 a {
	color: #282b30;
}

div.date {
	padding-bottom: 15px;
    text-align: left;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 300;
}

a.comment-reply-link {
	position: relative;
    display: block;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 300;
    color: #737373;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	float: right;
}

a.comment-reply-link:hover {
	color: var(--main-color);
}

.widgettitle {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
}

.widget_tag_cloud ul li {
    display: inline-block;
}

.widget_tag_cloud ul li a {
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px!important;
    line-height: 21px;
    text-align: left;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323232;
    font-weight: 300;
    -webkit-transition: letter-spacing 0.3s, color 0.3s;
    transition: letter-spacing 0.3s, color 0.3s;
}

.widget_tag_cloud ul li:hover a {
    color: var(--main-color);
}

.postLarge .btn {
    position: relative;
    width: 150px;
    height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 40px;
    background: #3b3e45;
    border: none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    color: #fff;
}

.postLarge .btn:hover {
    background: var(--main-color);
}

.pagination {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.pagination ul li {
    display: inline-block;
    margin-right: 5px;
}

.pagination ul li a {
    padding: 10px 15px;
    background: #fff;
    color: var(--main-color);
}

.pagination ul li a:hover, .pagination ul li span.current {
    padding: 10px 15px;
    background: var(--main-color);
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.pagination a.next, .pagination a.prev {
    font-family: 'Pe-icon-7-stroke';
    font-size: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: 7px;
}

.pagination a.next:hover, .pagination a.prev:hover {
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-wrapper {
    padding-top: 50px;
}

.mainTitle {
    padding-top: 80px;
}

.mainTitle h2 {
    font-size: 32px;
}

.blog-wrapper .post-content {
    margin-bottom: 30px;
}

.search-custom form {
    max-width: 70%;
}

.search-custom form input {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border: none;
    color: #737373;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.search-custom form input::placeholder {
    color: var(--main-color);
    text-transform: uppercase;
}

.search-custom form input:focus {
    background: var(--main-color);
    color: #fff!important;
    outline: none;
}

.search-custom form input:focus::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.search-custom h4 {
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}

.what-we-do-wrap {
    box-sizing: unset !important;
}

.services-down .container .offset-by-eight {
    box-sizing: unset !important;
}

div#button-con input[type="submit"] {
    position: relative;
    width: 160px;
    height: 44px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 44px;
    background: #fff;
    border: none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    color: rgba(255,65,139,.8);
}

div#button-con input[type="submit"]:hover {
    background: var(--main-color);
    color: #fff;
}

#ascensorBuilding .elementor-edit-area {
    position: relative!important;
} 

.e-con {
    --row-gap: 0px!important;
}

.elementor-widget-container .blog-wrapper {
    padding-top: 0px;
}

.services-more-wrap .icon-top {
    margin-bottom: 30px;
}

div.dialog-type-lightbox {
    display: none;
}

.blog-wrap em a[rel="author"] {
    color: #323232;
}

.elementor-editor-active .top-bar {
    position: relative;
}

video#video-background {
    max-width: none;
}

.coming-soon-form input:-internal-autofill-selected {
    background-color: transparent;
}

.elementor .coming-soon-form *, .elementor ul.countdown *,
.elementor #ajax-form * {
    box-sizing: unset;
}

.notfound-wrapper {
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center;
}

.error_text h2 {
    color: #282b30;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.error_text .line-text {
        position: relative;
    width: 30px;
    margin: 0 auto;
    height: 3px;
    text-align: center;
    background: var(--main-color);
    margin-bottom: 15px;
}

.error_text p {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #828282;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 30px;
}

a.error_button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    color: #323232;
        -webkit-transition: letter-spacing 0.3s, color 0.3s;
    transition: letter-spacing 0.3s, color 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.error_text {
    background: none;
    padding: 0px;
}

.bigTitle h1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 140px;
    padding-top: 38px;
    padding-bottom: 44px;
}

.bigTitle {
    margin-top: 70px;
}

.error_text .link-services-down {
    text-align: center;
}

@media(max-width: 767px) {
    .logged-in .top-bar {
        top: 64px;
    }
}

@media(min-width: 768px) {
    .logged-in .top-bar {
        top: 32px;
    }
}

@media (max-width: 767px) {
    .e-con.e-flex {
        --flex-wrap: none!important;
    }

    .cs-skin-slide.cs-active .cs-options li {
        max-height: 30px;
    }
}

.what-we-do-wrap div.icon-top {
    margin-bottom: 20px;
}

.what-we-do-wrap {
    min-height: 153px;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.logged-in #cboxClose, .logged-in #cboxNext , .logged-in #cboxPrevious {
    margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .logo {
        display: block;
    }
}