/*!
Theme Name: Designexo Pro
Theme URI: https://themearile.com/themes/designexo-pro/
Author: ThemeArile
Author URI: https://themearile.com
Description: Designexo is a fully modern and high-quality WordPress theme for creating architects and interior design websites.
Version: 3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: designexo
*/

/*--------------------------------------------------
=>> Common - Begining Css
--------------------------------------------------*/


body,
button,
input,
select,
textarea {
	color: #252222;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	line-height: 1.75;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

h1, .h1, h2, .h2, .h3, h3,
h4, .h4, h5, .h5, .h6, h6 {
	clear: both;
	margin: 0 0 1.4rem;
	color: #333333;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}

h1 { font-size: 3rem; line-height: 1.2; letter-spacing: 3px;  }
h2 { font-size: 2.625rem; line-height: 1.3; letter-spacing: 3px; }
h3 { font-size: 2.25rem; line-height: 1.2; letter-spacing: 2px; }
h4 { font-size: 1.875rem; line-height: 1.2; letter-spacing: 2px; }
h5 { font-size: 1.5rem; line-height: 1.4; letter-spacing: 2px; }
h6 { font-size: 1rem; line-height: 1.4; letter-spacing: 2px; }

p { margin: 0; padding: 0 0 1.563rem; }
p:last-child { margin: 0; padding: 0; }

b, strong {
    font-weight: 600;
}

dfn, cite, em, i { font-style: italic; }

blockquote {
	background-color: #fafafa;
	font-size: 1.125rem;
	font-style: normal;
	margin: 0.438rem 0 2.125rem;
	overflow: hidden;
	position: relative;
	padding: 1.10rem 1.250rem;
	quotes: "" "";
	color: #606060;
	font-weight: 400;
}
blockquote cite { 
	color: #333333; 
	font-size: 1.000rem; 
	display: block; 
	font-style: normal; 
	font-weight: 600; 
	margin-top: 0.5rem; 
}

q { quotes: "“" "”" "‘" "’"; }

blockquote:before, 
blockquote:after { 
	content: ""; 
}
blockquote:before {
	content: '\f10d';
	font-family: 'FontAwesome';
	color: rgba(0, 0, 0, 0.05);
	font-size: 6rem;
	line-height: normal;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	z-index: 1;
}

a:hover {
  text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: underline;
}

address { 
	margin: 0 0 1.6rem; 
	line-height: 2; 
}

pre {
	background: #f6f6f6;
	margin-bottom: 2rem;
	max-width: 100%;
	overflow: auto;
	padding: 1rem;
}

hr { 
	background-color: #f1f1f1; 
	border: 0; 
	height: 1px; 
    margin: 0.438rem 0 2.063rem;
}

code, kbd, tt, var { 
	font-size: 1rem; 
}

abbr, acronym { 
	border-bottom: 1px dotted #f1f1f1; 
	cursor: help; 
}

mark, ins { 
	background: #fff9c0; 
	color: #333333;
	text-decoration: none;
    padding: 0 0.350rem;	
}

big { 
	font-size: 125%; 
}

iframe { 
	border: 0; 
}

#wrapper { background-color: #ffffff; margin: 0px auto; }


/*--------------------------------------------------
=>> Forms, Buttons, Input Fields
--------------------------------------------------*/

label { 
	color: #606060; 
	display: block; 
	font-weight: 700; 
	margin-bottom: 0.5rem;
}
fieldset { margin-bottom: 1em; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #606060;
	background: #fff !important;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #e5e5e5 !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 0.825rem 1rem;
	width: 100%;
    outline: 0;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	color: #606060;
    box-shadow: 0 0 0 0.063rem rgba(84, 84, 84,.25) !important;
}
.form-control { 
	border: 1px solid #e5e5e5; 
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}
.form-control:focus {
    box-shadow: 0 0 0 0.063rem rgba(84, 84, 84,.25);
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}
button,
input[type="button"],
input[type="submit"] {
    border: 7px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1;
    padding: 1.05rem 2.813rem;
	height: 3.125rem;
    text-shadow: none;
    transition: .2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #333333;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

::-webkit-input-placeholder { color: #606060; }
:-moz-placeholder { color: #606060; }
::-moz-placeholder { color: #606060; }
:-ms-input-placeholder { color: #606060; }

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}
html { font-size: 16px; }
@media (min-width: 768px) and (max-width: 992px) {
	html { font-size: 14px; }
}
@media (min-width: 100px) and (max-width: 768px) {
	html { font-size: 13px; }
}


/*--------------------------------------------------
=>> Theme Core Buttons
--------------------------------------------------*/

.btn-small { 
	min-width: 10rem; 
	font-size: 0.875rem; 
	padding: 0.4375rem 1.875rem; 
}
.btn-ex-small { 
	font-size: 0.938rem; 
	padding: 0.613rem 1.6rem; 
	line-height: 1; 
}
.btn-small, .btn-ex-small {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: 1px;
    border-radius: 0;
    text-align: center;
    transition: .3s;
    font-weight: 600;
}
.btn-default { 
	color: #fff; 
}
.btn-default:hover, .btn-default:focus { 
	background: #111; 
	color: #fff; 
}
.btn-light { 
	background: #ffffff; 
}
.btn-light:hover, .btn-light:focus { 
	color: #ffffff; 
}

.btn-default-dark { 
	color: #ffffff; 
}
.btn-default-dark:hover, .btn-default-dark:focus { 
	background: #333333; 
	color: #fff !important; 
}

.btn-border { 
	background: transparent; 
	color: #444; 
}
.btn-border:hover, .btn-border:focus { 
	color: #fff !important; 
}

.btn-dark { 
	background: transparent; 
	border: solid 1px #111;
    color: #111;
}
.btn-dark:hover, .btn-dark:focus { 
	background: #111; 
	border: solid 1px #111;
    color: #fff;
}
.btn-dark:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 1.25rem;
}


/*--------------------------------------------------
=>> List Styles
--------------------------------------------------*/

ul, ol { margin: 0 0px 1.6rem 1.125rem; padding: 0; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.6rem; }
dt { font-weight: 700; }
dd { margin: 0 1.6rem 1.6rem; }


/*--------------------------------------------------
=>> Tables
--------------------------------------------------*/
table, th, td { border: 1px solid #e9e9e9; }
table { border-collapse: collapse; margin: 0 0 1.5em; width: 100%; word-wrap: break-word; }
thead th { border-bottom: 2px solid #e9e9e9; }
th { background: #f6f6f6; color: #700d80; padding: 0.5rem 0.7rem; text-align: left; font-weight: 600; } /* Боја 2*/
td { padding: 0.5rem 0.7rem; }
th a,
td a {
	color: #700d80 !important; /* Боја 2 */
	box-shadow: none !important;
	font-weight: 600 !important;
}
.widget td a:hover, 
.widget td a:focus, 
td a:hover, 
td a:focus {
	color: #EEE3C3 !important; /* Боја 3 */
	box-shadow: none;
}

/*--------------------------------------------------
=>> Anchor Links Colors
--------------------------------------------------*/

a { color: #333333; text-decoration: none !important; transition: 0.3s; }
a:focus { outline: thin dotted; text-decoration: none !important; }
a:hover, a:active { color: #333333; outline: 0; }

/*--------------------------------------------------
=>> Site Header Contact Info
--------------------------------------------------*/

.site-header {
	position: relative;
	min-height: 45px;
	padding-top: 0;
    padding-bottom: 0;
}
.site-header .widget {
    color: #fff;
    box-shadow: none;
    padding: 0;
	margin: 0;
}
.site-header .widget:last-child {
	margin: 0;
}
.theme-contact-block {
	padding: 0.525rem 0 0.5625rem;
	margin: 0px;
	display: block;
	text-align: right;
}
.theme-contact-block li {
	display: inline-block;
    margin: 0;
    padding-right: 1.5rem;
    color: #fff;
    font-size: 0.938rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.theme-contact-block li:last-child { padding-right: 0; }
.theme-contact-block li a, .theme-contact-block li a:hover, .theme-contact-block li a:focus { color: #fff; }
.theme-contact-block i { color: #fff; padding-right: 0.625rem; padding-left: 0.063rem; font-size: 1.125rem; vertical-align: text-bottom; }

@media (max-width: 768px) { 
	.site-header { padding: 1.875rem 0 0.875rem; }
	.theme-contact-block { text-align: left; padding-bottom: 0; } 
	.theme-contact-block li { margin: 0 0 0.625rem; }
	.custom-social-icons li { padding: 0; }
}
@media (max-width: 500px) { 
	.site-header .widget, 
	.site-header .widget .theme-contact-block { text-align: center; }
	.theme-contact-block li { padding-right: 0.500rem; }
	.theme-contact-block li::after { display: none; }
}


/*--------------------------------------------------
=>> Theme Combined Classes
--------------------------------------------------*/

.container-full {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-full {
		max-width: 1500px;
	}
}

@media (min-width: 1200px) {
	body.theme-boxed .container-full { 
		max-width: 1470px; 
		padding-left: 15px; 
		padding-right: 15px; 
	}
	.container {
		max-width: 1170px;
	}
}

.theme-text-center { text-align: center !important; }
.theme-text-left { text-align: left !important; }
.theme-text-right { text-align: right !important; }

.theme-bg-grey { background-color: #f2f2f2 !important; }
.theme-bg-dark { background-color: #333333 !important; }
.theme-bg-light { background-color: #fff !important; }
.text-dark { color: #333333 !important; }
.text-grey { color: #878e94 !important; }

.theme-b-top { border-top: 1px solid #f1f1f1 !important; }
.theme-b-bottom { border-bottom: 1px solid #f1f1f1 !important; }
.theme-b-left { border-left: 1px solid #f1f1f1 !important; }
.theme-b-right { border-right: 1px solid #f1f1f1 !important; }

.img-circle { border-radius: 50%; }
.theme-block { 
	position: relative; 
	padding: 5rem 0 1.875rem; 
}
body.custom-background #wrapper {
	background-color: transparent;
}
body.custom-background .theme-bg-grey,
body.custom-background .theme-services, 
body.custom-background .theme-project, 
body.custom-background .theme-sponsors, 
body.custom-background .theme-funfact.vrsn-two {
    background-color: transparent !important;
}

.theme-services .service-content {
	background-color: transparent;
}

/*--------------------------------------------------
=>> Theme Social Icons
--------------------------------------------------*/

.custom-social-icons { margin: 0; padding: 0; display: inline-table; }
.custom-social-icons li { 
	display: inline-block;
	padding: 0;
	border-left: 1px solid #fff; 
	height: 2.8125rem; 
	width: 2.8125rem; 
	transition: background .2s ease-in-out 0s;
}
.custom-social-icons li:hover, 
.custom-social-icons li:focus {
    background-color: #fff;
}
.custom-social-icons li a.social-hover:hover, 
.custom-social-icons li a.social-hover:focus {
    background-color: #fff;
}
.custom-social-icons li:last-child { 
	border-right: 1px solid #fff; 
}
.custom-social-icons li > a:before { display: none; }
.custom-social-icons li > a {
	font-size: 1.125rem;
	line-height: 2.5;
	transition: all 0.2s;
	display: block;
	color: #fff;
	border-radius: 0;
    cursor: pointer;
	box-shadow: none;
    margin: 0;
    padding: 0px;
    text-align: center;
	height: 2.8125rem; 
	width: 2.8125rem; 
}
.custom-social-icons li a i { 
	padding: 0;  
}


/*--------------------------------------------------
=>> Theme Main Slider
--------------------------------------------------*/

.theme-main-slider { position: relative; }
.theme-main-slider .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .30);
}
#theme-main-slider { margin: 0px; }
#theme-main-slider .item {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
	height: 1000px;
}
.theme-slider-content { 
    height: auto;
    margin: 0 auto;
    padding-top: 0;
	padding-bottom: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
	left: 0;
	right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-caption-bg { 
	width: 65%;
}
.theme-caption-bg.align-right { 
	float: right;
}
.theme-caption-bg.align-center { 
    margin: 0 auto;
}
.theme-slider-content .theme-caption-bg .title-large, 
.theme-slider-content .theme-caption-bg2 .title-large {
	font-size: 4.5rem;
	margin-top: -0.938rem;
	line-height: 1.2; 
	color: #ffffff; 
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);  
	margin-bottom: 1.5625rem; 
	letter-spacing: 10px;
    text-transform: uppercase;	
}
.theme-slider-content .sub-title { 
	letter-spacing: 5.6103px;
    text-transform: uppercase;
    font-size: 1.3rem; 
	line-height: 1.5;
	margin-bottom: 2.1875rem; 
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
} 
.theme-slider-content .theme-caption-bg2 .sub-title { 
	color: #fff;
    text-shadow: none;
    display: inline-block;
    padding: 5px 8px 5px 14px;
} 
.theme-slider-content .description { color: #fff; padding: 0; }
.theme-slider-content .btn-combo .btn-small { margin-left: 0.313rem; margin-right: 0.313rem; }

.theme-slider-content .btn-slider {
    border: 2px solid #fff;
	background: transparent;
    color: #fff;
	letter-spacing: 3px;
	border-radius: 0;
}
.theme-slider-content .btn-slider:hover, 
.theme-slider-content .btn-slider:focus {
    border: 2px solid #fff;
	background: #fff;
    color: #222;
}
.theme-main-slider .owl-carousel .owl-prev, 
.theme-main-slider .owl-carousel .owl-next {
	background-color: transparent;
	font-size: 4rem;
    line-height: 1;
	width: 3rem;
    height: 4.2rem;
	opacity: 1;
	color: #fff;
}
.theme-main-slider .owl-carousel .owl-prev { left: 30px; }
.theme-main-slider .owl-carousel .owl-next { right: 30px; }
.theme-main-slider .owl-carousel .owl-prev:hover, 
.theme-main-slider .owl-carousel .owl-prev:focus, 
.theme-main-slider .owl-carousel .owl-next:hover, 
.theme-main-slider .owl-carousel .owl-next:focus { 
	color: #fff;
	background-color: transparent !important;
}
.theme-main-slider .owl-carousel .owl-prev:hover, 
.theme-main-slider .owl-carousel .owl-prev:focus { left: 30px; opacity: 1; }
.theme-main-slider .owl-carousel .owl-next:hover, 
.theme-main-slider .owl-carousel .owl-next:focus { right: 30px; opacity: 1; }

@media (max-width: 768px) { 
	#theme-main-slider .item {
		height: 700px;
	}
	.theme-slider-content .theme-caption-bg .title-large, 
	.theme-slider-content .theme-caption-bg2 .title-large { font-size: 3.5rem; margin: 0 0 1.000rem; } 
	.theme-caption-bg { width: 100%; }
	.theme-main-slider .owl-carousel .owl-prev { left: 10px; }
	.theme-main-slider .owl-carousel .owl-next { right: 10px; }
	.theme-main-slider .owl-carousel .owl-prev:hover, 
	.theme-main-slider .owl-carousel .owl-prev:focus { left: 10px; opacity: 1; }
	.theme-main-slider .owl-carousel .owl-next:hover, 
	.theme-main-slider .owl-carousel .owl-next:focus { right: 10px; opacity: 1; }
	.theme-main-slider .owl-carousel:hover .owl-prev, 
	.theme-main-slider .owl-carousel:focus .owl-prev { left: 10px; }
	.theme-main-slider .owl-carousel:hover .owl-next, 
	.theme-main-slider .owl-carousel:focus .owl-next { right: 10px; }
}
@media (max-width: 500px) { 
	#theme-main-slider .item {
		height: 600px;
	}
	.theme-slider-content .theme-caption-bg .title-large, 
	.theme-slider-content .theme-caption-bg2 .title-large { font-size: 3rem; margin: 0 0 1.000rem; } 
	.theme-slider-content .theme-caption-bg2 .sub-title { margin-bottom: 1.500rem; padding: 3px 5px 3px 11px; }
	.theme-caption-bg, .theme-caption-bg2 { width: 100%; padding-left: 20px; padding-right: 20px; }
	.theme-main-slider .owl-carousel .owl-prev, 
	.theme-main-slider .owl-carousel .owl-next {
		font-size: 3rem;
		width: 2rem;
		height: 4rem;
	}	
	.theme-main-slider .owl-carousel .owl-prev { left: 5px; }
	.theme-main-slider .owl-carousel .owl-next { right: 5px; }
	.theme-main-slider .owl-carousel .owl-prev:hover, 
	.theme-main-slider .owl-carousel .owl-prev:focus { left: 5px; opacity: 1; }
	.theme-main-slider .owl-carousel .owl-next:hover, 
	.theme-main-slider .owl-carousel .owl-next:focus { right: 5px; opacity: 1; }
	.theme-main-slider .owl-carousel:hover .owl-prev, 
	.theme-main-slider .owl-carousel:focus .owl-prev { left: 5px; }
	.theme-main-slider .owl-carousel:hover .owl-next, 
	.theme-main-slider .owl-carousel:focus .owl-next { right: 5px; }
}
.owl-item.active .theme-slider-content .sub-title {
    animation: 1s .3s fadeInLeft both;	
	animation-delay: 1s;
}
.owl-item.active .theme-slider-content .title-large {
	animation: 1s .4s fadeInRight both;
	animation-delay: 1s;
}
.owl-item.active .theme-slider-content .description {
    animation: 1s .3s zoomIn both;
	animation-delay: 1s;
}
.owl-item.active .theme-slider-content .mt-2,
.owl-item.active .theme-slider-content .mt-4 {
    animation: 1s .9s fadeInUp both;
	animation-delay: 1s;
}

/*--------------------------------------------------
=>> Theme Main Slider Three
--------------------------------------------------*/

.theme-main-slider.vrsn-three .theme-caption-bg {
    width: 65%;
    background-color: rgb(13 10 0 / 75%);
    padding: 1.875rem 1.875rem 2.188rem;
    border-radius: 35px 0px 0px 0px;
}
.theme-main-slider.vrsn-three .theme-slider-content .title-large {
	font-size: 3.7rem;
	letter-spacing: 5px;
}
.theme-main-slider.vrsn-three .theme-slider-content .btn-slider:hover, 
.theme-main-slider.vrsn-three .theme-slider-content .btn-slider:focus {
    border: 2px solid #fff;
    background: #fff;
	color: #700d80; /* Боја 2 */
}
.theme-main-slider.vrsn-three .owl-item.active .theme-caption-bg {
    animation: 2s .2s fadeInLeft both;
}
@media (max-width: 500px) {
	.theme-main-slider.vrsn-three .theme-caption-bg {
		width: 100%;
	}
	.theme-slider-content .sub-title {
		margin-bottom: 1.3rem;
	}
}


/*--------------------------------------------------
=>> Slider Next/Prev Button Styles
--------------------------------------------------*/

.owl-carousel .owl-prev, .owl-carousel .owl-next { 
	display: inline-block;
	opacity: 0;
	color: #fff;
    font-size: 1.5rem;
    line-height: 1.6; 
	padding: 0 !important;
	margin: 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
	text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-prev { left: 30px; }
.owl-carousel .owl-next { right: 30px; }
.owl-carousel:hover .owl-prev { left: 30px; opacity: 1; }
.owl-carousel:hover .owl-next { right: 30px; opacity: 1; }
.owl-carousel .owl-prev:hover, 
.owl-carousel .owl-prev:focus, 
.owl-carousel .owl-next:hover, 
.owl-carousel .owl-next:focus { 
	background-color: #000 !important;
	color: #fff;
}
.theme-sponsors .owl-carousel .owl-prev { left: -40px; }
.theme-sponsors .owl-carousel .owl-next { right: -40px; }
.theme-sponsors .owl-carousel .owl-prev, 
.theme-sponsors .owl-carousel .owl-next { 
	background-color: #333333; 
	color: #fff;
	font-size: 1.5rem;
	width: 2.50rem;
    height: 2.50rem;
}
.theme-sponsors .owl-carousel .owl-prev:hover, 
.theme-sponsors .owl-carousel .owl-next:hover {
    color: #fff;
}
@media (max-width: 1250px) {
	.theme-sponsors .owl-carousel .owl-prev, 
	.theme-sponsors .owl-carousel .owl-next { 
		display: none; 
	}
}


/*--------------------------------------------------
=>> Theme Page Header Area
--------------------------------------------------*/

.theme-page-header-area { 
	position: relative; 
	padding: 11.25rem 0 4.75rem 0; 
	width: 100%; 
	height: 100%; 
}
.theme-page-header-area:after {
	background: url("./assets/img/shadow.png") no-repeat;
    z-index: 1;
    background-position: center bottom;
    content: '';
    position: absolute;
    bottom: -31px;
    left: 0;
    right: 0;
    height: 31px;
}
.theme-page-header-area .overlay {
	background-color: rgba(0, 0, 0, .70);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.page-header-title { position: relative; word-wrap: break-word; }
.page-header-title h1 { font-size: 2.625rem; margin: 0; letter-spacing: 3px; text-transform: uppercase; }


/*--------------------------------------------------
=>> Theme Breadcrumbs Area
--------------------------------------------------*/

.page-breadcrumb { 
	list-style: none; 
	margin: 0; 
	padding: 0.313rem 0 0; 
}
.page-breadcrumb.text-right {
	padding-top: 0.713rem;
	padding-bottom: 0.713rem;
}
.page-breadcrumb > li { 
	color: #fff; 
	display: inline-block; 
}
.page-breadcrumb > li + li:before { 
	color: #fff; 
	font-family: fontAwesome; 
	content: "/"; 
	padding: 0 0.625rem 0 0.625rem;     
	font-weight: 600;
	font-size: 1.225rem;
	letter-spacing: 0.10rem; 
}
.page-breadcrumb > li a:hover,
.page-breadcrumb > li.active, 
.page-breadcrumb > li.active a { 
	color: #fff; 
}
@media (max-width: 768px) {
	.page-header-title, 
	.page-breadcrumb.text-right {
		text-align: center !important;
	}		
}


/*--------------------------------------------------
=>> Theme Section Title & Subtitle
--------------------------------------------------*/

.theme-section-module { 
	margin: -0.313rem 0 3.75rem; 
	padding: 0; 
	position: relative; 
}
.theme-section-module .theme-section-title { 
	margin: 0rem; 
	font-size: 3rem; 
	line-height: 1.3; 
	letter-spacing: 3px;
    text-transform: uppercase;	
}
.theme-section-module .theme-section-title b { 
	font-weight: 400; 
}
.theme-section-module .theme-section-subtitle { 
	font-size: 1.125rem; 
	font-weight: 400; 
	margin: 0; 
	padding: 0 0 0.313rem; 
}
.theme-separator-line-horrizontal-full {
    width: 100%;
    height: 1px;
    width: 35rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    border-bottom: 1px solid #e7e7e7;
}
.theme-separator-line-horrizontal-full::before {
    font-family: fontAwesome;
    content: "\f04d";
	font-size: 9px;
    padding: 0 0.625rem 0 0;
	position: absolute;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.theme-section-module .theme-section-title.small {
    font-size: 2.5rem;
	font-weight: 600;
}
@media (max-width: 600px) {
	.theme-separator-line-horrizontal-full {
		width: 15rem;
	}
	.theme-separator-line-horrizontal-full::before {
		left: 48.5%;
	}
}

    
/*--------------------------------------------------
=>> Theme Info Area
--------------------------------------------------*/	

.theme-info-area {
	background-color: #f2f2f2;
    padding: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
	margin-right: 0;
    margin-left: 0;
}		
@media only screen and (max-width: 768px){
	.theme-info-area {
		margin-top: 0;
		border-radius: 0;
	}	
	.theme-info-area .media {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.theme-info-area .media {
	padding: 1.875rem 0.600rem;
	transition: 0.2s;
}
.theme-info-area .media:hover {
    background: #fff;
    box-shadow: 0 5px 12px 0px rgba(0,0,0,0.07);
}
.theme-info-area .media-body {
	padding-left: 0.9375rem;
}
.theme-info-area i.icon { 
    font-size: 2.625rem;
    line-height: 1;
    text-align: center;
    padding: 0.100rem;
    position: relative;
    transition: 0.2s;
}
.theme-info-area-title {
	margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: 3px;
    transition: 0.2s;
    text-transform: uppercase;
}	
.info-details {
	margin-top: 0.625rem;
    display: inline-block;
	transition: 0.2s;
}
.info-details:after {
	font-family: FontAwesome;
	content: "\f178";
	padding-left: 0.625rem;
}

.theme-info-area .media i.icon,
.theme-info-area .media .theme-info-area-title,
.theme-info-area .media .info-details {
	position: relative;
    right: 0;	
}	
.theme-info-area .media:hover i.icon,
.theme-info-area .media:hover .theme-info-area-title,
.theme-info-area .media:hover .info-details {
    right: -5px;	
}	

/*--------------------------------------------------
=>> Theme Info Area Two
--------------------------------------------------*/	

.theme-info-area.vrsn-two .media:hover {
    background: #fff;
}
.theme-info-area.vrsn-two i.icon {
	color: #fff;
}
.theme-info-area.vrsn-two .media .theme-info-area-title,
.theme-info-area.vrsn-two .media .theme-info-area-title a {
	color: #fff;
}	
.theme-info-area.vrsn-two .media:hover .theme-info-area-title,
.theme-info-area.vrsn-two .media:hover .theme-info-area-title a, 
.theme-info-area.vrsn-two .media:focus .theme-info-area-title a {
	color: #333333;
}	
.theme-info-area.vrsn-two .media .info-details {
	color: #fff;
}
	
/*--------------------------------------------------
=>> Theme Service Area
--------------------------------------------------*/

.theme-services { background-color: #ffffff; }
.theme-services .service-content { 
	position: relative; 
	margin: 0 0 4.375rem; 
	padding: 0; 
	border-radius: 0px;
	transition: all 0.3s;
}
.theme-services .service-content-thumbnail { 
    position: relative;
    transition: all 0.2s;
    margin: 0 0 1.875rem;
}
.theme-services .service-content-thumbnail img {
	border-radius: 0px;
    margin-top: 0;
    margin-bottom: -0.625rem;
	position: relative;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	-webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.service-content:hover .service-content-thumbnail img, 
.service-content:focus .service-content-thumbnail img {
	-webkit-filter: sepia(1);
   filter: sepia(1);
   -webkit-transform: scale3d(1.03, 1.03, 1);
          transform: scale3d(1.03, 1.03, 1);
}
.theme-services .service-content-thumbnail a { position: relative; z-index: 1; text-align: center; }
.theme-services .service-content-thumbnail i.fa { 
    font-size: 3rem;
    line-height: 1;
    padding: 0;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    -o-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    transition: .3s cubic-bezier(.53,.645,.51,1.34);
}
.theme-services .service-title { 
	margin: 0;
    padding: 0 0 0.625rem; 
	letter-spacing: 3px;
	text-transform: uppercase;
}
.theme-services .service-title a { 
	position: relative; 
	z-index: 1; 
}
.service-content p, 
.service-content-two p { margin: 0; }
.service-links { 
	position: relative;
	margin-top: 0.625rem;
}
.service-links a { 
	background: transparent;
	font-size: 0.8125rem;
    color: #333333;
    padding: 0.563rem 1.25rem;
    font-weight: 400;
    border-radius: 1px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.theme-services .service-content:hover .service-links a, 
.theme-services .service-content:focus .service-links a, 
.theme-services .service-content-two:hover .service-links a, 
.theme-services .service-content-two:focus .service-links a { 
    color: #fff;
}


/*--------------------------------------------------
=>> Theme Service Area Two
--------------------------------------------------*/

.theme-services .service-content-two { 
	position: relative; 
	margin: 0 0 3.125rem; 
	transition: all 0.3s;
}
.theme-services .service-content-thumbnail-two { 
    position: relative;
    transition: all 0.3s;
    text-align: center;
    margin-right: 1.500rem;
    width: 3.875rem;
    height: 3.875rem;
}
.theme-services .service-content-thumbnail-two,
.theme-services .service-content-thumbnail-two a {  
	z-index: 1;  
	background: transparent;
    border-radius: 0;
	font-size: 3rem;
	line-height: 1;
	padding: 0; 
	position: relative; 
	-webkit-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    -o-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    transition: .3s cubic-bezier(.53,.645,.51,1.34);

}
.theme-services .col-md-4:nth-child(3n+1){ clear:left; }
@media (min-width: 768px) and (max-width: 992px) {
	.theme-services .col-md-4:nth-child(3n+1) { clear: none; }
	.theme-services .col-sm-6:nth-child(2n+1) { clear:left; }	
}


/*--------------------------------------------------
=>> Theme Service Area Three
--------------------------------------------------*/

.theme-services.vrsn-three .service-content {
	border: 1px solid #e9e9e9;
	padding: 1.375rem;
    background-color: #f2f2f2;
}
.theme-services.vrsn-three .service-content::before {
	width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.theme-services.vrsn-three .service-content:hover::before {
	height: 100%; 
}
.theme-services.vrsn-three .service-content:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}
.theme-services.vrsn-three .service-content:hover .service-content-thumbnail img {
	-webkit-filter: unset;
   filter: unset;
}
.theme-services.vrsn-three .service-content:hover .service-content-thumbnail a,
.theme-services.vrsn-three .service-content:hover .service-content-thumbnail i.fa {
	color: #ffffff;
}
.theme-services.vrsn-three .service-title a:hover, 
.theme-services.vrsn-three .service-title afocus,
.theme-services.vrsn-three .service-content:hover .service-title a, 
.theme-services.vrsn-three .service-content:focus .service-title a, 
.theme-services.vrsn-three .service-content:hover .service-title {
    color: #fff;
}
.theme-services.vrsn-three .service-content:hover p {
	color: #fff;
}
.theme-services.vrsn-three .service-links a {
    color: #fff;
    display: inline-block;
	font-weight: 600;
}
.theme-services.vrsn-three .service-content:hover .service-links a, 
.theme-services.vrsn-three .service-content:focus .service-links a {
	background: #fff;
	border: 1px solid #fff;
	color: #333333;
}


/*--------------------------------------------------
=>> Theme Project Filter
--------------------------------------------------*/

.filter-tabs { margin: -0.5rem 0 1.875rem; }
.filter-tabs .nav-item .nav-link {
    padding: 0.3125rem 1.125rem;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 3px;
    color: #606060;
    text-transform: uppercase;
}
.filter-tabs .nav-item.show .nav-link, 
.filter-tabs .nav-link.active, 
.filter-tabs .nav-link.active:hover, 
.filter-tabs .nav-link.active:focus {
	color: #fff !important;
	border-color: transparent;
}
.filter-tabs .nav-link:focus, 
.filter-tabs .nav-link:hover {
    background-color: #111;
	color: #ddd;
}

#content .post { padding: 0 0 2.200rem; }


/*--------------------------------------------------
=>> Theme Project Area   
--------------------------------------------------*/

.theme-project .container-fluid {
	padding-right: 0px;
    padding-left: 0px;
}
.theme-project .container-fluid .row, 
.theme-project .container:nth-child(2) .row {
    margin-right: 0px;
    margin-left: 0px;
}
.theme-project .container-fluid .row .col-lg-12, 
.theme-project .container-fluid .row .col-sm-12,
.theme-project .container:nth-child(2) .row .col-lg-12, 
.theme-project .container:nth-child(2) .row .col-sm-12 {
	padding-right: 0px;
	padding-left: 0px;
}
.theme-project .theme-project-content { 
	background-color: transparent;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.theme-project .theme-project-content *,
.theme-project .theme-project-content *:before,
.theme-project .theme-project-content *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.theme-project .portfolio-thumbnail {
	position: relative;
	overflow: hidden;
	margin: 0;
	text-align: center;
	z-index: 1;
	width: 100%;
}

.theme-project .portfolio-thumbnail img { 
	-webkit-transition: -webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    -moz-transition: -moz-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1);
	outline: none; 
	width: 100%; 
	opacity: 1; 
}
.theme-project .theme-project-content .portfolio-thumbnail:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15); 
	-ms-transform: scale(1.15); 
	-o-transform: scale(1.15); 
	transform: scale(1.15);
	opacity: 1;
}
.theme-project .theme-project-content .content-overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.theme-project .theme-project-content:hover .content-overlay {
  opacity: 1;
}
.theme-project .theme-project-content .click-view {
	margin: 0;
	padding: 1rem;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
	right: 0;
    opacity: 0;
	z-index: 1;
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}
.theme-project .theme-project-content:hover .click-view { 
	opacity: 1;
}
.theme-project .theme-project-content .theme-project-title { 
	margin-bottom: 0.3125rem; 
	font-weight: 600; 
	font-size: 1.25rem; 
	text-transform: uppercase;
    letter-spacing: 5px;
}
.theme-project .theme-project-content .theme-project-title, 
.theme-project .theme-project-content .theme-project-title a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
} 
.theme-project .theme-project-content p {
	color: #ddd;
}
.theme-project .theme-project-content a.view-popup {
    font-size: 0.938rem;
    line-height: 2.4;
	font-weight: 100;
    display: inline-block;
    margin: 0;
    padding: 1px 0.625rem;
    opacity: 0;
	border-radius: 0;
	height: 2.5rem;
	text-decoration: none;
	text-align: center;
	color: #fff; 
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
	position: absolute;
    width: 2.5rem;
    top: 0;
    right: 0;
}
.theme-project .theme-project-content:hover a.view-popup { 
	top: 0;
	opacity: 1;
}
.theme-project .theme-project-content a.view-popup:hover, 
.theme-project .theme-project-content a.view-popup:focus {
	color: #fff;
}
.theme-project .btn-dark {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
}
.theme-project .btn-dark:hover, 
.theme-project .btn-dark:focus {
    background: #fff;
    border: solid 1px #fff;
    color: #111;
}


/*--------------------------------------------------
=>> Theme Project Area Three  
--------------------------------------------------*/

.theme-project.vrsn-three .portfolio-thumbnail {
    text-align: left;
}
.theme-project.vrsn-three .theme-project-content .click-view {
	background-color: rgb(255 255 255 / 95%);
	border-left: 4px solid #ffffff;
    margin: 0;
    padding: 1.250rem 2.813rem;
    position: absolute;
    width: 100%;
    top: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
    left: 0;
    right: 0;
	bottom: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;    
}
.theme-project.vrsn-three .theme-project-content:hover .click-view {
    padding: 1.250rem 1.250rem 2.500rem;
	background-color: transparent;
	border-left: 4px solid transparent;
}
.theme-project.vrsn-three .theme-project-content .theme-project-title {
    margin-bottom: 0rem;
}
.theme-project.vrsn-three .theme-project-content .theme-project-title,
.theme-project.vrsn-three .theme-project-content .theme-project-title a {
	color: #333;
}
.theme-project.vrsn-three .theme-project-content p {
	color: #606060;
}
.theme-project.vrsn-three .theme-project-content .theme-project-title a:hover, 
.theme-project.vrsn-three .theme-project-content .theme-project-title a:focus,
.theme-project.vrsn-three .theme-project-content:hover .theme-project-title a, 
.theme-project.vrsn-three .theme-project-content:focus .theme-project-title a,
.theme-project.vrsn-three .theme-project-content:hover .theme-project-title, 
.theme-project.vrsn-three .theme-project-content:hover p {
	color: #fff !important;
}
.theme-project.vrsn-three .theme-project-content a.view-popup {
	background-color: #fff;
	color: #000;
    top: 20px;
    opacity: 0;
	right: -50px;
}
.theme-project.vrsn-three .theme-project-content:hover a.view-popup {
    opacity: 1;
    top: 20px;
    right: 0;
}
.theme-project.vrsn-three .btn-dark {
    background: #ffffff;
    border: solid 1px #fff;
    color: #111;
}
.theme-project.vrsn-three .btn-dark:hover, 
.theme-project.vrsn-three .btn-dark:focus {
    background: #111;
    border: solid 1px #111;
    color: #fff;
}


/*--------------------------------------------------
=>> Theme Funfact Area
--------------------------------------------------*/

.theme-funfact { 
	position: relative; 
	padding: 6.25rem 0;
	width: 100%;
	height: 100%;
	background-image: url(./assets/img/funfact/theme-funfact-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; 
}
.theme-funfact-overlay { 
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.theme-funfact-inner { 
	cursor: pointer; 
	text-align: center; 
	transition: all 0.2s; 
	word-wrap: break-word; 
	padding: 20px 0; 
}
.theme-funfact-inner p {
    margin-top: 0.3125rem;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media (min-width: 1024px) {
	.theme-funfact { 
		padding: 7.125rem 0 5.765rem; 
	}
	.theme-funfact-inner { 
		padding: 20px 0; 
	}		
}
.theme-funfact-inner::before:last-child {
	display: none;
}
.theme-funfact-icon {
	font-size: 3.75rem !important;
	margin-bottom: 0.9375rem; 
}
.theme-funfact-inner .theme-funfact-icon {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.theme-funfact-inner:hover .theme-funfact-icon {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.theme-funfact-title { 
	font-size: 2.5rem; 
	color: #fff; 
	margin-bottom: 0; 
	letter-spacing: 3px;
}


/*--------------------------------------------------
=>> Theme Funfact Area Two
--------------------------------------------------*/

.theme-funfact.vrsn-two { 
	padding: 5rem 0 4rem;
}
.theme-funfact.vrsn-two .theme-funfact-inner {
	text-align: left;
}
.theme-funfact.vrsn-two .theme-funfact-icon {
    font-size: 3rem !important;
    margin-bottom: 1.25rem;
	margin-right: 1.25rem;
}
.theme-funfact.vrsn-two .theme-funfact-title {
    line-height: 1;
}
.theme-funfact.vrsn-two .theme-funfact-inner p {
    margin-top: 0.625rem;
}
@media (max-width: 768px) {
	.theme-funfact.vrsn-two .theme-funfact-inner {
		text-align: center;
	}
	.theme-funfact.vrsn-two .theme-funfact-icon {
		margin-right: 0;
	}
	.theme-funfact.vrsn-two .media {
		display: block;
		-ms-flex-align: unset;
		align-items: unset;
	}
	.theme-funfact.vrsn-two .media-body {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}
}


/*--------------------------------------------------
=>> Theme Testimonial Area
--------------------------------------------------*/

.theme-testimonial { 
	height: 100%; 
	margin: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	background-image: url("./assets/img/testimonial/theme-testi-bg.jpg");
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.theme-testimonial-overlay {
    background-color: rgba(0, 0, 0, .80);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.theme-testimonial .theme-separator-line-horrizontal-full {
    border-bottom: 1px solid rgba(255,255,255,.1);
	background-color: rgba(255,255,255,.1);
}
.theme-testimonial-block { 
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #333;
    position: relative;
	border-radius: 0;
	text-align: center;
    margin: 0 0 3.125rem;
    padding: 2.5rem 1.25rem 3.5rem;
    font-size: unset;
	transition: all 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.theme-testimonial-block:hover { 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-07px);
    -ms-transform: translateY(-07px);
    transform: translateY(-07px);
}
.theme-testimonial-block::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1.2;
}
.theme-testimonial-block p {
	color: #eceff3;
	font-size: 1rem;
}
.theme-testimonial-block .thumbnail { 
	margin: 0 auto 2rem; 
	width: 6.25rem; 
	height: 6.25rem; 
	position: relative; 
}
.theme-testimonial-block .thumbnail img { 
	margin: 0.125rem; 
}
.testimonial-content { 
	position: relative; 
	padding: 0 0 1.875rem; 
}
.theme-testimonial-block .name { 
	font-size: 1rem; 
	font-weight: 600; 
	font-style: normal !important; 
	margin: 0px 0 -3px; 
	display: block; 
}
.theme-testimonial-block .position { 
	font-size: 0.938rem; 
	color: #ddd; 
}


/*--------------------------------------------------
=>> Theme Testimonial Area Two
--------------------------------------------------*/

.theme-testimonial-block.vrsn-two { 
	background-color: transparent;
    position: relative;    
    font-size: unset;
	transition: all 0.5s;
	text-align: left;
	padding: 0;
	margin: 0 0 3.125rem;
	border: none !important;
}
.theme-testimonial-block.vrsn-two:hover { 
	background-color: transparent;
	border: none !important;
    box-shadow: none;
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.theme-testimonial-block.vrsn-two::after {
	display: none;
}
.testimonial-content.vrsn-two { 
	position: relative;
    margin: 0 0 1.25rem;
    padding: 1.25rem 1.875rem 1.25rem 5rem;
    background-color: rgba(0,0,0,0.5);
    border: none;
    transition: all 0.5s;
    border-radius: 0;
}
.testimonial-content.vrsn-two:hover { 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.testimonial-content.vrsn-two::before {
    top: 15px;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    font-style: normal;
    position: absolute;
    left: 0;
}
.theme-testimonial-block.vrsn-two .thumbnail { 
	margin: 0 1.25rem 0 0; 
	width: 5rem; 
	height: 5rem;  
}
.theme-testimonial-block.vrsn-two .thumbnail img { 
	margin: 0.125rem;
	width: 70px;
    height: 70px;
}

/*--------------------------------------------------
=>> Theme Testimonial Area Three
--------------------------------------------------*/

.theme-testimonial.vrsn-three .testimonial-content.vrsn-two {
	padding: 2.5rem 1.875rem 2.5rem;
	margin-bottom: 2rem;
	text-align: center;
}
.theme-testimonial.vrsn-three .testimonial-content.vrsn-two:hover {
	transform: translateY(-7px);
	-webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 2%);
	-moz-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 2%);
	box-shadow: 0 3px 15px 0 rgb(0 0 0 / 2%);
}
.theme-testimonial.vrsn-three  .testimonial-content.vrsn-two::before {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	display: block;
	padding: 0 0 0.938rem;
	font-size: 1.75rem;
    color: #fff;
}
.theme-testimonial.vrsn-three .testimonial-content.vrsn-two:after {
	content: '';
    width: 29px;
    height: 29px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) rotate(125deg) skew(-20deg);
    -ms-transform: translateX(-50%) rotate(125deg) skew(-20deg);
    transform: translateX(-50%) rotate(125deg) skew(-20deg);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.theme-testimonial.vrsn-three .theme-testimonial-block p {
    color: #ffffff;
	font-size: 1.125rem;
}
.theme-testimonial.vrsn-three .theme-testimonial-block.vrsn-two .media {
	display: block;
    text-align: center;
}
.theme-testimonial.vrsn-three .theme-testimonial-block.vrsn-two .thumbnail {
    margin: 0 auto 1.25rem;
}
.theme-testimonial.vrsn-three .theme-testimonial-block.vrsn-two .thumbnail img {
    margin: 0;
    width: 80px;
    height: 80px;
}
.theme-testimonial.vrsn-three .theme-testimonial-block .name {
    font-size: 1.125rem;
}
.theme-testimonial.vrsn-three .theme-testimonial-block .position {
    font-size: 1rem;
}


/*--------------------------------------------------
=>> Theme CTA
--------------------------------------------------*/

.theme-cta {
    position: relative;
	padding: 2.5rem 0 2.8125rem;
    background-color: #f2f2f2;	
}
.theme-cta .title { letter-spacing: 2px; margin: 0 0 0.625rem; text-transform: uppercase; }

@media (max-width: 768px) {
	.float-right {
		float: none !important;
	}
}


/*--------------------------------------------------
=>> Theme Team Area
--------------------------------------------------*/

.team-block { position: relative; margin-bottom: 3.125rem; box-shadow: 0 2px 5px 0 rgba(0,0,0,.07); }
.team-block .team-thumbnail { 
	position: relative; 
	overflow: hidden; 
}
.team-block .team-thumbnail *,
.team-block .team-thumbnail *:before,
.team-block .team-thumbnail *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.20s linear;
	transition: all 0.20s linear;
}
.team-block .team-thumbnail img { max-width: 100%; }

@-webkit-keyframes shine {
	100% {
		left: 150%;
	}
}
@keyframes shine {
	100% {
		left: 150%;
	}
}

.team-block .team-content { 
	background-color: #fff;
    padding: 1.125rem 0.938rem 1.125rem;
	text-align: center;
    margin: 0;
    border-radius: 0;
    z-index: 1;
    position: relative;
}
.team-block .team-name { 
	margin: 0;
    font-size: 1.3rem;
	letter-spacing: 2px;
    font-weight: 400;
	transition: all 0.3s ease 0s;
}
.team-block .position { 
	color: #888;
	font-size: 0.9375rem; 
	display: block; 
	margin: 0; 
}

.team-social { margin: 0; padding: 0; }
.team-social li { display: inline-block; padding: 0.115rem 0.2rem; }
.team-social li > a:before { display: none; }
.team-social li > a {
	font-size: 0.938rem;
	line-height: 2;
	transition: all 0.3s;
	display: block;
	color: #333; 
	border-radius: 0;
    cursor: pointer;
	box-shadow: none;
    margin: 0;
    padding: 0px;
    text-align: center;
}
.team-social li a i { padding: 0; }


/*--------------------------------------------------
=>> Theme Team Area Two
--------------------------------------------------*/

.team-mambers.vrsn-two .teammember-item .teammember-content {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.teammember-item .ourteam-image-wrap {
    position: relative;
}
.teammember-item {
	margin: 0 0 3.125rem;
	overflow: hidden;
}
.team-mambers.vrsn-two .tt_description {
	font-size: 1.000rem;
	margin-bottom: 0.938rem;
}
.team-mambers.vrsn-two .teammember-item .teammember-content .ourteam-image {
	position: relative;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	float: left;
	width: 100%;
}
.team-mambers.vrsn-two .teammember-item .teammember-content .teammember-meta {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	padding: 1.25rem 0;
	position: absolute;
	text-align: center;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	width: 100%;
	z-index: 2;
}
.team-mambers.vrsn-two .teammember-item .teammember-content .teammember-meta .teammember-title {
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 0;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.team-mambers.vrsn-two .teammember-item .teammember-content .teammember-meta .teammember-position {
	color: rgba(255,255,255,0.8);
	font-size: 0.9375rem; 
	margin-bottom: 0;
	text-transform: capitalize;
}
.team-mambers.vrsn-two .teammember-item .teammember-content:hover .teammember-meta {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}


/*--------------------------------------------------
=>> Theme Sponsors Area
--------------------------------------------------*/

.theme-sponsors { 
	background-color: #ffffff; 
	overflow: hidden; 
	padding: 4.375rem 0 4.375rem;
}
.clients-scroll { 
	margin: 0.625rem auto 0.625rem; 
	padding: 1.5rem; 
	display: block; 
	border: 1px solid #e9e9e9; 
	transition: all 0.3s; 
}
.clients-scroll img { 
	display: block; 
	margin: 0px auto; 
	-webkit-transition: .3s ease-in-out; 
	transition: .3s ease-in-out;
}
.clients-scroll:hover img {
    transform: scale(1.05);   /* мало зголемување */
    filter: none;              /* или мала grayscale */
}
.clients-scroll a { 
	display: block; 
}


/*--------------------------------------------------
=>> Theme Sponsors Area Two
--------------------------------------------------*/

.box-icon-image { margin: 0; position: relative; }
.box-icon-image img {
	margin: 0 auto;
	display: block;
	-webkit-transition: .3s ease-in-out; 
	transition: .3s ease-in-out;
}
.box-icon-image:hover img { 
	-webkit-filter: grayscale(150%) brightness(150%) contrast(150%); 
	filter: grayscale(150%) brightness(150%) contrast(150%); 
} 
.grid-element {
    padding: 0.75rem 0.950rem;
    font-weight: 400;
    letter-spacing: 0;
}
.grid-system-bordered .grid-system-row {
    border-bottom: 1px solid #f7f7f7;
}
.grid-system-bordered .grid-system-row:last-child {
    border-bottom: 0;
}
.grid-system-bordered .grid-element {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}
@media(min-width:768px) {
	.grid-system-bordered .grid-element {
		padding-top: 1.563rem;
		padding-bottom: 1.563rem;
	}
}
@media(min-width:1200px) {
	.grid-system-bordered .grid-element {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}
}
.grid-system-outline .grid-system-row {
	border: 1px solid #f7f7f7;
	border-width: 1px 1px 0;
}
.grid-system-outline .grid-system-row:last-child {
    border-bottom-width: 1px;
}
.grid-system-outline [class*=col]:not(:last-child) {
    margin-right: -1px;
}
.grid-system-outline [class*=col]:not(:last-child) .grid-element {
    border-right: 1px solid #f7f7f7;
}
.grid-system-outline [class*=col]:not(:first-child) .grid-element {
    border-left: 1px solid #f7f7f7;
}
*+.grid-system-row {
    margin-top: 2.813rem;
}
.grid-system-row+.grid-system-row {
    margin-top: 0;
}
.custom-bordered [class*=col] { 
	border-style: solid;
	border-color: #e9e9e9;
	border-width: 0;
}
.custom-bordered [class*=col]:nth-child(n+2) {
	border-width: 1px 0 0;
}
.custom-bordered .grid-element {
	position: relative;
}
.custom-bordered .grid-element:after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border-top: 1px solid #e9e9e9;
	width: 90%;
	opacity: 0;
}
@media(min-width:576px) {
	.custom-bordered .col-sm-6:nth-child(odd) {
		border-width: 0 1px 1px 0;
	}
	.custom-bordered .col-sm-6:nth-child(even) {
		border-width: 0 0 1px;
	}
}
@media(min-width:768px) {
	.custom-bordered .grid-element:nth-child(n+2) { border-width: 0; }
	.custom-bordered .grid-element:nth-child(n+3):after { opacity: 1; }
	.custom-bordered .grid-element:nth-child(even) { border-left: 1px solid #e9e9e9; }	
}
@media(min-width:992px) {
	.custom-bordered .grid-element:nth-child(n+3) {	border-width: 0; }
	.custom-bordered .grid-element:nth-child(n+3):after { opacity: 0; }
	.custom-bordered .grid-element:nth-child(n+5):after { opacity: 1; }
	.custom-bordered .grid-element:nth-child(2),
	.custom-bordered .grid-element:nth-child(3),
	.custom-bordered .grid-element:nth-child(4),
	.custom-bordered .grid-element:nth-child(6),
	.custom-bordered .grid-element:nth-child(7),
	.custom-bordered .grid-element:nth-child(8),  
	.custom-bordered .grid-element:nth-child(10), 
	.custom-bordered .grid-element:nth-child(11), 
	.custom-bordered .grid-element:nth-child(12), 
	.custom-bordered .grid-element:nth-child(14), 
	.custom-bordered .grid-element:nth-child(15), 
	.custom-bordered .grid-element:nth-child(16)	{
		border-left: 1px solid #e9e9e9;
	}
}
@media(min-width:768px) {
	.custom-bordered .grid-element:nth-child(even) { border-left: 1px solid #e9e9e9; }	
}

/*--------------------------------------------------
=>> About Page Area
--------------------------------------------------*/

.about-thumbnail { 
	margin-bottom: 3.125rem; 
}
.theme-about-block {     
	padding-left: 3.125rem;
    padding-bottom: 3.125rem; 
}
.theme-about .theme-section-module {
    margin: 0 0 1.125rem;
}
@media (min-width: 768px) and (max-width: 992px) { 
	.theme-about-block { 
		padding-left: 1.25rem; 
	} 
}
@media (max-width: 768px) {  
	.theme-about-block { 
		padding-left: 0; 
	} 
}

.theme-about .theme-info-area { 
	background-color: transparent;
	padding: 0;
    margin-top: 0rem;
	box-shadow: none;
}
.theme-about .theme-info-area .media {
    padding: 1.875rem 0;
}

/*--------------------------------------------------
=>> Contact Page Area
--------------------------------------------------*/

.theme-contact { 
	position: relative; 
	padding: 3.938rem 0 1.875rem; 
}
#google-map { padding: 0; }
.theme-contact-form-info .title { 
	margin: 0 0 1.500rem; 
}
.theme-contact-form-info .title h4 {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 0.625rem;
	margin: 0;
	letter-spacing: 2px;
}

.theme-contact-widget { 
	background-color: transparent;
	position: relative; 
	margin: 0 0 3.125rem; 
	padding: 0;
	border-radius: 0px;
	transition: all 0.3s;
}
.theme-contact-widget i.fa { 
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	padding: 0 0 1.5625rem; 
	position: relative; 
	-webkit-transition: .3s cubic-bezier(.53,.645,.51,1.34);
	-o-transition: .3s cubic-bezier(.53,.645,.51,1.34);
	transition: .3s cubic-bezier(.53,.645,.51,1.34);
}
.theme-contact-widget-title { 
	margin-bottom: 1.25rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.theme-contact-widget-info { 
	margin: 0;
}


/*--------------------------------------------------
=>> Contact Form 7 Area
--------------------------------------------------*/

.wpcf7-form { padding: 0 0 3.125rem; }
.wpcf7-form p { margin: 0 0 1.2rem; padding: 0; }
.wpcf7-form p:last-child { margin: 0; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] { 
	height: 3.125rem;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea { 
	margin-top: 0.375rem;
}
.wpcf7-form input[type="submit"] {
	margin-top: 5px;
}


/*--------------------------------------------------
=>> 404 Error Page Area
--------------------------------------------------*/

.theme-error-page { padding: 7rem 0 10rem; }
.theme-error-page .error-title { 
	font-size: 20.625rem; 
	line-height: 1; 
	letter-spacing: 0.938rem; 
	margin-bottom: 1.25rem; 
	font-weight: 300;
}
.theme-error-page .error-title b { 
	font-weight: 600;
}
.theme-error-page .error-title i { font-size: 18rem; }
.theme-error-page .error-sub-title { 
	font-size: 2.25rem; 
	letter-spacing: 0.2rem; 
	margin-bottom: 0.938rem; 
}
.theme-error-page .btn-small { 
	font-weight: 700; 
}
@media (max-width: 768px) { 
	.theme-error-page { 
		padding: 9rem 0 11.5rem; 
	}
	.theme-error-page .error-title { 
		font-size: 15rem; 
	}
}


/*--------------------------------------------------
=>> Theme Blog Area - Homepage One News
--------------------------------------------------*/

.theme-blog { margin: 0; padding-bottom: 2.5rem; width: 100%; }
.theme-blog .post { 
	background-color: #ffffff;
	margin: 0 0 2.5rem; 
	border-radius: 0px;
	border: 1px solid #e9e9e9;
	padding: 0; 
	transition: all 0.5s;
}
.theme-blog .post:hover, .site-content .theme-blog .post:hover {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.post-content { padding: 1.375rem 1.375rem 0.400rem; }
.entry-content { overflow: hidden; }
.theme-blog .post-thumbnail { position: relative; overflow: hidden; margin: 0; }
.theme-blog .post .entry-header { position: relative; margin: 0 0 0.8125rem; }
.theme-blog .post .entry-title { 
	margin: 0;
    font-size: 1.375rem;
    letter-spacing: 2px;
    word-break: break-word;
    white-space: normal;
    text-transform: uppercase; 
}
.entry-content img { max-width: 100%; height: auto; display: block; }
.entry-content figure { width: auto !important; }
.entry-content a {  
	box-shadow: 0 1px 0 0 currentColor; 
}
.entry-content a:hover, 
.entry-content a:focus { 
	color: #333333;
	box-shadow: none;
}

/*--------------------------------------------------
=>> Theme Blog Area List View - Homepage Two News
--------------------------------------------------*/

.theme-blog.list-view-news .post {
    background-color: transparent;
	border: none;
}
.theme-blog.list-view-news .post:hover {
    box-shadow: none;
}
.theme-blog.list-view-news .post-thumbnail { 
	width: 20.625rem;
	margin-right: 1.5rem;	
} 
.theme-blog.list-view-news .container .post-thumbnail { 
	width: 14.625rem; 
} 
body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .container .post-thumbnail { 
	width: 20.625rem; 
} 
body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .container-full .post-thumbnail { 
	width: 27rem;
}
body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .post-thumbnail .posted-on {
	position: absolute;
    top: 0;
    left: 0;	
	z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.20) 1px 1px 10px;
}
body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .post-thumbnail .posted-on time.days {
	padding-top: 0px;
}
body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .post-thumbnail .posted-on time.days small.months {
    color: #fff;
    background: #18191b;
    border-bottom: solid 0px transparent;
	padding: 0.1525rem 0 0.1525rem 0;
	letter-spacing: 5px;
}
.theme-blog.list-view-news .post .entry-header {
    margin: 0 0 0.625rem;
}
.theme-blog.list-view-news .post .entry-header::before { 
	display: none;
}
.theme-blog.list-view-news .post .entry-title { 
	font-size: 1.5rem; 
}
.theme-blog.list-view-news .post-content {
    padding: 0 0.625rem 0 0rem;
}
@media (max-width: 992px) { 
	body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .container-full .post-thumbnail { 
		width: 20rem;
	}
	body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .post-thumbnail .posted-on {
		width: auto;
	}
}
@media (max-width: 500px) { 
	.theme-blog.list-view-news .post {
		display: block;
		align-items: normal;
	}
	.theme-blog.list-view-news .post-thumbnail, 
	.theme-blog.list-view-news .container .post-thumbnail, 
	body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .container .post-thumbnail, 
	body.page-template-blog-modern-list-view-with-sidebar .theme-blog.list-view-news .container-full .post-thumbnail	{
		width: 100%; 
		margin-bottom: 1.375rem;
	}	
	.theme-blog.list-view-news .post-content, 
	.theme-blog.list-view-news .container .post-content	{
		padding: 0;
	}
}


/*--------------------------------------------------
=>> Theme Blog Sidebar 
--------------------------------------------------*/

.theme-blog.theme-blog-large .post .media .media-body {
	overflow: hidden;
}
.theme-blog.theme-blog-large .post .entry-title {
    font-size: 1.875rem;
}
.theme-blog.theme-blog-large .post .more-link {
    padding: 0.600rem 1.6rem 0.600rem;
    line-height: 1.2;
}
.theme-blog.theme-blog-large .post .more-link:hover, 
.theme-blog.theme-blog-large .post .more-link:focus {
    color: #fff;
}


/*--------------------------------------------------
=>> Theme Blog Meta Info
--------------------------------------------------*/

.media .posted-on {
	width: 60px;
    text-align: center;
    text-shadow: none;
	margin-right: 1.25rem;
}
.media .posted-on time.days {
    display: block;
    text-align: center;
    width: 100%;
    z-index: 100;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    padding-top: 0.3rem;
    padding-bottom: 1px;
	border-radius: 10px;
}
.media .posted-on time.days small.months {
	color: #111;
    background: #fff;
    font-weight: 600;
    letter-spacing: 7px;
    padding: 0.3125rem 0 0.3125rem 0;
    text-transform: uppercase;
    display: block;
    font-size: 0.875rem;
}
.entry-meta {     
	font-weight: 500;
    font-size: 0.875rem;
    margin: 0 0 0.60rem;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-meta > span { color: #326228; margin: 0px -5px 0px 0px; } /* БОЈА 1 */
.entry-meta a { color: #326228; padding: 0; display: inline-block; } /* БОЈА 1 */
.entry-meta a:hover, 
.entry-meta a:focus { 
	color: #333333; 
}
.entry-meta span:after { 
	font-family: FontAwesome; 
	content: '\f111'; 
	padding-left: 0.650rem; 
	Padding-right: 0.875rem; 
	vertical-align: middle;
	font-size: 6px;	
}
.entry-meta span:last-child::after { 
	display: none; 
}
.entry-meta .cat-links a:last-child::after { 
	display: none; 
}

/*Meta Comments*/
.entry-meta .cat-links::before, 
.entry-meta .posted-on::before, 
.entry-meta .comment-links a::before { 
	font-family: FontAwesome; 
	margin-right: 0.438rem; 
	margin-left: 0.063rem; 
	color: #ababab; 
}
/*Meta Tags*/
.entry-meta .tag-links a {
	color: #fff;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0.188rem 0.825rem;
    margin: 0 0.325rem 0.438rem 0px;
    border-radius: 0px;
}
.entry-meta .tag-links a:hover, 
.entry-meta .tag-links a:focus {
	background-color: #333;
    color: #fff;
}
/*Edit Post*/
.edit-link .post-edit-link { 
	font-weight: 600; 
	color: #606060; 
	padding-bottom: 0.125rem;
}
.edit-link .post-edit-link:hover { 
	text-decoration: underline; 
}
/*More Link*/
.more-link {
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff !important;
	padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
	display: inline-block;
	line-height: 1;
	box-shadow: none !important;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.more-link:hover, .more-link:focus {
    background: #111;
    color: #fff !important;
}
/*Pagination*/
.pagination { 
	margin: 0 0 3.125rem; 
	display: block; 
	padding: 0; 
	text-align: center; 
}
.pagination a, 
.page-links a, 
.post-nav-links a, 
.post-nav-links .post-page-numbers.current, 
.navigation.pagination .nav-links .page-numbers, 
.navigation.pagination .nav-links a {
	background-color: #ffffff;
    border: 1px solid #e9e9e9; 
	color: #333333;
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	font-size: 1.125rem;
	border-radius: 0px;
	margin: 0 0.125rem 0.625rem;
	padding: 0.625rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 3.125rem;
	height: 3.125rem;
	box-shadow: none;
	text-align: center;
}
.pagination a:hover, 
.pagination a.active,
.page-links a:hover, 
.post-nav-links a:hover, 
.post-nav-links .post-page-numbers.current, 
.navigation.pagination .nav-links .page-numbers:hover, 
.navigation.pagination .nav-links .page-numbers:focus { 
	color: #fff; 
}
.pagination .nav-links .page-numbers.current {
	color: #fff;
}

/*--------------------------------------------------
=>> Theme Blog Area - Homepage Three
--------------------------------------------------*/

.theme-blog.vrsn-three .post {
	border-bottom: 4px solid #e9e9e9;
}
.theme-blog.vrsn-three .post:hover {
	-webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}
.theme-blog.vrsn-three .post-thumbnail {
	padding: 1.375rem 1.375rem 0.5rem;
}
.theme-blog.vrsn-three .post-thumbnail img {
    border-bottom: 4px solid transparent;
	transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transform: scale(1.0);
}
.theme-blog.vrsn-three .post:hover .post-thumbnail img {
	transform: scale(1.02);
}
.theme-blog.vrsn-three .media {
	display: block;
}
.theme-blog.vrsn-three .media .posted-on {
    width: auto;
}
.theme-blog.vrsn-three .media .posted-on time.days {
	padding-top: 1px;
	font-size: 1rem;
	width: 125px;
	text-align: left;
	padding-left: 18px;
}
.theme-blog.vrsn-three .media .posted-on time.days small.months {
    display: inline-block;
	font-size: 1rem;
	padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
	width: 65px;
	margin-left: 18px;
}


/*--------------------------------------------------
=>> Theme Blog Single Area
--------------------------------------------------*/

/*Related Posts*/
.theme-related-posts {
	background-color: #ffffff;
	margin: 0 0 3.125rem;
	border-radius: 0px;
	border: 1px solid #e9e9e9;
	transition: all 0.5s;
	padding: 1.563rem 1.375rem 2.000rem;	
}
.theme-blog.theme-blog-large .theme-related-posts .post { 
	margin-bottom: 0;
}
.theme-blog.theme-blog-large .theme-related-posts .post .entry-title {
    font-size: 1.375rem;
}
.theme-blog.theme-blog-large .theme-related-posts .post .entry-header { 
	margin-bottom: 0;
}
.theme-blog.theme-blog-large .theme-related-posts .post .entry-header::before {
    display: none;
}


/*Comments*/
.theme-comment-section { 
    background-color: #ffffff;
    margin: 0 0 3.125rem;
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    padding: 1.563rem 1.375rem 2.000rem;
}
.theme-comment-title { display: block; }
.theme-comment-title h3 {
    margin: 0 0 1.875rem;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0;
	position: relative;
	text-transform: uppercase;
}
.theme-comment-title h3:after {
    content: '';
    height: 2px;
    width: 40px;
    margin: 0.938rem 0 0;
    display: block;
}
.comment-box { margin: 0; position: relative; }
.comment-detail {     
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 2rem;
	padding-bottom: 1.500rem; 
}
.pull-left-comment { float: left; margin-right: 1.875rem; width: 5.25rem; height: 5.25rem; }
.pull-left-comment img { border-radius: 50%; }
.comment-detail-title { 
	margin: 0 0 0.625rem;
    font-size: 1.200rem;
    letter-spacing: 2px;
    text-transform: uppercase; 
}
.comment-date { font-size: 0.875rem; color: #878e94; font-weight: 400; margin-left: 1.25rem; }
.comment-date a { color: #878e94; }
.comment-detail p { margin-bottom: 1.3rem; padding: 0; }
.reply a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.reply a:hover, .reply a:focus { 
	color: #fff; 
}
.logged-in-as a {		
	box-shadow: 0 1px 0 0 currentColor; 		
}		
.logged-in-as a:hover, 		
.logged-in-as a:focus {		
	color: #333333;		
	box-shadow: none;		
}		
.form-submit { padding-bottom: 1rem; }

/*Comment Form*/
.theme-comment-form { 
    background-color: #ffffff;
    margin: 0 0 3.125rem;
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    transition: all 0.5s;
    padding: 1.563rem 1.375rem 2.000rem;
}
.form-group input[type="text"], 
.form-group input[type="email"] {
	height: 3.125rem;
}
.theme-comment-form span.required { padding-left: 0.188rem; color: #ff0000; }		
.theme-comment-form .comment-form-cookies-consent label { display: inline-block; font-size: 0.875rem; }


/*--------------------------------------------------
=>> Theme Widgets Area
--------------------------------------------------*/

.sidebar .widget { 
	border: 1px solid #e9e9e9; 
	background-color: #fff; 
	padding: 0;
}
.widget { 
	color: #606060; 
	padding: 1.563rem 1.375rem 1.563rem;
	margin: 0 0 2.5rem;
}
.widget:last-child { 
	margin-bottom: 3.75rem;
}
.widget .widget-title { 
	position: relative;
	color: #fff; 
	margin-bottom: 2.125rem; 
	padding: 0; 
	font-weight: 600;
	font-size: 1.25rem;
	letter-spacing: 3px;
    text-transform: uppercase;
}
.widget .widget-title:after {
	content: '';
    height: 2px;
    width: 40px;
    margin: 0.9375rem 0 1.25rem 0;
    display: block;
}
.sidebar .widget .widget-title {
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 0.625rem;
    padding: 0.875rem 0.9375rem 0.9375rem;
    background-color: #111;
}
.sidebar .widget .widget-title:after { display: none; }
.sidebar .widget .widget-title a.rsswidget {
    color: #ffffff;	
}
.sidebar .widget #searchform,
.sidebar .widget ul, 
.sidebar .widget .tagcloud, 
.sidebar .widget .gallery, 
.sidebar .widget .calendar_wrap,
.sidebar .widget_categories form, 
.sidebar .widget_text .textwidget { 
	padding: 1.563rem 1.000rem 1.563rem; 
}
.widget li > ul, .widget li > ol {
    margin-left: 1.000rem;
	padding: 0.563rem 0 0 !important;
}
.widget li ul li:last-child {
	padding-bottom: 0 !important;
}
.sidebar .widget_archive select { 
	margin: 1.563rem 1.000rem 1.563rem; 
	width: 90%;
}
.widget_archive ul, .widget_categories ul, .widget_links ul, 
.widget_meta ul, .widget_nav_menu ul, .widget_pages ul, 
.widget_recent_comments ul, .widget_recent_entries ul { 
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
.widget_archive li, .widget_categories li, .widget_links li, 
.widget_meta li, .widget_nav_menu li, .widget_pages li, 
.widget_recent_comments li, .widget_recent_entries li {
    padding-left: 0px !important;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, 
.widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, 
.widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
    padding-top: 0;
}
.widget_archive li:last-child, .widget_categories li:last-child, .widget_links li:last-child, 
.widget_meta li:last-child, .widget_nav_menu li:last-child, .widget_pages li:last-child, 
.widget_recent_comments li:last-child, .widget_recent_entries li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
/*Calendar*/
.calendar_wrap table#wp-calendar { 
	margin-bottom: 0;
	border: 1px solid #e9e9e9;
}
.calendar_wrap caption {
	caption-side: top;
	background-color: #e9e9e9;
	text-align: center;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	font-weight: 600;
	color: #333333;
}
.calendar_wrap table#wp-calendar thead th {
    padding: 0.4rem;
	text-align: center;
	border-bottom: 2px solid #e9e9e9;
}
.calendar_wrap table#wp-calendar tbody td {
    padding: 0.4rem;
	text-align: center;
}
/*Search*/
.widget input[type="text"] {
    padding: 0.740rem 1rem;
}
.widget button[type="submit"], 
.btn-success {
	color: #fff;
	z-index: 0;
	border-radius: 0.05rem;
}
.widget button[type="submit"]:hover, 
.widget button[type="submit"]:focus, 
.btn-success:hover, 
.btn-success:focus { 
    color: #fff;
    background-color: #333333 !important;
    border-color: #333333 !important;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.063rem rgba(0,0,0,.5) !important;
}

/*Recent Widget*/
.widget_recent_entries a { 
	font-weight: 600;
}
.widget_recent_entries .post-date {
	font-size: 0.938rem;
	display: block;	
	padding-top: 0.313rem;
}
.widget img {
    max-width: 100%;
    height: auto;
}
/*Tags*/
.tagcloud {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.widget .tagcloud a {
    background-color: transparent;
    border: 1px solid #e5e5e5;
	color: #333333;
	font-size: 0.875rem !important;
	display: inline-block;
	padding: 0.125rem 0.825rem;
    margin: 0 0.125rem 0.438rem 0px;
	border-radius: 0px;
}
.widget .tagcloud a:hover, .widget .tagcloud a:focus {
	color: #fff;
}
/*Text Widget*/
.sidebar .widget_text ul, 
.sidebar .widget_text ol {
    margin: 0 0px 1.6rem 1.125rem;
    padding: 0;
}
.sidebar .widget_text, 
.sidebar .widget_text p {
    font-weight: 400;
}
/*RSS Widget*/
.widget_rss ul {  
	list-style: none;
	margin: 0;
}
.widget_rss ul li .rsswidget, 
.widget_rss ul li .rss-date { 
	display: block;
}
.widget_rss ul li .rsswidget {
	font-weight: 600;
} 
.widget_rss ul li .rssSummary {
	padding: 0.625rem 0;
}
.widget_rss ul li {
	padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    border-bottom: 1px solid #f1f1f1;
}
.widget_rss ul li:first-child {
    padding-top: 0;
}
.widget_rss ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


/*--------------------------------------------------------------
=>> Gallery
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.r71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #e9e9e9;
}
.gallery .gallery-item {
	margin-top: 0 !important;
}
.gallery .gallery-item img {
	border: 2px solid #f1f1f1 !important;
}
.wp-block-gallery {
   margin: 0;
}
.blocks-gallery-item figure { position: relative; overflow: hidden; margin: 0; }
.blocks-gallery-item figure img { width: 100%; opacity: 1; }
.blocks-gallery-item figure img {
    -webkit-transition: transform 2s, filter 1.5s ease-in-out;
    -moz-transition: transform 2s, filter 1.5s ease-in-out;
    -o-transition: transform 2s, filter 1.5s ease-in-out;
    -ms-transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}
.blocks-gallery-item:hover figure img {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
}
/*Address*/
address i { 
	width: 1.563rem;
    height: auto;
    margin-right: 0.438rem;
    font-size: 1.25rem !important;
}
/*--------------------------------------------------------------
=>> Captions
--------------------------------------------------------------*/
.bypostauthor {}
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem !important;
  text-align: center;
}
.wp-caption-text a:hover { color: #333333; }
.wp-caption, .gallery-caption { max-width: 100%; }

/*--------------------------------------------------------------
=>> Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px){
    img.alignleft { float: left; }
    img.alignright { float: right; }    
}
body.page-template-default .theme-blog .post .post-content { overflow: hidden; }

/*--------------------------------------------------
=>> Theme Unit Data Css
--------------------------------------------------*/

.entry-content .wp-block-pullquote p, 
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p {
	padding: 0;
}
.entry-content blockquote cite a { 
	color: #333333;
	box-shadow: none;
}
.entry-content p.has-background {
	margin-bottom: 1.563rem;
}
.entry-content .wp-block-file .wp-block-file__button {
    font-size: 14px;
    padding: 0.7rem 2rem;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
embed, iframe, object {
    max-width: 100%;
}
.entry-content .wp-block-archives.wp-block-archives-dropdown select {
	width: auto;
}
.entry-content .wp-block-latest-comments__comment-meta a {
	color: #333333;
	box-shadow: none;
	font-size: 1rem;
    font-weight: 600;
}
.entry-content .wp-block-latest-comments__comment-meta a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}
.wp-block-latest-comments__comment-date {
    color: #bbb;
}
.wp-block-latest-posts__post-date {
    color: #606060;
}
.wp-block-latest-comments article {
    margin-bottom: 2rem;
}
/*wp-block-button*/
.wp-block-button {
	margin: 0 0 1.563rem;
}
.wp-block-button .wp-block-button__link {
    background: #32373c;
    border: 2px solid #32373c;
	color: #fff !important;
}
.wp-block-button .wp-block-button__link:hover, 
.wp-block-button .wp-block-button__link:focus {
    background: transparent;
    border: 2px solid #32373c;	
	color: #32373c !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
    border: 2px solid #32373c;	
	color: #32373c !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, 
.wp-block-button.is-style-outline .wp-block-button__link:focus {
	background: #32373c;
    border: 2px solid #32373c;
	color: #fff !important;
}
/*wp-block-group*/
.wp-block-group.has-background {
	margin-bottom: 1.563rem;
    padding: 1.875rem;
}
.wp-block-media-text {
	margin-bottom: 1.563rem;
}
.wp-block-group.has-background p {
	color: #606060;
}
.has-large-font-size {
    padding-bottom: 0.500rem;
    font-size: 1.250rem;
}
.wp-block-media-text.alignwide .wp-block-media-text__content p.has-large-font-size, 
.wp-block-media-text.alignwide .wp-block-media-text__content p {
	color: #606060;
}
.wp-block-media-text.has-background .has-large-font-size, 
.wp-block-media-text p {
	color: #606060;
}
/*wp-block-cover*/
.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 1.563rem;
}
.wp-block-cover.has-background-dim.alignleft .wp-block-cover-text, 
.wp-block-cover.has-background-dim-20.alignfull .wp-block-cover-text, 
.wp-block-cover.has-background-dim.alignwide .wp-block-cover-text, 
.wp-block-cover.has-background-dim.aligncenter .wp-block-cover-text,
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a   {
	color: #fff;
}
/*wp-block-archives-list*/
ul.wp-block-archives-list {
    margin-left: 0;
    list-style: none;
}
/*wp-block-calendar*/
.wp-block-archives-dropdown {
	margin-bottom: 1.563rem;
}
.wp-block-archives-dropdown select {
	width: auto;
}
.wp-block-calendar {
	margin-bottom: 1.563rem;
}
.wp-block-calendar table {
	margin-bottom: 0.500em;
}
.wp-block-calendar table caption {
    padding-top: 0;
    padding-bottom: 0.75rem;
    color: #333333;
    text-align: left;
    caption-side: top;
    font-weight: 600;
}
.wp-block-calendar table.wp-calendar-table th {
	text-align: center;
	font-weight: 600;
}
.wp-block-calendar tbody td {
	color: #606060;
}
.wp-block-calendar .wp-calendar-nav-next a, 
.wp-block-calendar .wp-calendar-nav-prev a {
	box-shadow: none;
}
/*wp-block-archives-dropdown*/
.wp-block-archives-dropdown, 
.wp-block-categories-dropdown {
	margin-bottom: 1.563rem;
}
.wp-block-archives-dropdown select, 
.wp-block-categories-dropdown select {
	width: auto;
}
/*wp-block-latest-posts*/
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-left: 0;
	color: #606060;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 1rem;
}
/*wp-block-search*/
.wp-block-search__button-outside {
	margin-bottom: 1.563rem;
}
.wp-block-search .wp-block-search__input {
	height: 3.125rem;
}
/*wp-block-pullquote*/
.wp-block-pullquote {
	padding: 0;
}
/*wp-block-gallery*/
.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
	margin-bottom: 1.563rem;
}

/*--------------------------------------------------
=>> Site Footer Area
--------------------------------------------------*/

.site-footer {
	background-color: #111111;
	margin: 0;
	padding: 0;
	position: relative;	
}
.footer-sidebar { padding: 5rem 0 1.875rem; }
.footer-sidebar .widget { margin: 0 0 3.125rem; padding: 0; }
.footer-sidebar .widget, 
.footer-sidebar .widget a { 
	color: #cccccc; 
}
/*Tag Widget*/
.footer-sidebar .widget .tagcloud a {
    background-color: transparent;
    border: 1px solid #333;
}
.footer-sidebar .widget .tagcloud a:hover, 
.footer-sidebar .widget .tagcloud a:focus {
    color: #fff;
}
/*Rss Widget*/
.footer-sidebar .widget_rss ul li .rsswidget {
	color: #fff;
}
/*Recent Widget*/
.footer-sidebar .widget_recent_entries .post-date {
	color: #bec3c7;
}
.footer-sidebar .widget_archive li, .footer-sidebar .widget_categories li, .footer-sidebar .widget_links li, 
.footer-sidebar .widget_meta li, .footer-sidebar .widget_nav_menu li, .footer-sidebar .widget_pages li, 
.footer-sidebar .widget_recent_comments li, .footer-sidebar .widget_recent_entries li, .footer-sidebar .widget_rss ul li {
    border-bottom: 1px solid #222;
}
.footer-sidebar .widget_archive li:first-child, .footer-sidebar .widget_categories li:first-child, .footer-sidebar .widget_links li:first-child, .footer-sidebar .widget_meta li:first-child, .footer-sidebar .widget_nav_menu li:first-child, .footer-sidebar .widget_pages li:first-child, .footer-sidebar .widget_recent_comments li:first-child, .footer-sidebar .widget_recent_entries li:first-child {
    padding-top: 0;
}
.footer-sidebar .widget_archive li:last-child, .footer-sidebar .widget_categories li:last-child, .footer-sidebar .widget_links li:last-child, .footer-sidebar .widget_meta li:last-child, .footer-sidebar .widget_nav_menu li:last-child, .footer-sidebar .widget_pages li:last-child, .footer-sidebar .widget_recent_comments li:last-child, .footer-sidebar .widget_recent_entries li:last-child {
    padding-bottom: 0;
	border-bottom: none;
}
.footer-sidebar .widget_rss ul li:last-child {
	border-bottom: none;
}
.footer-sidebar .widget h1, .footer-sidebar .widget h2, .footer-sidebar .widget h3, 
.footer-sidebar .widget h4, .footer-sidebar .widget h5, .footer-sidebar .widget h6 {
	color: #fff;
}

/*--------------------------------------------------
=>> Site Footer With Light Background
--------------------------------------------------*/

.site-footer.light {
	background-color: #f2f2f2;
}
.site-footer.light .widget h1, .site-footer.light .widget h2, 
.site-footer.light .widget h3, .site-footer.light .widget h4, 
.site-footer.light .widget h5, .site-footer.light .widget h6 {
    color: #333333;
}
.site-footer.light .widget, 
.site-footer.light .widget a {
    color: #606060;
}
.site-footer.light .footer-sidebar .widget .tagcloud a {
    background-color: transparent;
    border: 1px solid #e5e5e5;
	color: #606060
}
.site-footer.light .footer-sidebar .widget .tagcloud a:hover, 
.site-footer.light .footer-sidebar .widget .tagcloud a:focus {
    color: #fff;
}
.site-footer.light .footer-sidebar .widget_rss ul li .rsswidget {
	color: #606060;
}
.site-footer.light .footer-sidebar .widget_recent_entries .post-date {
	color: #8e8e8e;
}
.site-footer.light .footer-sidebar .widget_archive li, .site-footer.light .footer-sidebar .widget_categories li, .site-footer.light .footer-sidebar .widget_links li, .site-footer.light .footer-sidebar .widget_meta li, .site-footer.light .footer-sidebar .widget_nav_menu li, .site-footer.light .footer-sidebar .widget_pages li, 
.site-footer.light .footer-sidebar .widget_recent_comments li, .site-footer.light .footer-sidebar .widget_recent_entries li, .site-footer.light .footer-sidebar .widget_rss ul li {
    border-bottom: 1px solid #e5e5e5;
}


/*--------------------------------------------------
=>> Theme Site Info Area
--------------------------------------------------*/

.site-info { background-color: #0b0b0b; color: #ccc; font-size: 0.938rem; padding: 1.80rem 0; }
.site-info a { color: #ccc; }
.site-info p a:hover, .site-info p a:focus { color: #fff; }
.site-info .footer-site-title {
	display: block;
}


/*--------------------------------------------------
=>> Footer Social Credits
--------------------------------------------------*/

.copyright-social-icons { margin: 0; padding: 0; }
.copyright-social-icons li { display: inline-block; padding: 0rem 0.5rem; }
.copyright-social-icons li > a {
	font-size: 0.938rem;
	line-height: 1.5;
	transition: all 0.3s;
	display: block;
	color: #ccc;
	border-radius: 0;
    cursor: pointer;
	box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.copyright-social-icons li > a:hover, 
.copyright-social-icons li > a:focus {
	color: #fff;
}
.copyright-social-icons li a i { padding: 0; }
@media (max-width: 768px) {
	.site-info .footer-site-title, 
	.copyright-social-icons { 
		text-align: center !important; 
	}
	.site-info .footer-site-title img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.site-info p {
	    padding: 0.8125rem 0 0.6875rem;
	}
}


/*--------------------------------------------------
=>> Page Scroll Up/Down Area
--------------------------------------------------*/

.page-scroll-up {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  display: none;           /* се покажува преку JS кога треба */
}

.page-scroll-up a {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.5rem;     /* добро центрирање на иконата */
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #700d80;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
  opacity: 0.9;
  text-decoration: none;

  transition: all 0.35s ease;   /* мазен премин само за hover */
  /* Нема animation → нема постојано движење */
}

.page-scroll-up a:hover,
.page-scroll-up a:active,
.page-scroll-up a:focus {
  opacity: 1;
  transform: translateY(-6px) scale(1.03);   /* кревање + мало зголемување */
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  color: #fff;
}

/*--------------------------------------------------
=>> Text meant only for screen readers
--------------------------------------------------*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; 
}
.screen-reader-text:focus {
    background-color: #e9e9e9;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*--------------------------------------------------
=>> Page builder template 
--------------------------------------------------*/

.page-template-pagebuilder .theme-builder {
   padding: 0;
}

/*--------------------------------------------------
=>> Wide & Boxed Layout
--------------------------------------------------*/

@media (max-width: 768px) {
	body.theme-boxed { width: 100%; }
	body { padding-left: 0px !important; padding-right: 0px !important; }	
}

/* This media query for layout resize with boxed layout */
@media (min-width: 768px) and (max-width: 992px)  {
	body.theme-boxed { width: 100%; }
}
@media (min-width: 992px) and (max-width: 1200px) {
	body.theme-boxed { width: 100%; }	
}   
@media(min-width: 1200px) {
	body.theme-boxed {
		/* width: 1500px; */
		max-width: 1500px;
		-webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,.2);
		box-shadow: 0 8px 15px 0 rgba(0,0,0,.2);
		margin: 0px auto;
		position: relative;
	}
	
}

/*-------------------------------------------------- 
  ----   ДОДАДЕНИ СТИЛОВИ  ----
  ----  ГРАДИНКА ОРЦЕ НИКОЛОВ  ----
-------------------------------------------------- */
 

/*--------------------------------------------------  
  1. ДАТА НАД НАСЛОВ ПОВРЗАНО СО Theme Blog Meta Info
-------------------------------------------------- */

.media:has(.posted-on time.days) {
    flex-direction: column !important;
    align-items: flex-start !important;
}

/*-------------------------------------------------- 
   2. КОПЧЕ ЗА СЛИДЕР СО WebAim
-------------------------------------------------- */

.theme-main-slider.vrsn-three .theme-slider-content .btn-slider {
    border: 2px solid #EEE3C3 !important;   /* Боја 3 */
    background: #326228 !important;         /* Боја 1 */
	border-radius: 5px;
}

.entry-content a {
    border: 2px solid #EEE3C3 !important; /* Боја 3 */
    line-height: 2 !important;
    border-radius: 5px;
    padding: 0px 5px; /* Внатрешен простор */
    display: inline-block; /* За да се применува padding правилно */
    color: inherit; /* задржи текст боја како што е */
    text-decoration: none; /* тргни подвлекување ако сакаш */
    transition: all 0.3s ease; /* за мазен ефект при hover */

    /* НАДВОРЕШЕН ПРОСТОР ПОМЕЃУ ЛИНКОВИТЕ */
    margin-right: 10px; /* простор од десно на секој линк */
    margin-bottom: 5px; /* ако линковите се во редови, мала дистанца долу */
}

.entry-content a:last-child {
    margin-right: 0; /* последниот линк нема простор од десно */
}

.entry-content a:hover {
    border-color: #700d80 !important; /* Боја 2 рамка при hover */
    color: #700d80 !important; /* Боја 2 текс */
    background-color: #fff; /* опционално: бела позадина за contrast */
}

.theme-slider-content .sub-title {
   color:#ffffff !important; /* БОЈА БЕЛА */
}


/*-------------------------------------------------- 
  3. ЛОГО И ЕМАИЛ САМО НА ПРЕДНА СТРАНА
-------------------------------------------------- */

body:not(.home) .theme-contact-block {
    display: none! important;
}

body:not(.home) .navbar img.custom-logo,
body:not(.home) .theme-header-logo-center img.custom-logo {
    display: none! important;
}

/* ЛОГО – мал zoom ефект */
.navbar img.custom-logo,
.theme-header-logo-center img.custom-logo {
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* hover ефект */
.navbar img.custom-logo:hover,
.theme-header-logo-center img.custom-logo:hover {
    transform: scale(1.05); /* мал зум */
    filter: brightness(1.05); /* благо осветлување (опционално) */
}

 
/*--------------------------------------------------
 4. СТРАНА breadcrumb ПОДЕСУВАЊЕ БОЈА
-------------------------------------------------- */

.page-breadcrumb > li a {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-decoration: none;
	font-size: 18px;
}

.page-breadcrumb > li a:hover,
.page-breadcrumb > li a:focus {
    color: #EEE3C3 !important; /* Боја 3 */
}

/*--------------------------------------------------
5. НАВИГАЦИЈА ВО ПОСТ КРУГ СО РАЧИЊА  
--------------------------------------------------*/

.single .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    padding-top: 15px;
    font-weight: 600;
    font-size: 17px;
	font-family: sans-serif;
}

.single .post-navigation a {
    color:  #326228; /* Боја 1 */
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.single .post-navigation a:hover {
    color: #666464; /* БОЈА 2 на ховер сива*/
}

/* Додавање на анимација за стрелки */
.single .post-navigation .nav-previous a:before,
.single .post-navigation .nav-next a:after {
    font-family: FontAwesome;
    transition: transform 0.3s ease;
    display: inline-block;
}

.single .post-navigation .nav-previous a:before {
    content: "\f053"; /* стрелка лево */
    margin-right: 8px;
    transform: translateX(0);
}

.single .post-navigation .nav-previous a:hover:before {
    transform: translateX(-5px);
}

.single .post-navigation .nav-next a:after {
    content: "\f054"; /* стрелка десно */
    margin-left: 8px;
    transform: translateX(0);
}

.single .post-navigation .nav-next a:hover:after {
    transform: translateX(5px);
}

/* Text alignment */
.single .post-navigation .nav-previous { text-align: left; }
.single .post-navigation .nav-next { text-align: right; }

.single .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    padding-top: 5px;
}

.single .post-navigation a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #326228; /* /* БОЈА 1 */
    color: #f9f9f9; /* Боја рачиња бела */
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.single .post-navigation a:hover {
    background-color: #700d80; /* Боја 2*/
    color: #ffffff;
    transform: scale(1.02);
}

.single .post-navigation .nav-previous {
    text-align: left;
}

.single .post-navigation .nav-next {
    text-align: right;
}

.single .post-navigation a {
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.single .post-navigation a:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* -------------------------------------------------
   6. ОТСРАНУВАЊЕ НА ПРЕБАРУВАЊЕ КОМПЛЕТИРАНО
-------------------------------------------------*/

/* Комплетно отстранување на Search Popup и сите поврзани стилови */

.theme-search-block,
#search-popup,
#search-popup *,
.theme-search-block a,
#search-popup input[type="search"],
#search-popup .btn,
#search-popup .close {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Дополнително: спречи појава на popup-от дури и со JS */
#search-popup {
    transform: translate(0, -100%) scale(0) !important;
    transition: none !important;
}

/* -------------------------------------------------
   7. Powered by MAKDOMEN 
-------------------------------------------------*/

.site-info {
    background-color: #000001; /* Боја 1 */
    color: #EEE3C3 !important; /* Боја 3 */
    font-size: 0.9rem;
    padding: 1.80rem 0;
    text-transform: uppercase;

}

.site-info a {
    color: #ffffff !important;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
	font-weight: 600;
}

.site-info a:hover,
.site-info a:focus {
    color: #700d80 !important; /* Боја 2 */
    text-decoration-color: #326228 !important; /* Боја 1 */
}

.site-info .footer-site-title {
    display: block;
}

/* -------------------------------------------------
   8. ГОЛЕМИНА И ПРОСТОР НА ИКОНИ
 -------------------------------------------------*/

.site-info a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 0px;
    line-height: normal;
}

.site-info a i,
.site-info a svg {
    font-size: 16px;
}

.img-fluid {
    max-width: 320px !important;
    height: auto;
}
/* -----------------------------------------------------------
   9. БОЛД НА КАТЕГОРИЈА 
---------------------------------------------------------*/  

.entry-meta .cat-links a {
    position: relative;
    display: inline-block;
    font-weight: 600 !important;
    color: #326228; /* БОЈА 1 */
    font-size: 1rem;
    background-image: linear-gradient(#700d80, #700d80); /* Боја 2 */
    background-size: 0% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: color 0.25s ease, background-size 0.3s ease;
}

.entry-meta .cat-links a:hover,
.entry-meta .cat-links a:focus {
    color: #700d80 !important; /* Боја 2 */
    background-size: 100% 2px;
}


/* -----------------------------------------------------------
   10. ОГЛАСНА ТАБЛА БЕЗ СЛИКИ СО БОРДЕР – работи на сите јазици, за слика елка промен во ALFA SEB ZIP
   Категории јазик треба да имаат слуг со oglasna-tabla
------------------------------------------------------------ */

/* А. Исклучи слика и елка во Огласна Табла (сите јазици) */
[class*="category-oglasna-tabla"] img.default-featured-img,
[class*="category-oglasna-tabla"] .post-thumbnail::after {
    display: none !important;
    content: none !important;
}

/* Б. Бордер околку постовите во Огласна Табла (сите јазици) */
[class*="category-oglasna-tabla"] .post {
    border: 2px solid #326228; /* БОЈА 1 */
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* -------------------------------------------------
   11. HOVER ЕФЕКТ НА ИМЕТО НА САЈТОТ (Site Title)
------------------------------------------------- */

/* Основен стил за линкот во site title */
.site-branding-text .site-title a {
    color: #326228; /* БОЈА 1 */
    transition: all 0.3s ease; /* мазна анимација */
	font-family: serif;
	font-size: 1.8rem;
	text-transform: uppercase;	
}

/* Hover ефект – промена на боја, подвлекување, малку зголемување */
.site-branding-text .site-title a:hover {
    color: #700d80 !important; /* Боја 2 */
    transform: scale(1.05); /* малку се зголемува за ефект */
    text-shadow: 0 1px 3px rgba(0,0,0,0.2); /* мал сенка за длабочина */
}

.site-branding-text .site-description {
	font-family: serif !important;
}

/* -------------------------------------------------
   12. Funfact ГОЛЕМИНА И ДЕБЕЛИНА НА ТЕКСТ 
/* -------------------------------------------------*/
body, .navbar.navbar-header-wrap .nav .btn-border, .theme-contact-block li, .service-links a, .theme-funfact-inner p, .entry-meta, .media .posted-on time.days small.months, .reply a {
  font-weight: 400 !important;
  
}
  
body, .navbar.navbar-header-wrap .nav .btn-border, .theme-contact-block li, .service-links a, .theme-funfact-inner p, .entry-meta, .media .posted-on time.days small.months, .reply a, .theme-contact-block i, .theme-testimonial.vrsn-three .theme-testimonial-block p {
    font-size: 1.1rem !important;
}

.theme-testimonial-block .name, .theme-testimonial-block .name a, .theme-testimonial-block .name a:hover, .theme-testimonial-block .name a:focus {
    color: #ffffff !important;
}
/* -----------------------------------------------------------
   13. Поврзани содржини ГОЛЕМИНА И БУКВИ
------------------------------------------------------------ */

.theme-blog.theme-blog-large .theme-related-posts .post .entry-title {
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
	letter-spacing: 0.5px;
}

/*-------------------------------------------------- 
  14. ДОДАТОК ЗА МОБИЛЕН ПРЕГЛЕД ВИСИНА 400 СЛИДЕР
-------------------------------------------------- */

/* Мобилен 400 висина*/
@media (max-width: 768px) {
    #theme-main-slider .item {
        height: 400px !important; /* forced height */
        background-size: cover;
        background-position: center center;
    }
}

.theme-info-area img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
}

/*----------------------------------------------
  15. ПРОМЕНА НА СИТЕ Bootstrap Buttons КОПЧИЊА 
----------------------------------------------*/

.btn,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-default  {  /* или button.btn.btn-primary */
    background-color: #326228 !important; /* Боја 1 */
    background-image: none !important;  /* Клучно за Bootstrap! */
    border-color: #326228 !important; /* Боја 1 */
	border-radius: 7px;
    font-family: serif;
    text-transform: uppercase; 
	color: #ffffff !important;

}
.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-default:hover {
    background-color: #700d80 !important; /* Боја 2 */
    background-image: none !important;
    border-color: #700d80 !important; /* Боја 2 */
	color: #ffffff !important;
	border-radius: 7px;
    font-family: serif;
    text-transform: uppercase;
}


/* -----------------------------------------------------------
     КРАЈ 15 РЕДА   ДОДАДЕНИ СТИЛОВИ ГРАДИНКА ОРЦЕ НИКОЛОВ
 БОЈА 1 = #326228 ТЕМНО ЗЕЛЕНА
 БОЈА 2 = #700d80 ТЕМНО ЛИЛА
 БОЈА 3 = #EEE3C3 СВЕТЛО ЗОЛТЕНИКАВА
     ВАЖНО ПРИ ПРОМЕНА ГЛАННАТА БОЈА КОПИ ПАСТЕ НА СИТЕ ПРИМЕР ОВДЕ #326228
------------------------------------------------------------ */

