/*
Theme Name: Build Web Child
Description: Child Theme for Build Web Wordpress Theme
Author: It Build Web
Version: 1.0
Template: buildweb
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: buildweb-child
Color: #642c8f
*/
/* FONTS */
@font-face {
    font-family: 'rabustoregular';
    src: url('fonts/rabusto-webfont.eot');
    src: url('fonts/rabusto-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rabusto-webfont.woff2') format('woff2'),
         url('fonts/rabusto-webfont.woff') format('woff'),
         url('fonts/rabusto-webfont.ttf') format('truetype'),
         url('fonts/rabusto-webfont.svg#rabustoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* SLIDER */
.rev_slider .tp-mask-wrap .tp-caption {
    font-family: 'rabustoregular' !important;
   /* font-size: 80px !important;*/
}
.rev_slider .tp-mask-wrap .tp-caption.rev-btn {
    font-family: Karla !important;
    background: #642c8f !important;
    padding: 15px 20px !important;
}
.rev_slider .tp-mask-wrap .tp-caption.rev-btn:hover {
	background: #000 !important;
	color: #fff !important;
}
/* HEADER */
.header-section {
    margin: 50px 0 30px;
}
.header-section.header-transparent .header-main-section {
    height: 87px;
    background: rgba(100, 44,143, 0.8);
}
.header-section .header-main-section {
    height: 87px;
    background: #642c8f;
	margin: 50px 0 30px;
}
.is-sticky .header-main-section {
    margin-top: 0;
}
.navbar-header .navbar-brand img, .navbar-brand img {
    margin-top: -30px;
}
.header-section .header-sticky.is-sticky .header-main-section {
    height: auto;
	background: #642c8f;
}
.header-sticky.is-sticky .bweb-no-sticky-logo .navbar-brand > img.bweb-standard-logo {
    max-height: 100%;
    margin-top: 0;
}
.bweb-main-nav > li > a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.bweb-main-nav > li > a::after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
	z-index: -1;
	font-size: 0!important;
	transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.bweb-main-nav > li:hover > a ,
.bweb-main-nav > li.current-menu-item > a {
    color: #7d52a4;
}
.bweb-main-nav > li.current-menu-item > a::after,
.bweb-main-nav > li:hover > a::after,
.bweb-main-nav li.current-menu-ancestor.current-menu-parent.current_page_parent > a::after,
.bweb-main-nav li.current-menu-parent > a::after,
.bweb-main-nav li.current-menu-ancestor > a::after{
    height: 100%;
}
.header-section .bweb-social-icons li a {
    background: #fff;
}
.bweb-main-nav.navbar-nav .dropdown-menu li a {
    font-size: 16px;
    text-transform: uppercase;
}
.header-section .bweb-social-icons li a:hover i, 
.header-section .bweb-social-icons li:hover a i {
    color: #fff;
}
.header-section .bweb-social-icons li a, .header-section .bweb-social-icons li a i {
    color: #642c8f;
}
.bweb-social-icons i {
    font-size: 20px;
}
.bweb-main-nav.navbar-nav li:nth-last-child(3) .dropdown-menu .sub-menu {
    left: auto;
    right: 100%;
}
.dropdown-menu, .navbar-right .dropdown-menu {
	min-width: 250px;	
}
.dropdown-menu .sub-menu {
	min-width: 270px;	
}
.dropdown-menu .sub-menu li > a {
	padding-right: 50px;	
}

/* FOOTER */
.footer-copyright-section {
    background: #642c8f;
}
.footer-copyright-section p, .bweb-footer-nav.navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-transform: capitalize;
}
.bweb-footer-nav.navbar-nav > li > a:hover {
	color: #fff;
}
.bweb-footer-nav.navbar-nav > li:after {
    color: #fff;
    content: "|";
}
/* General */
.bweb-parallax-header {
    margin-bottom: 20px;
}
section.vc_row.section-sharyn .wpb_single_image img {
    transform: scale(1.1);
}
section.vc_row.section-sharyn h3.parallax-title {
    color: #fff;
}
.vc_btn3.vc_btn3-size-md {
    line-height: 22px;
    padding: 12px 20px;
    font-weight: 900;
    font-size: 16px;
    color: #642c8f;
}
.vc_general.vc_btn3.vc_btn3-color-white:hover {
    background: #222;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: 0;
}
h3.parallax-title {
    font-family: 'rabustoregular';
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
	margin-bottom: 10px;
}
p {
    margin: 0 0 20px;
}
.entry-content p, .entry-summary p {
    margin-bottom: 20px;
}
h4.parallax-title {
    text-transform: uppercase;
    color: #642c8f;
    font-weight: 700;
    font-size: 25px;
}
h5.parallax-title {
    color: #642c8f;
    font-size: 18px;
}
strong {
    font-weight: 700;
    /*font-style: italic;*/
    color: #a56ad2;
}
.vc-bweb-section {
    padding: 40px 0;
}
.home .vc-bweb-section {
    padding: 80px 0;
}
.vc_general.vc_btn3.vc_btn3-color-primary-bg {
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 14px 20px;
	font-weight: 700;
	font-size: 16px;
}
.vc_general.vc_btn3.vc_btn3-color-primary-bg:hover,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:active,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:focus {
	background-color: #000;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.grey-wrapper {
    background-color: #f4f4f4;
}
.phn-theme-color {
	color: #642c8f;	
}
.blockquote-style blockquote, .blockquote-style .blockquote-reverse {
	font-family: Karla;
	border-left-color: #642c8f;
	color: #000;
}
blockquote p {
    font-size: 20px;
	font-weight: 600;
}

/* HOME */
section.home-round-column .bweb-feature-box.style-default-box .grid-item .grid-title {
    background: url(images/title-bg.png);
}
section.home-round-column .bweb-feature-box.style-default-box .grid-item .grid-title {
    background: url(images/title-bg.png);
    padding: 30px 55px;
    top: -45px;
    z-index: 99999;
    display: initial;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: #fff;
}
section.home-round-column .bweb-feature-box.style-default-box {
    padding: 0 35px;
}
section.home-round-column {
	margin-top: -100px;
}
section.home-round-column .grid-item .grid-button a {
    font-weight: 600;
}
/*sidebar*/
.widget .widget-title {
    margin-bottom: 10px;
    color: #642c8f;
	font-size: 20px;
    font-weight: 700;
}
.sidebar .widget {
    margin-bottom: 25px;
}
.widget.widget_recent_entries li a, .widget.widget_categories li a {
  color:#333;
}
input, select {
    box-shadow: 0px 0px 0px 0px !important;
    border: 1px solid !important;
}

/*page title bar*/
.page-title-section .page-title-container {
    height: 100px;
}
.page-title-section .page-title-container .page-title-captions, .page-title-section .page-title-container .page-title-breadcrumbs {
    text-align: center;
}
.page-title-section .page-title-captions h1.entry-title {
    display: inline-block;
    margin: 0 auto;
    padding: 30px 40px;
    border-radius: 23% 77% 34% 66% / 76% 29% 71% 24%;
    color: #000;
    border: 6px solid #000;
    font-style: normal;
    font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
}
.page-title-section {
    background-color: transparent;
}
.site-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Image Style */
.phn-image-style.wpb_single_image .vc_single_image-wrapper {
    max-width: 80%;
    position: relative;
} 
.phn-image-style.wpb_single_image .vc_single_image-wrapper:after {
    content: "";
    position: absolute;
    left: -10%;
    top: -8%;
    bottom: 10%;
    right: 10%;
    border: 10px solid #a57fdb;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    z-index: -1;
}
.phn-image-style.wpb_single_image:hover .vc_single_image-wrapper:after {
    border-color: #642c8f;
}

/* Blockquote Style */
.parallax-header.content-style-blockquote {
    display: block;
    margin-bottom: 20px;
}
.parallax-header.content-style-blockquote .parallax-title {
    display: block;
    margin: 15px 0 0 40px;
    padding: 20px 50px;
	position: relative;
	border: 5px solid #111;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	text-transform: none;
	color: #642c8f;
	font-size: 40px;
	font-family: 'rabustoregular';
	font-weight: normal;
}
.parallax-header.content-style-blockquote .parallax-title:before {
	content: "";
	background: url(images/phn-left-quote.png) left center no-repeat;
	display: block;
	padding: 25px;
	background-size: contain;
	background-color: #fff;
	position: absolute;
	left: -35px;
	top: -26px;
	border: 10px solid #fff;
	border-right-width: 20px;
}
.bg-style.grey-wrapper .parallax-header.content-style-blockquote .parallax-title:before {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
}
.row-hover em {
    color: #000;
}
.tablepress tbody h6 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
}
.tablepress tbody tr {
	border: 1px solid #d1d3d4;	
}
.tablepress tbody td, .tablepress tfoot th {
	border: none;
	padding: 12px 18px;
	line-height: 25px;
}

