/* 
Theme Name:		 ViewTube Child
Theme URI: http://themebing.com/wp/viewtube
Author: ThemeBing
Author URI: https://themeforest.net/user/themebing
Description:	 viewtube Child is a child theme of viewtube, created by themebing.com
Template:		 viewtube
Version:		 1.0.0
Text Domain:	 viewtube-child
*/


/*
    Add your custom styles here
*/

body.admin-bar .fixed-top {
    top: 20px;
}

.custom-logo-link img {
    width: 55px;
	height: 55px;
    max-width: 55px;
	max-height: 55px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    max-width: 52px;
    height: 22px;
    max-height: 22px;
    margin-bottom: 0;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    max-height: 22px;
    max-width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.toggle-switch input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

.toggle-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.toggle-switch .slider.round {
    border-radius: 22px;
    height: 26px;
    max-height: 26px;
} 

.toggle-switch .slider.round:before {
    height: 18px;
    max-height: 18px;
    width: 18px;
    max-width: 18px;
    border-radius: 40%;
}

.ajax-search-form input[type="text"] {
    height: 36px;
    max-height: 36px;
}

.ajax-search-form input[type="text"] {
    line-height: 20px;
}

.ajax-search-form button {
    height: 28px;
    max-height: 28px;
}

.breadcrumbs {
    padding: 20px 0;
}

.breadcrumb-content {
    padding: 10px 0;
}

