/*
Theme Name:   twentyseventeen child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://brainoidtech.co.uk/vise
Template:     twentyseventeen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentyseventeen-child
*/

/* Write here your own personal stylesheet */
/*Default theme settings*/
/*  remove all page horizontal scroll*/

.vc_row {
    margin-left:0px !important;
	margin-right:0px !important;
}
/*remove all page horizontal scroll end  */
body:not(.twentyseventeen-front-page) .entry-header {
    padding: 0 0 !important; 
}
.remove_entry_head .panel-content .entry-header 
{
   margin-bottom: 0em !important;
}
.site-header {
    background-color: #ffffff !important;
	border-bottom: 1px solid #C8C8C8 !important;
}
.page-id-46 .site-header {
	border-bottom: 0px  !important;
}
.entry-header .entry-title
{
	display:none;
}
a:hover 
{
    text-decoration: none !important; 
}
a:focus
{
	outline:0px !important;
}
p
{
	font-family: 'roboto-regular' !important;
	font-size:15px;
	line-height: 25px !important;
	color:#3A3A3A;
}

.vc_row[data-vc-full-width].vc_hidden
{
	    opacity: 1 !important;
}
#content {
    padding-bottom: 0 !important; 
}

.site-content {
    padding: 0 !important;
}

.site-footer {
	margin-top: 0 !important;
	border-top:0px !important;
}

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

.wrap .entry-content {
	width: 100% !important;
	float: none !important;
}

.wrap {
	padding: 0 !important;
	max-width: 100% !important;
}

.container{
	margin: 0 auto !important;
}

.button-common a{
	color: black !important;
	letter-spacing: 2px;
	background: transparent !important;
    border: 1px solid #f0bca2 !important;
    width: 200px;
}

.button-common a:hover{
	text-decoration: none;
	box-shadow: none;
}

a{
	box-shadow: none !important;
}

a:hover{
	box-shadow: none !important;	
}

p{
	font-family: '';
}

.page-body-text{
	padding-left: 115px !important;
	padding-right: 115px !important;
}

.widget{
	padding-bottom: 0px;
}

.widget ul li{
	padding: 0;
}

/*Default theme settings*/
/*GDPR Setting*/
/*  gdpr settings*/
.ct-ultimate-gdpr-cookie-popup-bottomPanel {
    padding: 15px 0 15px 0 !important;
}
.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-content a
{
	font-weight:bold !important;
	color:#fff !important;
}
.ct-ultimate-gdpr-cookie-bottomPanel-padding.popup-modern-style {
    padding-bottom: 30px !important;
}
.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-content
{
 margin-bottom:0px !important;
}