ul.phn-list-style,
ul.phn-list-style > li ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.phn-list-style > li {
	position: relative;
	padding-left: 45px;
	line-height: 35px;
	margin-bottom: 10px;
}
ul.phn-list-style > li:before,
ul.phn-list-style > li ul > li:before {
	content: "";
	background: url(images/phn-tick-icon.png) left center no-repeat;
	width: 32px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 3px;
}
ul.phn-list-style > li ul > li {
	position: relative;
	padding-left: 45px;
	line-height: 35px;
	margin-bottom: 10px;
}
.phn-fbox-bg-style .grid-item .grid-title {
	font-size: 22px;
	text-transform: uppercase;
}
.bweb-feature-box.feature-box-style.style-info-box.style-box-with-bg.phn-fbox-bg-style .grid-box-inner {
    padding: 30px;
}
.phn-font-size-23 p {
	font-size: 23px;
	line-height: 35px;
}
.phn-font-size-22 {
	font-size: 22px;
	line-height: 35px;
}

.phn-single-big-img-centered .vc_single_image-wrapper img {
	max-width: 400px;	
}
.phn-image-width-75 .vc_single_image-wrapper img {
	max-width: 75%;	
}

.phn-numbered-list-style h5 {
	font-size: 22px;
	color: #000;
}

