/*
Theme Name: Vtech Systems
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 2.45
Author: Kriesi
Author URI: http://beanwebs.co.uk
Template: enfold
*/



/*CSS STYLES ALSO ADDED TO CHILD THEME CSS*/

.header_color .phone-info { font-size: 20px;
color: #253E8A !important; }

.main_menu ul:first-child>li>a {
font-size: 20px;
}

#footer .widget {
margin: 0;
}



#top strong {
	color: #666666;
}

/* resize collumn from 1/5 to 1/6 */

.flex_column.av_one_fifth.first.avia-builder-el-first {
margin-left: 0 !important;
}

.flex_column.av_one_fifth.first.avia-builder-el-last {
margin-left: 6%;
float: left;
clear: none;
margin-top: 0;
}

div .av_one_fifth {
margin-left: 6%;
width: 10%;
}

.logo, .logo a {
overflow: visible;
}

/* move menu to right */
.container.av-logo-container{
margin-right:10px!important;
}

.content, .sidebar {
    box-sizing: content-box;
    min-height: 1px;
    padding-bottom: 30px;
    padding-top: 20px;

}

/*show search box*/
#menu-item-1502 {
	margin-top: -12px;
}
.header_color input[type='submit']{
	border:none!important;
}

#menu-item-search a {
    line-height: 30px!important;
    height: 30px!important;
}

#top #s {
	box-shadow: none;
	margin: 0;
	padding: 8px 10px 6px 9px;
	position: relative;
	width: 100%;
	z-index: 1;
	font-size: 18px;

}
/*search button colour*/
#top #searchsubmit, .ajax_load {
	background-color: #253e8a;   
}

/* secondary menu font size */
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 17px;
}
/*search box text colour and size*/
#top .header_color input[type='text'] {
    color: black !important;
}

/*login message font size*/
.swpm-post-not-logged-in-msg
{
font-size: 18px;
padding: 5px;
}