/*
Theme Name: Share it Child Theme
Theme URI: http://themes.cray.bg
Description: A basic child theme for the Share it Theme.
Author: Andrey Boyadzhiev
Author URI: http://themes.cray.bg
Template: shareit
Version: 1.4
Text Domain:  shareit-theme-child
*/
@import url("../shareit/style.css");

/*####################################################*/
/*** YOUR CUSTOM CSS STARTS HERE ***/
/*####################################################*/

.no-touch .cd-vertical-nav li a:before,
.no-touch .cd-vertical-nav .ct_tt_searchmenu .ct_tt_searchmenu_in:before,
.no-touch .cd-vertical-nav li .numpostinfi:before {
    content: '';
    
    height: 24px;
    width: 1px;
    right: 60px;
    z-index: -1;
    margin-top: -12px;
    position: absolute;
    border-right: 0px solid #A5946B;
}

.no-touch.right-nav .home_cus_menu_ul {
	margin-left:200px !important;
	
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 5px;
}

.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:10px !important}

.ct_tt_menuholder .ct_tt_homebtn {

    position: absolute;
    top: -49px;
    left: 5px;
    width: 34px;
    height: 33px;
}

.ct_tt_menuholder {
    width: 100%;
    height: 10px;
    position: fixed;
    bottom: 30px;
    /*left: 50%;*/
    margin-left: -10px;
    z-index: 130;
    text-align: center;
    -webkit-transform: translate(0,0);
}



.header-new { 
margin-top:20px;
}

@media only screen and (max-device-width: 480px) {
    
   .header-new img{ 
width:85%;
height:100%;
}
	
}