.vc_tta.vc_general.vc_tta-accordion {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a:hover,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title:hover a {
    color: #fff !important;
    background: #642c8f;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus, 
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #fff !important;
    background: #642c8f !important;
}
.wpb-js-composer .vc_tta-color-violet.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon::before{
     border-color: #fff!important;
}

.phn-padding-left-30 {
	padding-left: 30px;
}
.phn-contact-fbox .grid-item strong {
	color: #fff;	
}
.phn-contact-fbox .grid-item a {
	color: #fff;
	word-break: break-word;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
    height: 40px;
	border: 1px solid #333 !important;
}
/* GFORM VALIDATION STYLES */
.gform_wrapper .validation_error {
    display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent none repeat scroll 0 0;
    border: medium none !important;
    padding: 0 !important;
}
.gfield_error .gfield_description.validation_message {
	color: #790000;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding-bottom: 10px;	
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.gform_confirmation_wrapper .gform_confirmation_message {
	color: #642c8f;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
}

.vc_tta.vc_general.vc_tta-accordion.phn-pages-tta-style .vc_tta-panel-body {
	padding: 0;
}
.vc_tta.vc_general.vc_tta-accordion.phn-pages-tta-style .vc_tta-panel-body .bweb-block-page-list-sc .vc_row > .bweb-vc-main-row-inner > .container {
	padding: 0 40px;	
}

/*Responsive*/
@media screen and (max-width: 1024px) { 
	section.home-round-column .bweb-feature-box.style-default-box {
		padding: 0 15px;
	}
	.bweb-mobile-logo a.navbar-brand img {
		max-height: 110px;
		margin-top: 0;
	}	
	a.menu-bars-link span, a.menu-bars-link span:before, a.menu-bars-link span:after {
		background-color: #642c8f;
		height: 2px;
	}
	.main-mobile-navigation-wrapper .bweb-main-nav > li > a {
		color: #000;
		font-size: 18px !important;
		font-weight: 700 !important;
	}
	.header-mobile-sticky.is-sticky .bweb-mobile-logo a.navbar-brand img {
		max-height: 60px;
	}
}
@media screen and (max-width: 768px) { 
	section.home-round-column .bweb-feature-box.style-default-box {
		padding: 0;
	}
	section.home-round-column {
		margin-top: 0;
		padding-top: 30px !important;
	}
	section.section-sharyn .wpb_column.vc_main_column {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.bweb-feature-box.style-default-box .grid-text-center .grid-image-wrapper {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	section.home-round-column .bweb-feature-box.style-default-box .grid-item .grid-title {
    	top: -25px;
	}
	.vc_btn3.vc_btn3-size-md {
		margin: 0 0 10px 0;
	}
}