/*
Theme Name: Tako Lako
Theme URI: https://takolako.online
Author: Darko Mitrovic
Author URI: https://digitality.ba
Description: Tako Lako
Version: 1.0
*/



@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;600;700&display=swap');

/*
pink: #fc6c93
green: #00CDC4
blue: #4559b3
light green: #E4F9F8
Font dark blue: #323663
Font black: #333333
*/

.grecaptcha-badge { 
    visibility: hidden !important;
}

body {
    font-family: 'Baloo Chettan 2', cursive;
    color: #333;
    background: #E4F9F8;
}

p,
ul,
ol
{
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

img {
    /* width:100%; */
    max-width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a {
    color: #323663;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a:hover {
    color: #fc6c93;
    text-decoration: none;
}


.btn {
    border: 0;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 18px;    
    box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 0px 0px inset;    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
}



.btn-pink {
    background: #fc6c93;
    color: #fff;
}
.btn-pink:hover {
    background: #e26184;
    color: #fff;
}

.btn-green {
    background: #00CDC4;
    color: #fff;
}
.btn-green:hover {
    background: #00B8B0;
    color: #fff;
}

.btn-blue {
    background: #4559b3;
    color: #fff;
}
.btn-blue:hover {
    background: #3e50a1;
    color: #fff;
}

.btn-sm {
	padding: 7px 25px;
	font-size: 16px;
}

.btn-link {
	box-shadow: none;
	padding: 0;
	color: #4559b3;
}
.btn-link:hover {
	color: #4559b3;
	text-decoration: underline;
}
.btn-link:focus {
	outline: 0;
	box-shadow: none;
}


.btn-green.dropdown-toggle:focus {
    box-shadow: none;
}

.box-radius {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}





.mc4wp-response p {
	text-align: center;
	color: tomato;
}

.lang-dropdown .dropdown-item:hover {
    background-color: #00CDC4;
    color: #FFFFFF;
}
/**************************************
	           NAV
**************************************/
.navbar-brand img {
    width: 150px;
}


.navbar-nav li {
	display: inline-block;
	border-right: 2px solid #323663;
	line-height: 1.1;
	padding: 0 35px;
    font-size: 22px;
}
.navbar-nav li a {
	color: #323663;
    padding: 0 !important;
}
.navbar-nav li a:hover {
	color: #fc6c93;
}

.navbar-nav li:last-child {
	border-right: 0;
}




.navbar-toggler {
    position: relative;
    border: 0;
    height: 35px;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #323663;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


/**************************************
	           HERO
**************************************/

.hero-block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
}

.hero-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.hero-block h1 {
    font-size: 57px;
    color: #323663;
}
.hero-block h1 span {
    color: #fc6c93;
}

.hero-block p {
    font-size: 24px;
}

.slides { width: 100%; }
.slides-hidden { display : none; }




/**************************************
	           BLOCKS
**************************************/
.title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1;
}

.standard-block {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.bg-darkblue {
    background: #4559b3;
    color: #fff;
}
.bg-white {
    background: #fff;
    color: #444;
}
.bg-grey {
    background: #f8f8f8;
    color: #444;
}
.bg-pink {
    background: #fc6c93;
    color: #fff;
}

.wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.wave-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


/**************************************
	           LEARN
**************************************/
.learn-block {
    padding-bottom: 150px;    

	background-image: url("img/effect-02.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.learn-row {
    padding-top: 70px;
}

.learn-box {
    background: #fff;
    color: #444;
    text-align: center;
    padding: 70px 20px 20px;
}

.learn-icon-box {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	text-align: center;
}
.learn-icon {
    background: #00CDC4;
    color: #fff;
    font-size: 46px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;    
}
.learn-icon::before {
	content: '';
	display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    width: 110px;
    height: 110px;
    margin: 0 auto;
	border: 2px dotted #fff;
	position: absolute;
	z-index: 1;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.learn-box h4 {
    font-weight: 600;
    font-size: 30px;
}
.learn-box p {
    font-size: 18px;
}




/**************************************
	           HOW
**************************************/

.how-box {
    background: #fff;
    color: #444;
    text-align: center;
}

.how-icon-box {
	position: relative;
	text-align: center;
}
.how-icon {
    background: #fc6c93;
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;    
}
.how-icon::before {
	content: '';
	display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    width: 70px;
    height: 70px;
    margin: 0 auto;
	border: 2px dotted #fff;
	position: absolute;
	z-index: 1;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}





/**************************************
	           REVIEWS
**************************************/
.reviews-block {
    padding-top: 150px;
    padding-bottom: 170px;
}
.review-profile img {
	width: 110px;
	height: 110px;
    object-fit: cover;
	border-radius: 50%;
	margin-bottom: 7px;
}
.reviews-title {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.reviews-author {
	color: #666;
}

.reviews-block .carousel-indicators {
	bottom: -60px;
}

.reviews-block .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #007cc3;
}




/**************************************
	           NEWSLETTER
**************************************/
.newsletter-block {
    padding-bottom: 150px;

	background-image: url("img/effect-02.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.newsletter-box {
    padding: 50px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.newsletter-box::before {
	content: '';
	display: block;
	-webkit-border-radius: 130px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px dotted #4559b3;
	position: absolute;
	z-index: 1;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.newsletter-box form {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 20px auto 0;
}

.form-control {
	height: auto;
	padding: 12px 20px;
	font-size: 20px;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: 10px;
	box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}







/**************************************
	           VIDEO
**************************************/
.video-block {
    padding-bottom: 120px;
}
.video-thumb {
	position: relative;
    
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.video-thumb .play {
	position: absolute;
	color: #4559b3;
	width: 70px;
	height: 70px;
    font-size: 26px;
	top: 50%;
	left: 50%;
	right: 0;
	margin-top: -35px;
	margin-left: -35px;
	border: 2px dotted #4559b3;
	background: rgba(255,255,255,.5);
	/* background: rgba(50, 75, 139, 0.7); */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


.video-box h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
}
.video-box p {
    font-size: 16px;
    margin-top: 0px;
}




/**************************************
	           PROFILE
**************************************/
.profile-box h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}
.profile-box h4 {
    font-size: 20px;
    margin-top: 5px;
}
.profile-box p {
    font-size: 16px;
    margin-top: 0px;
}
.profile-box .social-icon {
    display: block;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0;
    
}



/**************************************
	           BLOG
**************************************/
.blog-block {
    padding-top: 150px;
    padding-bottom: 120px;
}


.blog-box {
    margin-top: 40px;
}
.page .blog-box {
    margin-top: 60px;
}
.blog-img a:hover img {
    opacity: .7;
}

.blog-box h3 {
    font-size: 32px;
    font-weight: 600;
}
.blog-box p {
    font-size: 18px;
}

.blog-date {
    color: #666;
    margin-bottom: 5px;
}



.blog-block p img.aligncenter {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



.galerija a {
	float: left;
	margin: 0 0.5% 1% 0.5% !important;
	width: 24% !important;
}

.galerija a img {
	width: 100% !important;
	height: auto;
    
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.galerija a:hover img {
	opacity: .7;
}






.pagination .page-link {
	color: #fff;
	background-color: #00CDC4;
	border: 1px solid #00B8B0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 0px 0px inset;
}
.pagination .page-item.disabled .page-link {
	color: #eee;
	background-color: #00CDC4;
	border-color: #00B8B0;
}
.page-link:hover {
	color: #fff;
	background-color: #00B8B0;
	border-color: #00B8B0;
}


/**************************************
	           FOOTER
**************************************/
.footer {
    padding-top: 50px;
    padding-bottom: 70px;
}

.social-icon {
    display: block;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 0px 0px inset;
    
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}




.copyright {
    text-align: center;
    background: #3e55ac;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.copyright a {
    color: #eee;
}
.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}




/**************************************
	           BACK TOP
**************************************/
#back-top {
	position: fixed;
	bottom: 5px;
	right: 15px;
	margin-bottom: 0;
	font-size: 40px;
	z-index: 9999;
}
#back-top a:hover i {
	color: #00CDC4;
}



/**************************************
	           RESPONSIVE
**************************************/


@media (max-width: 1199px) {


}



@media (max-width: 991px) {
    .navbar-nav li {
        display: block;
        border-right: 0;
        padding: 10px 15px;
        font-size: 24px;
        text-align: center;
    }
    
    .hero-block h1 {
        font-size: 50px;
    }
    .hero-block p {
        font-size: 22px;
    }
    
    .how-box {
        margin-top: 30px;
    }
    
    
    .learn-block {
        padding-bottom: 60px;
    }
    
    .learn-row > div {
        margin-bottom: 80px;
    }
    
    .profile-box {
        margin-bottom: 30px;
        height: auto !important;
    }    
    .video-box {
        margin-bottom: 30px;
    }
    
}



@media (max-width: 768px) {
/*
    body.admin-bar .navbar {
        top: 46px;
    }
    #wpadminbar {
        position: fixed;
    }
*/


    .title {
        font-size: 36px;
    }
    
    
    .galerija a {
        margin: 0 1% 2% 1% !important;
        width: 48% !important;
    }


}

@media (max-width: 591px) {
    .navbar-brand img {
        height: 80px;
        width: auto;
    }
    
    
    .hero-block h1 {
        font-size: 40px;
    }
    .hero-block p {
        font-size: 20px;
    }
    
    .newsletter-box {
        padding: 50px 30px;
    }

}


@media (max-width: 576px) {

}


@media (max-width: 420px) {

}

@media (max-width: 370px) {

}





