/*
    Theme Name: Dent-All - Child Theme
    Theme URI: http://dentall.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Dent-All is the only WordPress theme you need for Dental practice business. Dent-All has everything You need for a successful website of your clinic, hospital or for a personal dentist’ website. Dent-All comes with awesome built-in plug-ins and custom modules: Revolution Slider, Appointment Booking, Visual Composer, Pricing module, custom services module. Dent-All theme is fully responsive and 100% Retina ready. Now your patients can make appointments using mobile devices too.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: dental, dentist, doctor, dental practice, health, medical, dentistry, clinic, dental clinic, medicine, stomatologist, hospital, treatment, patient
    Text Domain: dentall-child
    Template: dent-all

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

/* Color */
::selection {
  background: #28327c;
}

a,
.top_info_boxes .top_info_box .icon,
.top_bar .top_bar_right .search-form button:hover,
.top_bar .top_bar_right .top_bar_socials ul li a:hover,
.wpb_content_element .widget_title:before, .right_widget .widget_title:before, .default_widgets .widget_title:before,
.top_nav ul.top_nav_menu > li.current-menu-item > a, .top_nav ul.top_nav_menu > li.current_page_item > a, .top_nav ul.top_nav_menu > li.current-menu-parent > a,
.top_nav ul.top_nav_menu > li > a:hover,
.top_nav ul.top_nav_menu > li > ul li.current-menu-item > a, 
.top_nav ul.top_nav_menu > li > ul li.current-page-item > a,
.wpb_text_column a, .comment-body a, .story-content a
 {
    color: #28327c;
}

.top_info_boxes .top_info_box.linked,
.posts_list article .post_bottom .post_details .post_categories li a,
.title_box .post_details .post_categories li a {
    background-color: #009ee0;
}

.wpb_content_element .widget_title,
.right_widget .widget_title,
.default_widgets .widget_title {
    border-bottom-color: #28327c;
}

.title_box {
    background: #999;
}

.custom_background_color,
body .custom_background_color, 
body .custom_background_color .vc_column-inner {
	background-color: #28327c;
}

.custom_background_color_primary {
	background-color: #28327c;
}

.wpcf7-form .input-group .input-addon {
	color: #28327c;	
}


.dark-text {
	color: #444;
}

.light-text {
	color: #eee;
}


/* Header */
.top_info_boxes > .container > .row > div:first-child {
	padding-left: 10px;
	padding-right: 10px;
}
.top_info_boxes .top_info_box .icon {
	margin: 0 10px 0 0;
}

.top_info_boxes .top_info_box .text {
	max-width: 90%;
}

.top_info_boxes .top_info_box .text strong {
    font-weight: 700;
}

.top_info_boxes .top_info_box .text span {
	font-weight: 400;
}

.top_nav ul.top_nav_menu > li > a {
    color: #666;
    font-size: 16px;
}

.top_nav ul.top_nav_menu > li:not(.menu-item-has-children) > a:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background-color: #28327c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.top_nav ul.top_nav_menu > li >  a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.top_nav ul.top_nav_menu > li.menu-item-has-children:after {
	color: #28327c;
}

.top_nav.affix-top ul.top_nav_menu {
	padding-top: 60px
}


.title_box .breadcrumbs a:hover {
	color: #28327c;
}

.title_box .breadcrumbs {
	font-size: 16px;
}

@media (max-width: 768px) {
    .top_nav .logo img {
        height: 50px !important;
    }

    #menu_toggle button:before,
    #menu_toggle button:after,
    #menu_toggle button { 
        background: #28327c;
    }

    .mobile_menu > ul > li,
    .mobile_menu > ul > li.active,
    .mobile_menu > ul ul {
        background: #28327c;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .mobile_menu > ul ul {
    	border-top-color: #fff;
    }

    .title_box .breadcrumbs {
		font-size: 12px;
}
}


/* Footer */
#footer .copyright {
    font-weight: 400;
}

#footer .copyright a {
    color: #009ee0;	
}

#footer .footer_widgets {
	background-color: #161b43 !important;
}

#footer .footer_widgets .textwidget p {
	font-weight: 400;
}

#footer .footer_widgets a {
	color: #009ee0;
	font-weight: 400;
}

#footer .footer_widgets a:hover, 
#footer .footer_widgets a:focus, 
#footer .footer_widgets a:active {
	text-decoration: none;
} 

footer .widget_media_image img {
	margin-top: 15px;
}

/* General */
.mtz {
	margin-top: 0;
}

.primary-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
	color: #fff;
	background-color: #009ee0;	
}


.primary-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty):hover,
.primary-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty):focus,
.primary-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty):active {
	background-color: #0279A9	
}

.button.square, 
a.button.square {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
	background-color: #28327c;
	border-color: #28327c
}


.button.square:hover,
.button.square:focus,
.button.square:active, 
a.button.square:hover,
a.button.square:focus,
a.button.square:active {
	background-color: #009ee0;
	border-color: #009ee0;
}

body .vc_tta-tabs.vc_tta-style-flat.vc_tta-color-blue .vc_tta-tabs-container .vc_tta-tab.vc_active {
	border-color: #28327c;
}

body .wpb_image_grid .wpb_image_grid_ul .isotope-item .prettyphoto:after {
	background: #777fbe;
}

.staff_list.grid > ul > li .staff {
	border-color: #28327c;
}

.wpb_text_column ul li:before, 
.wpb_text_column ol li:before, 
.comment-body ul li:before, 
.comment-body ol li:before, 
.story-content ul li:before, 
.story-content ol li:before {
	color: #29327b;
}

