/*
 Theme Name:   Osogovski Konak Child
 Theme URI:    projects.techko.net/osogovskikonak.mk/wp-content/themes/osogovski-konak-child
 Description:  Osogovski Konak Child Theme
 Author:       Techko
 Author URI:   http://techko.net
 Template:     osogovski-konak
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         featured-images, translation-ready, custom-menu, sidebar
*/
/************************************
GENERAL CSS MODS - HEADINGS AND SUCH
*************************************/
#header {
	text-align: right;
	padding: 0;
}
#headerwrap {
	max-height: 72px;
	position: fixed;
	z-index: 999999;
	top: 0;
	border-bottom: none;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
/*#elki {
	border-bottom: 1px solid #fff;
}
#elki:after {
	content: "";
	background-image: url('images/elko-elko-new.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100%;
	display: block;
}*/
#site-logo {
	top: -35px !important;
}
#site-logo img {
	background: #fff;
	border-radius: 0 0 100% 100%;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
	padding: 0px 15px 10px;
}
#footerwrap {
	border-top: none;
	padding: 3.2em 0 0;
}
#footerwrap:before {
	content: "";
	background-image: url('images/footer-new1.png');
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 300px;
}
#footer {
	background-color: #8397AA;
	width: 100%;
	padding: 0 5%;
}
.footer-widgets {
	text-align: left;
	color: #fff;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
}

h1 {
	font-size: 2.7em;
}
p {
        padding: 0;
}
.module-feature-content p {     /*CSS MODS FOR FEATURES CONTENT*/
	text-align: left;
}
.module-feature.with-chart .module-feature-image img { /*BIGGER FEATURE IMAGE*/
	max-width: 85%;
}
.arrow-up {
	color: #fff;
	text-shadow: -1px 5px 5px rgba(0, 0, 0, 1);
}
#footer .widgettitle {
	color: #fff;
	text-shadow: -1px 2px 1px rgba(0, 0, 0, 1);
}
#mobile-menu.sidemenu.sidemenu-off {
	margin-top: 20px;
}
.levo {
	float: left;
	width: 49.5%;
}
.desno {
	float: right;
	display: inline-block;
	width: 49.5%;
}
.one_third {
	float: left;
	width: 31.3333%;
	padding-right: 2%;
}
.one_third_last {
	display: inline-block;
	float: left;
	width: 33.33333%
}
.four_fifth {
	float: right;
	width: 79%;
}
.one_fifth {
	float: left;
	width: 19%;
	padding-right: 2%;
}

footer#footer a {
    color: #fff;
}
div#tab-2647-2-0-1-2647 p {
    font-size: 21px;
    padding: 20px 0 10px;
    color: #047300;
    font-family: sorts mill goudy,serif;
}

/************************************
COPYRIGHT STYLE AT BOTTOM FOOTER
*************************************/
.one {
	font-family: 'Open Sans';
	text-align: center;
	background-color: #002850;
	color: #fff;
	padding: 0.5% 0;
}
/************************************
CUSTOM STYLE FOR HEADINGS
*************************************/
.top-heading-image:before {
	content: url('images/top-heading-new.png');
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: -60px;
}
.with-border::before{
	content: url('images/rog-levo-100.png');
	display: inline-block;
	margin-right: 10px;
}
.with-border::after{
	content: url('images/rog-desno-100.png');
	display: inline-block;
	margin-left: 10px;
} 
/************************************
FORM
*************************************/
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	max-width: 100%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
        width: 100%;
        height: 100%;
	border: 1px solid #bdbdbd;
	padding: .7em .5em;
	margin: 0 1.15em .4em 0;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #5b6270;
}
input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel] {
	max-width: 100%;
        height: 100%;
	box-sizing: border-box;
	width: 100%;
}
input[type=number] {
	width: 100%;
}
input[type=date] {
        height: 45px !important;
	width: 100%;
        font-size: 15px;
}
/* text area */
textarea {
	width: 100%;
	height: 50px;
	min-height: 13.5em;
	margin: 0;
}

select {
	padding: .7em;
}
/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus {
	outline: none;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #a5351d;
	color: #fff;
	border: none;
	padding: .7em 1.4em;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .065em;
}

/* form input:hover */
input[type=reset]:hover,
input[type=submit]:hover,
button:hover {
	background: #000;
	color: #fff;
}

.contact-footer  textarea {
	min-height: 115px;
	max-height: 100%;
	margin: 0;
}
.contact-footer  input[type=text] {
	height: 30px;
	margin: 0;
}
.contact-footer  input[type=email] {
	height: 30px;
	margin: 0;
}
.contact-footer  input[type=tel] {
	height: 30px;
	margin: 0;
}
.contact-footer  input[type="submit"]{
    min-width: 30%;
	max-width: 100%;
	min-height: 30%;
	max-height: 100%;
	margin: 0;
	background: #002850;
	float: right;
	font-size: 80%;
	margin: 0;
}
/*****************************************************
WP GALLERY
******************************************************/
#body .gallery {
	margin: 0 0 20px 0;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: 32.5%;
        max-width: 100%
	height: auto;
	vertical-align: middle;
	float: left;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	border: solid 1px #999;
	background: #fff;
	padding: 2px;
}
#body .gallery img {
	border: none;
	width: 100%;
	height: 16vw;
	vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}



@media (max-width: 2000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

/*****************************************************
CUSTOM STYLE FOR MAIN MENU LINKS
******************************************************/
#main-nav a:before{
	height: 10px;
}

#main-nav a:hover:before {
	content: url('images/krov2.png');
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	margin-top: -18px;
	margin-left: -10px;
}
/*******************************
GALLERY MODIFICATIONS
********************************/
#body .gallery .gallery-item {
	margin: 0 0 5px 0;
	width: 33.3333%;
	padding: 0;
	border: none;
}
.gallery-item .gallery-icon {
    border: solid 1px #999;
	padding: 2px; 
}
.custom-gallery .tab-nav {
	text-align: center;
	background-color: #494149;
}
.custom-gallery ul.tab-nav li {
    padding: 0 !important;
    border: none !important;
}
.custom-gallery.ui.module-tab ul.tab-nav li.current a {
	color: #fff;
	background-color: #3f383f;
}
.custom-gallery.ui.module-tab .tab-nav li a {
	color: #fff;
	background-color: #494149;
}
.custom-gallery.ui.module-tab .tab-nav li a:hover {
	background-color: #3f383f;
}
