﻿/*
Theme Name: Kolimine
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. Modifications to the original Theme will live in this Theme thus making updating Enfold much easier.
Version: 99999
Author: FCR Media
Author URI: http://www.fcrmedia.ee
Template: enfold
*/

/* logo */
.html_header_sidebar .logo { width: auto; }

/* main menu */
#avia-menu .menu-item {}
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text { color: #fff; text-transform: uppercase; }
.html_header_sidebar #header .av-main-nav > li > a { border-bottom: none; padding: 10px 3px;}
/* end main menu */

.html_header_left #main { border-left-color: #666; }

/* text on page header image */
#top #wrap_all #fcr-page-header-image.main_color h2 { color: #161616; }

.avia_message_box_content a { display: inline-block; }

#top .iconlist_title_small a { color: #666666; }

/* fix overlapping contact form captcha */
#top .avia_ajax_form .captcha { padding-left: 90px; }

#footer { padding: 0; }
#footer .widget { text-align: center; }
#top #footer .widget_nav_menu .widgettitle { padding-bottom: 20px; }
#top #footer .widget_nav_menu li {
    width: 49.5%;
    display: inline-block;
}

/* wpml lang selector */
#header_main #lang_sel_list ul { text-align: center; font-size: 14px; }
#header_main #lang_sel_list a { color: #fff; }


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	.av-main-nav-wrap { background: #222222; border: none; }
}

@media screen and (max-width: 1000px) and (min-width: 990px) {
	.hide-on-small-desktop { display: none; }
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 1199px) {
  #top #footer .widget_nav_menu li { width: 100%; } /* footer links */
}

@media only screen and (max-width: 989px) {
  /* Add your Mobile Styles here */
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	/* page header title */
  #fcr-page-header-image .av-special-heading-tag {
    width: auto;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 1% 2%;
  }
	#footer { padding-top: 30px; }
	/* remove some space from widgets */
	#footer .widget { margin: 0; }
    #top nav.main_menu li.current-menu-item > a > span.avia-menu-text {
        color: #ff3c00;
    }
}

@media only screen and (max-width: 375px) {
  /* frontpage slider buttons */
  #top .avia-slideshow-button { margin: 5px; }
}