.wpb_text_column ul li, 
.wpb_text_column ol li, 
.comment-body ul li, 
.comment-body ol li, 
.story-content ul li, 
.story-content ol li {
	font-weight: 400;
}

.vc_gitem-post-data-source-post_excerpt {
	display: none;
}

.vc_separator.vc_sep_color_black .vc_sep_line {
	border-color: #5f69be;
}

.wpb_text_column strong, 
.comment-body strong, 
.story-content strong {
	font-weight: 700;
}

/* Home page */
.custom-icon-box .icon,
.custom-icon-box .text {
	text-align: center;
}

.custom-icon-box .text a:hover, 
.custom-icon-box .text a:focus, 
.custom-icon-box .text a:active {
	text-decoration: none;
}

.custom-headline {
	position: relative;
	box-sizing: border-box;
	padding-bottom: 15px;
}

.custom-headline:before {
	content: '';
	position: absolute;
	left: 0 ;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: #28327c;

}

.custom-contacts .widget_contacts.style_2 li .text p,
.custom-contacts .widget_contacts.style_2 li .text a,
.custom-contacts .widget_contacts.style_2 li .icon i {
	color: #fff;
}

.custom-contacts .widget_contacts.style_2 li .text {
	max-width: 80%;
	-ms-word-break: break-all;
  	word-break: break-all;
}

.custom-post .vc_gitem-post-data {
	margin: 10px 0 !important;
	text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	background-color: #777fbc;
	border-color: #777fbc;
}


.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
	font-size: .8em;
	line-height: 1.2em;
}


@media (max-width: 768px) {
	h1 {
		font-size: 35px !important;
		line-height: 47px !important;
	}

	body .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading, 
	body .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
		background-color: #777fbc !important;
	}

	.boxes-banner .custom-icon-box {
		margin-bottom: 60px;
	}

	.boxes-banner .custom-icon-box:last-child {
		margin-bottom: 0;
	}

	.custom-contacts .widget_contacts.style_2 li .text {
		max-width: none;
	}
}

@media (max-width: 1024px) {
	.custom-contacts .widget_contacts.style_2 li .text {
		padding: 0;
		max-width: 70%;
	}
}


/* Contact page */
.custom-contacts-column {
	padding: 15px 0;
	background-color: #28327c;
}

.custom-contacts-column .widget_contacts.style_2 li .text p,
.custom-contacts-column .widget_contacts.style_2 li .text a {
	color: #fff;
}

.custom-contacts-column .widget_contacts.style_2 li .text p {
	font-weight: 400;
	font-size: 15px;
}

.custom-contacts-column .widget_contacts.style_2 li .icon i {
	color: #ddd;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}


/* Blog page */
.blog h1 {
	position: relative;
	box-sizing: border-box;
	padding-bottom: 15px;
}

.blog h1:before {
	content: '';
	position: absolute;
	left: 0 ;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: #28327c;
}

.posts_list article.sticky {
	background: #28327c;
}

.blog .right_widget .widget_title h5, .default_widgets .widget_title h5 {
	font-weight: 700;
	text-transform: uppercase;
}

.blog ul.page-numbers li span.page-numbers.current,
.search ul.page-numbers li span.page-numbers.current  {
	border-color: #009ee0;
}

.blog ul.page-numbers li a.page-numbers:hover,
.blog ul.page-numbers li span.page-numbers:hover,
.search ul.page-numbers li a.page-numbers:hover,
.search ul.page-numbers li span.page-numbers:hover {
	border-color: #009ee0;
	background-color: #009ee0;
	color: #fff;
}

#comments .comment-respond .form-submit input[type="submit"] {
	background: #28327c;
	boder-color: #28327c;
}

#comments .comment-respond .form-submit input[type="submit"]:hover,
#comments .comment-respond .form-submit input[type="submit"]:focus,
#comments .comment-respond .form-submit input[type="submit"]:active {
	background: #7880bd;
	border-color: #7880bd;
}

.posts_list article.sticky .post_bottom {
	background: #0d1550;
}

.right_widget.widget_recent_entries ul li a:hover,
.right_widget.widget_recent_entries ul li a:focus,
.right_widget.widget_recent_entries ul li a:active,
.right_widget.widget_categories ul li a:hover,
.right_widget.widget_categories ul li a:focus,
.right_widget.widget_categories ul li a:active {
	color: #777fbe;
}

/* Services */
.service_posts_grid article .post_bottom:before {
	background: #777fbe;
}

.service_posts_grid article .post_bottom h5 a:hover {
	color: #777fbe;
}

.service_posts_grid {
	margin: 0;
}


/* Formularios */
.wpcf7-response-output {
	white-space: normal;
	font-size: .8em;
}

.wpcf7-form input[type="submit"] {
	margin-top: 30px;
}

.terms-label {
	position: relative;
	width: 100%;
	font-weight: 300;
}

.terms-label span.wpcf7-list-item {
	margin: 0;
}

.terms-label .check-text {
	position: absolute;
	top: 0;
	left: 40px;
}

.terms-label .check-text a {
	text-decoration: underline;
}

.terms-label input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.terms-label input[type="checkbox"]:checked:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background-color: #ccc;
}

.terms-label input[type="checkbox"]:checked {
	border: 1px solid #ccc;
    background-color: #fff;
}

.terms-label .wpcf7-not-valid-tip {
	font-size: 12px;
}



