/* ==================COLOR CHANGE ========================================*/
a, ::selection {
color: #52C3C6;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
           color: #52C3C6 !important;
}
@media (min-width: 768px) {
.dropdown-menu { border-top: 4px solid #52C3C6 !important; }
#topbar:before, #topbar:after {background: #52C3C6 !important; border: none !important;}

}
.navbar-toggle,
.navbar-default .navbar-toggle {
	background-color: #52C3C6 !important;
	border-color: #52C3C6 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
background-color: #52C3C6 !important;
}
.yamm .yamm-content ul li:hover { background: #52C3C6 !important; }

@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { 
color: #FFFFFF !important;
background-color: #52C3C6 !important; }
}

/* ==================WIDGET ========================================*/
.featuredwidget  .col-md-4{
padding: 10px;
}
.widget_fpw_widget{
border: 1px solid #C1C1C1;
border-radius: 10px;
padding: 10px;
text-align: center;
}
.widget_fpw_widget:hover{
border: 1px solid #E1E1E1;
}

.blog-feature-photo{
position: relative !important;
width: 100%;
height: 100%;

}
.blog-feature-photo img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.widget_fpw_widget a:hover{
text-decoration: none !important;
}
.blog-photo{
float: none !important;
margin: 0 auto !important;
}
.effect-phoebe{
background-color: transparent !important;
}

#post-1733 .vc_column-inner,
#post-1766 .vc_column-inner{
border: 1px solid #C1C1C1;
border-radius: 10px;
text-align: center;
padding: 10px !important;

}
#post-1733 .wpd_column h2,
#post-1766 .vc_column h2{
text-align: center;
}
.vc_column_container{
padding: 10px !important;
}
.vc_single_image-wrapper img{
 border-radius: 5px !important;
}
/* =============================SLIDER CAPTION=========================*/
.caption p{
text-align: center;
}
@media (max-width: 767px) {
.metaslider .caption-wrap{
position: relative !important;
background: none !important;
color: #292F36 !important;
padding: 10px;
}
.caption-text {color: #292F36 !important; }
}
.caption-text {
text-align: center;
line-height: 1.2;
}

@media (min-width: 767px) {
.caption-text { color: white !important;}
}

.dropdown-menu {
top: 65px !important;
background: #FFFFFF !important;
}
.navbar-brand > img {
max-width: 150px !important;
}
.navbar-brand,
.custom-logo-link {
font-size: 2.5em !important;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
}
#footer-top{
background: #52C3C6;
}