/*
Theme Name: Promos Lite
Theme URI: https://www.templatesell.com/item/promos-plus/
Author: templatesell
Author URI: https://www.templatesell.com/
Description: A perfect theme for blog and magazine site. This theme has search option, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. It comes with primary color option to change the whole site color with a single click.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: promos-lite
Template: promos
Requires PHP: 5.2
Tested up to: 6.0
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, custom-colors, custom-header, editor-style, rtl-language-support, theme-options, blog, news

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.

Promos Lite is free WordPress theme by, Template Sell and child theme of Promos.
Promos Lite 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 https://necolas.github.io/normalize.css/
*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html{
    font-size: 100%!important;
}
body{
    background: #ffffff;
    font-family: 'Karla', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 1.475;
}
.header-1 #site-navigation {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.item-post {
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block!important;
}
.post-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 480px;
    padding: 45px 20px;
    max-width: 80%;
    z-index: 2;
}
.box-style{
    background: #fff;
    text-align: center;
    display: inline-block;
    transition: 0.68s
}

.box-style:after{
    content: "";
    position: absolute;
    border: 1px solid #fff;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    transition: 0.68s;
}
.modern-slider .slick-dots{
    position: initial;
    margin-top: 15px;
    width: 100%;
}
.modern-slider .slick-dots li button{
    background: #e6e6e6;
}
.modern-slider .slick-dots li.slick-active button{
    background: #808080;
}
.modern-slider .slick-arrow{
    display: none!important;
}
.modern-slider .slick-dots{
    bottom: auto;
}
.modern-slider .slick-dots li button {
    width: 25px;
    height: 3px;
    border-radius: 0;
}

.promo-section{
    padding-bottom: 20px;
    border-bottom: 4px double #ddd;
}
.promo-box-item {
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
    min-height: 247px;
    position: relative;
}
.promo-box-item .link-promobox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 55%;
    padding: 10px 20px;
    max-width: 100%;
    letter-spacing: 3px;
    z-index: 2;
    transition: all 0.5s ease 0s;
    color: #000000;
    font-size: 12.5px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.9);
    line-height: 24px;
}

.promo-box-item .link-promobox:hover{
  background: #ec6a2a;
  color: #ffffff;
}
.promo-box-item .link-promobox:hover:after{
  border-color: #ec6a2a
}

/*.site-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.site-main article{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.site-main article:first-child{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.site-main article.has-post-thumbnail .right-image .post-media, 
.site-main article.has-post-thumbnail .left-image .post-media,
.site-main article.has-post-thumbnail .right-image .post-content, 
.site-main article.has-post-thumbnail .left-image .post-content{
    width: 100%;
}
.site-main article.has-post-thumbnail .post-wrap.left-image,
.site-main article.has-post-thumbnail .post-wrap.right-image{
    display: block;
}*/
.post-wrap{
    padding: 0;
}

button, .button, input[type="submit"] {
    border: 1px solid;
    background: #ec6a2a;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 0.775rem;
    padding: 10px 25px;
    display: inline-block;
    transition: 0.68s;
}
.read-more {
    margin-top: 2rem;
}
.outline-button {
    background: transparent;
    color: #000000;
}
.outline-button:hover, 
.outline-button:focus {
    color: #fff!important;
    border-color: transparent;
    background-color: #000000;
}
.search-no-results .archive-title,
.search-no-results .breadcrumbs-wrap{
    text-align: left;
}
.sidebar-area .widget{
    padding: 0 ;
    margin: 0;
}
.comment-form{
    padding: 15px 0;
}
.footer-top-box .widget:nth-child(2n+2),
.sidebar-area .widget:nth-child(2n+2){
    margin-bottom: 30px;
}
.footer-top-box h2{
    color: #fff;
}
.widget_block h2{
    border-bottom: 1px solid #464646;
}
.widget_block h2,
.wp-block-group__inner-container h2{
    font-size: 14px;
}
.wp-block-search__label {
    margin-bottom: 15px;
    display: block;
}
.wp-block-search__button {
    margin-left: 0;
    border: 0;
    background: #ec6a2a;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.wp-block-search__input {
    border: 1px solid #e8e8e8;
    border-radius: 4px 0 0 4px;
}