/*
Theme Name: WP Candidate
Theme URI: http://cmssuperheroes.com/wordpress/candidate
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: In 2014, Creating a magazine website with WordPress has never been easier.
Text Domain: wp-candidate
*/
/*------------------------------------------------------------------
[Layout]

* body
	+ Header / #header-wrapper
	+ Content / #primary
	+ Footer / footer
Navigation	  #nav
Content header	  h2
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background:	#ffffff
Content:	#000000
Header h1:	#000000
Header h2:	#FFFFFF
Footer:		#b93a41

a (standard):	#000000 (dark blue)
a (visited):	#b93a41 (light blue)
a (active):	#b93a41 (pink)
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body copy:		1.2em/1.6em Lato, Arial, Geneva, sans-serif;
Headers:		2.7em/1.3em Lato, Arial, Geneva, sans-serif;
Input, textarea:	1.1em Lato, Arial, Geneva, sans-serif;
Sidebar heading:	1.5em Lato, Arial, Geneva, sans-serif;

-------------------------------------------------------------------*/
@import 'css/candidate.css';



.wpcf7-form input[type=text], input[type=password], input[type=email], select, textarea{
	border: 1px solid #c9cac5 !important;
}
.tp-mask-wrap .tp-caption{padding: 20px 50px !important; font-size:32px !important;}

.box-content h3 {
    font-weight: bold;
}
.home div#slide-17-layer-6 {
    border: 3px solid #18468c!important;
    color: #18468c!important;
    text-shadow: 1px 1px 1px #fff;
    background: rgba(255, 210, 3, 0.86)!important;
    border-radius: 35px!important;
    box-shadow: 0 3px 19px #18468c!important;
	top:-100px;
}

.home div#slide-17-layer-6:hover {
    background: #18468c!important;
    color: #fff!important;
    border: 3px solid rgba(255, 210, 3, 0.86)!important;
    box-shadow: 0 3px 19px rgba(255, 210, 3, 0.86)!important;
	
}

.menubar-brand img {
    display: none;
}
.cust-btn a {
    color: #fff !important;
    background: #caa600  !important;
	border: none !important;
}
.cust-btn a:hover{background:#18468c !important;}
b, strong {
    font-weight: 700 !important;
}
.cs-title{
	text-align:center;
	margin-bottom:20px;
}
.cs-carousel-container {
    text-align: center;
    margin-top: 15px;
}
.buli-inner-img img {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px !important;
}
.white-bilug img {
    max-height: 100%;
    height: 550px;
    width: 950px;
}
div#rev_slider_1_1_wrapper {
    height: 600px !important;
}
.rev_slider .tp-bgimg.defaultimg {
    background-position: center center !important;
    max-height: 600px;
}

.custom-img {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

body.home .header-site-wrap {
    display: none;
}
body .amp-logo a{line-height:normal;}


@media only screen and (max-width: 768px) {
.buli-inner-img{display: inline-block; margin-left: 45px;}
html body .vc_custom_1467942636712{padding-top: 0px !important;}
}

@media only screen and (max-width:580px) {
.custom-img{flex-direction: column;}
.custom-img div{padding-bottom:15px;}
	
}
