/*
	Theme Name: Simple Task
	Theme URI: -
	Description: Simple Task LLC
	Version: 2.0
	Author: Predrag Grbatinic
	Tags: HTML5, CSS3,
*/

.wp-caption.aligncenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-wrap .navigation-background .navigation-img{
	    transform: translateX(-46%);
}


@media (min-width: 1200px){
.container.news {
    width: 970px;
	
}
}
.container.news{
	background: white;
}

.container.news p{
	margin: 0;
}

.st-news-title{
	text-align: center;
	text-transform: uppercase;
    font-size: 36px;
    border-top: 1px solid lightgray;
    margin-bottom: 20px;
    padding-top: 30px;
	font-weight: 800;
}

.no-top-pad{
	padding-top: 0;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
margin-left: 12px;

}

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

.wp-caption-text{
	margin-top: 6px;
	
}



.st-page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
}

.st-page-nav .page-numbers {
    padding: 0.5em 1em;
    border: 1px solid;
    margin: 0 1em;
    color: rgb(34,34,34);
	width: 40px;
    text-align: center;
}

.st-page-nav .page-numbers:hover {    
    color: #93BF1F;
}

.st-page-nav span.page-numbers.current {
    color: #93BF1F;
}

.st-page-nav .page-numbers.next, .st-page-nav .page-numbers.prev{
	width: auto;
}

@media screen and (max-width: 768px){
	.aligncenter{
		width: 100% !important;
		height: auto;
	}
	
	
	.wp-caption.aligncenter img{
		width: 100%;
		height: auto;
	}
}

.success-stories {
    margin: 150px 0;
}

.success-stories h1 {
    text-align: center;
    color: #95c11f;
    font-size: 32px;
    font-weight: 700;
    width: 70%;
    margin: 0 auto 50px auto;
}

.success-stories h2 {
    text-align: center;
    text-transform: uppercase;
    color: #e6e6e6;
    font-size: 95px;
    font-weight: 700;
    margin: 56px 0 30px 0;
}

.success-stories h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.success-stories .block-flex {
    display: flex;
}

.success-stories .left-block .pdf-image img {
    display: inline-block;
}

.success-stories .left-block .pdf-image {
    margin-top: 30px;
    text-align: right;
}

.success-stories .left-block {
    width: 63%;
    padding-right: 200px;
}

.success-stories .left-block p {
    text-align: justify;
}

.success-stories .right-block {
    width: 37%;
}

.success-stories .right-block input {
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    outline: none;
    width: 100%;
}

.success-stories .left-block ul {
    list-style: none;
    padding-left: 20px;
}

.success-stories .left-block ul li {
    position: relative;
    margin-bottom: 10px;
}

.success-stories .left-block ul li::before {
    content: "\2022";
    color: #95c11f;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: -13px;
}

.success-stories .right-block input[type=submit] {
    background-color: #95c11f;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
    border: none;
    margin-top: 50px;
}

.top-image {
    margin-bottom: 50px;
}

.bottom-images-flex {
    display: flex;
    margin: 50px 0;
}

.bottom-images-flex img {
    width: 48%;
}

.bottom-images-flex img:first-of-type {
    margin-right: 4%;
}

.stories-testimonial {
    background-image: url('design/source/images/what-we-do-background.jpg');
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    padding: 30px 50px;
}

.stories-testimonial .testimonial-flex {
    display: flex;
    align-items: center;
}

.testimonial-flex .avatar {
    width: 150px;
    height: 150px;
    margin-right: 5%;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-flex .content {
    flex: 1;
}

#slider {
    width: 100%;
    height: calc(100vh - 120px);
    margin-top: 120px;
    position: relative;
}

#slider .moveLeft span,
#slider .moveRight span {
    font-size: 100px;
    font-weight: bold;
    color: white;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

#slider .moveLeft:hover {
    cursor: pointer;
    background: linear-gradient(to right, rgba(19,19,19,.3) 0% ,rgba(76,76,76,.1) 100%);
}

#slider .moveRight:hover {
    cursor: pointer;
    background: linear-gradient(to right, rgba(76,76,76,.1) 0% , rgba(19,19,19,.3) 100%);
}

#slider .moveLeft,
#slider .moveRight {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: background .3s;
    padding: 0 30px;
    z-index: 10;
}
#slider .moveLeft {
    left: 0;
}

#slider .moveRight {
    right: 0;
}

#slides {
    width: 100%;
    height: 100%;
    position: relative;
}

#slider .slide {
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-position: top center;
    background-size: cover;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#slider .slide .readMore-btn {
    margin-bottom: 100px;
    background-color: #95c11f;
    color: white;
    border: 0;
    padding: 11px 54px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

#slider .slide.slide-show {
    visibility: visible;
    opacity: 1;
}

#newsletterModal.fade.in {
    display: flex !important;
    align-items: center;
}

#newsletterModal .modal-body {
    padding: 20px 15px;
}

#newsletterModal .newsletter-text {
    margin-bottom: 20px;
}

#newsletterModal form p {
    display: flex;
}

#newsletterModal form p span {
    flex: 1;
}

#newsletterModal form p input[type=email] {
    width: 100%;
}

#newsletterModal form p input[type=submit] {
    width: max-content;
    margin: 0;
    border-radius: 0 4px 4px 0;
}

#newsletterModal form p .ajax-loader {
    display: none;
}

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

    .success-stories {
        margin: 120px 0;
    }

    .success-stories .left-block {
        padding-right: 50px;
    }

    .bottom-images-flex {
        flex-direction: column;
    }

    .bottom-images-flex img {
        width: 100%;
    }

    .bottom-images-flex img:first-of-type {
        margin-right: 0;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 550px) {
    #slider {
        margin-top: 90px;
        height: calc(100vh - 90px);
    }

    #slider .moveLeft,
    #slider .moveRight {
        padding: 0 10px;
    }

    #slider .moveLeft span,
    #slider .moveRight span {
        font-size: 60px;
    }

    .success-stories {
        margin: 90px 0;
    }

    .success-stories h2 {
        font-size: 40px;
    }

    .success-stories .block-flex {
        flex-direction: column;
    }

    .success-stories .left-block {
        width: 100%;
        padding-right: 0;
    }

    .success-stories .right-block {
        width: 100%;
        margin-top: 30px;
    }


    .success-stories h1 {
        font-size: 24px;
        width: 100%;
    }

    .stories-testimonial .testimonial-flex {
        flex-direction: column;
    }

    .testimonial-flex .content {
        text-align: center;
    }
}

select.language-ul {
    padding: 5px 10px;
	    border-radius: 10px;
}

select.language-ul:hover {
    background: #95C11F;
    color: white;
    cursor:pointer;
}

select.language-ul:hover .language-li{
    background: white;
    color:black;
}

select.language-ul:focus {
    outline: none;
}

.language-li{
	cursor:pointer;
}

#menu-item-3916{
	margin-left:115px;
}
