/*
Theme Name: Citrus Theme Child
Theme URI: www.citrusstudios.com
Description: A child theme of Citrus Theme
Author: Citrus Studios
Author URI: www.citrusstudios.com
Version: 1.0.0
Template: citrus-theme
*/
@import url("../citrus-theme/style.css");

@import url('//fonts.googleapis.com/css?family=Montserrat:700i,800i');
/*---section spacing---*/
.default-container,
section.parallax_section_holder.default-container{
	padding: 80px 0;
}
.default-container.no-top-padding,
section.parallax_section_holder.default-container.no-top-padding{
	padding-top: 0;
}
.default-container.no-bottom-padding,
section.parallax_section_holder.default-container.no-bottom-padding{
	padding-bottom: 0;
}
.default-container.no-padding,
section.parallax_section_holder.default.no-padding{
	padding: 0;
}
.default-container.has-text .wpb_text_column{
	margin-bottom: 30px !important;
}
.default-container.has-text.first-text .wpb_text_column:first-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-text.last-text .wpb_text_column:last-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-btn .qbutton{
	margin-bottom: 30px !important;
}
.default-container.has-btn.first-btn .qbutton:first-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-btn.last-btn .qbutton:last-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-img .wpb_single_image{
	margin-bottom: 30px !important;
}
.default-container.has-img.first-img .wpb_single_image:first-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-img.last-img .wpb_single_image:last-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-vc-row .vc_inner{
	margin-bottom: 30px !important;
}
.default-container.has-vc-row.first-vc-row .vc_inner:first-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-vc-row.last-vc-inner .vc_inner:last-of-type{
	margin-bottom: 0 !important;
}
.default-container.has-carousel .qode_carousels_holder{
	margin-bottom: 30px !important;
}
.default-container.has-custom-font .custom_font_holder{
	margin-bottom: 30px !important;
}
.default-container.has-btn .qbutton{
	margin-bottom: 30px !important;
}

/*---general use---*/
nav.main_menu > ul > li > a{
	margin-bottom: 0 !important;
}
.indent-list ul,
.indent-list ol{
	margin-left: 25px !important;
}
.indent-list ul li,
.indent-list ol li{
	margin-bottom: 10px !important;
	list-style-position: outside !important;
	margin-left: 1em !important;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.footer_top ul{
	margin-left: 0;
}
.footer_top ul li,
.footer_top .widget.widget_nav_menu li{
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
}
.testimonials_c ul.slides li,
.testimonials_holder .testimonials_carousel ul.slides li{
	margin-left: 0;
}
.testimonials_c ul.slides li .testimonial_content_inner{
	background: transparent;
}
.social_share_dropdown ul,
.social_share_dropdown ul li{
	margin-left: 0;
}
.white-text *{
	color: #ffffff !important;
}
.text-transform-none *{
	text-transform: none !important;
}

.pp_pic_holder.pp_default .ppt {
    display: none !important;
}

.testimonials_carousel ul.slides li,
.testimonials_holder .flex-direction-nav li:first-child{
	margin-left: 0;
}

.wsp-pages-title{
	margin-bottom: 30px;
}

.ecs-event-list{
	margin-left: 0;
	list-style: none;
}
.ecs-event-list li{
	margin-left: 0;
}

/*---------------------------mailchimp----*/

.mailchimp .input {
	padding: 10px;
	width: 78% !important;
	border: 0;
	display: inline-block;
	border: 1px solid #ccc;
    border-right: 0;
    float: left;
	line-height: 25px;
	}

.mailchimp button {
	background: #ddd;
	width: 10%; 
    padding: 10px;
	display: inline-block;
	border: 1px solid #ccc;
    border-left: 0;
    float: left;
	line-height: 40px;
	}
	
.mailchimp button:hover {
     cursor: pointer;
     background: #bbb;
}

/*-----------------------------------------*/


/*---------------------------StickyButton----*/
/*---sticky button---*/
.sticky-button {
	background-image: url(../../uploads/2018/02/sticky-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 160px;
	height: 160px;
	display: block;
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 99999;
	color: #fff !important;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	line-height: 29px;
	padding: 20px 30px;
	box-sizing: border-box;
	display: none;
}
.page-template-cd-oils .sticky-button{
	display: block;
}

.stickyButton {
    width: 95px;
    height: 73px;
    background-image: url(http://christinedovey.com/wp-content/uploads/2016/01/circle-final.png);
    background-size: 100%;
    display: block;
    position: fixed;
    top: 118px;
    margin-left: 73px;
    z-index: 9999;
    padding: 10px; 
    padding-top: 33px;
    font-size: 1.5em;
    text-align: center; 
    color: #ffffff !important;
}

@media screen and (max-width: 768px) {
	.stickyButton{
		display:  none;
	}
}

/*---------------------------/stickyButton----*/


@media screen and (min-width: 1000px){
	.two_columns_50_50>.column1 {
		width: 75%;
	}
	.two_columns_50_50>.column2 {
		width: 25%;
	} 
 
}

/* Custom CSS */

.hidden-row {
	display: none !important;
}

a{
	color: #000000;
	font-size: 16px;
	transition: all 0.3s ease;
}
a:hover, a:focus{
	color: #c2c2c2 !important;
}
input[type=submit]{
	background-color: #ebe4e4 !important;
	border-color: #ebe4e4 !important;
}
input[type=submit]:hover,
input[type=submit]:focus{
    background-color: #000000 !important;
	border-color: #000000 !important;
}
nav.main_menu.drop_down.left{
	left: 0 !important;
	float: none !important;
}
nav > ul > li > a{
	color: #000000 !important;
}
@media(max-width: 480px){
	.q_logo a {
		height: auto !important;
	}
	.q_logo a img{
		width: 90% !important;
		height: auto !important;
	}
}
nav.mobile_menu ul li:nth-child(8) a,
nav.mobile_menu ul li:nth-child(9) a,
nav.mobile_menu ul li:nth-child(10) a,
nav.mobile_menu ul li:nth-child(11) a,
nav.mobile_menu ul li:nth-child(12) a{
	padding: 0 14px 0 2px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 50px;
    text-rendering: auto;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
nav ul li:nth-child(8) a span,
nav ul li:nth-child(9) a span,
nav ul li:nth-child(10) a span,
nav ul li:nth-child(11) a span,
nav ul li:nth-child(12) a span{
	display: none !important;
}
nav.mobile_menu ul li:nth-child(8),
nav.mobile_menu ul li:nth-child(9),
nav.mobile_menu ul li:nth-child(10),
nav.mobile_menu ul li:nth-child(11),
nav.mobile_menu ul li:nth-child(12){
	display: inline-block
}
nav.mobile_menu ul li:nth-child(8) a:after{
	content: "\f0e0";
}
nav.mobile_menu ul li:nth-child(9) a:after{
	content: "\f231";
}
nav.mobile_menu ul li:nth-child(10) a:after{
	content: "\f16d";
}
nav.mobile_menu ul li:nth-child(11) a:after{
	content: "\f099";
}
nav.mobile_menu ul li:nth-child(12) a:after{
	content: "\f09a";
}

.special_heading_title{
   background-color: #eae4e4;
    font-size: 18px;
    padding: 0 25px 0 100px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Karla';
    display: table;
    margin-left: -80px;
}

@media(max-width: 1000px){
	.carousel-inner{
		transform: none !important;
	}
}
@media(min-width: 1001px){
	.content_inner  {
  		margin-top: 155px;
	}
	nav.main_menu ul li:nth-child(12),
	nav.main_menu ul li:nth-child(8),
	nav.main_menu ul li:nth-child(9),
	nav.main_menu ul li:nth-child(10),
	nav.main_menu ul li:nth-child(11){
		float: right !important;
	}
	nav.main_menu ul li:nth-child(8) a,
	nav.main_menu ul li:nth-child(9) a,
	nav.main_menu ul li:nth-child(10) a,
	nav.main_menu ul li:nth-child(11) a,
	nav.main_menu ul li:nth-child(12) a{
		padding: 0 4px 0 11px!important;
	}
	nav.main_menu ul li:nth-child(12),
	nav.main_menu ul li:nth-child(8),
	nav.main_menu ul li:nth-child(9),
	nav.main_menu ul li:nth-child(10),
	nav.main_menu ul li:nth-child(11){
		float: right !important;
	}
	nav.main_menu ul li:nth-child(8) a,
	nav.main_menu ul li:nth-child(9) a,
	nav.main_menu ul li:nth-child(10) a,
	nav.main_menu ul li:nth-child(11) a,
	nav.main_menu ul li:nth-child(12) a{
		padding: 0 4px 0 11px!important;
	}
	nav.main_menu > ul > li > a{
		color: #000000 !important;
		line-height: 60px !important;
    	margin: 0 0 39px;
	}
	nav.main_menu > ul > li > a:hover,
	nav.main_menu > ul > li > a:focus,
	nav.main_menu > ul > li.active > a{
		background-color: #ebe4e4;
	}
	nav.main_menu.drop_down{
		width: 100%;
	}
	header .header_inner_left {
		display: block;
    	width: 100%;
    	top: 55px;
		left: 0;
    	background: #fff;
		border-bottom: 1px solid rgba(148,148,148,0.2);
	}
	.q_logo {
    	top: 50%;
    	position: absolute;
    	right: 50% !important;
		left: unset;
	}
	.q_logo a{
		height: 90px !important;
	}
	.logo_wrapper {
    	height: 100px !important;
	}
}

/* Comment Form */
#respond input[type="text"], 
#respond input[type="email"], 
#respond textarea, 
.contact_form input[type="text"], 
.contact_form textarea {
	font-family: "Karla", sans-serif;
	font-size: 14px;
	padding: 20px 25px;
}

#respond textarea {
	padding: 25px !important;
}

.grey-banner-text, .comment_form h5 {
	padding: 10px 20px;
    background-color: #ebe4e4;
    line-height: normal;
    text-align: right;
	font-size: 18px;
}

.single.single-post.single-format-standard .grey-banner-text,
.single.single-post.single-format-standard .comment_form h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 30px 0;
}

.comment_form h5 {
	width: 320px;
}

#submit_comment {
	padding: 5px 55px;
}

@media(max-width: 400px){
	.grey-banner-div, .comment_form h5{
		width: 100% !important
	}
}

/* Welcome Section */
.welcome-section .greetings,aside .widget{
	border-left: 3px solid #000000;
	padding-left: 30px;
}

/* Gallery Section */
.gallery_holder ul.gallery_with_space.v3 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v3 li{
	margin: 0 5px 5px 0 !important;
}

/* Work Section */
.projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix {
	width: 33%;
    margin: 0 0 5px !important;
}
@media only screen and (max-width: 768px){
	.projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix {
		width: 49.5%;
	}
}
@media only screen and (max-width: 480px){
	.projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix {
		width: 100%;
	}
}
.qbutton.white {
    border-color: #ebe4e4;
    color: #000000 !important;
    background-color: #ebe4e4;
	transition: all 0.3s ease;
}
.qbutton.white:hover,
.qbutton.white:focus{
    border-color: #000000;
    color: #ffffff !important;
    background-color: #000000;
}
.load_more a{
	visibility: hidden;
}
.load_more a{
	float: right;
    transition: all 0.3s ease;
}
.load_more a:after{
	content: 'View More >';
    visibility: visible;
    display: block;
    position: absolute;
    letter-spacing: 0px;
	line-height: 14px;
    top: 2px;
	right: 0;
}
.portfolio_paging_loading a{
	background: none !important;
    letter-spacing: 1px;
    float: right;
	line-height: 14px;
	position: absolute;
	right: 0;
}

.projects_holder.hover_text article .hover_feature_holder_title .portfolio_title {
	text-align: left;
	padding: 10px 20px;
}

/* About Section */
.about-section .about-content{
	border-right: 3px solid #000000;
	padding-right: 30px;
}
@media(min-width: '1001px'){
	.about-section{
		min-height: 500px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about-section .about-content{
		margin-right: 25px;
		margin-top: -50px;
	}
}

/* Blog Section */
.blog-content{
	border-left: 3px solid #000000;
	padding-left: 30px;
}

/* Blog Page */
.blog_slider .blog_slider_simple_title a {
	font-family: "Montserrat", sans-serif !important;
	font-style: italic;
	font-weight: 800;
	color: #fff !important;
}

.blog_slider.simple_slider .blog_slides .blog_text_holder_inner {
	position: relative;
}

.blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
	border: 0 none !important;
	text-align: left;
	position: absolute;
	bottom: 0;
}

.blog_text_holder_inner2 .read_more_wrapper a::after {
	content: " >"
}

.blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 .read_more_wrapper a {
	background: transparent;
	color: #fff !important;
	padding: 0 !important;
}

.blog_holder.masonry article .post_text .post_text_inner {
	padding: 20px 0;
}

.blog_holder.masonry article .post_info {
	display: none;
}

.blog_holder.masonry article {
	margin: 0 0 15px !important;
}

.more-link {
	font-family: "Karla", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
}

/*.pagination ul li a, .pagination ul li span {
	font-family: 'Karla', sans-serif !important;
	font-size: 16px !important;
	line-height: 65px !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	width: 65px !important;
	height: 65px !important;
}

.pagination ul li a {
	color: #ccc !important;
}
}*/
.pagination ul li a:hover, .pagination ul li.active span {
	background-color: transparent !important;
	color: #000 !important;

}
form#commentform{
	display: flex;
	flex-direction: column;
}
form .three_columns{
	order: 1;
}
form #comment{
	order: 2;
}
form .form-submit{
	order: 3;
}
/* Blog Single */
.blog_holder.blog_single article h2.entry_title, .blog_holder.blog_single article .post_info {
	display: none;
}

.tags_text, .tags_text a, .tags_text h5 {
	font-size: 12px !important;
	text-transform: uppercase;
	color: #999;
}

.single-tags {
	margin-top: 40px !important;
}

@media (max-width: 768px) {
	.single.single-post.single-format-standard .two_columns_75_25>.column1 {
		width: 65%;
	}

	.single.single-post.single-format-standard .two_columns_75_25>.column2 {
		width: 35%;
	}
}

@media (max-width: 600px) {
	.single.single-post.single-format-standard .two_columns_75_25>.column1,
	.single.single-post.single-format-standard .two_columns_75_25>.column2 {
		width: 100%;
	}
}

/* Related Posts */
.related-posts-section .grey-banner-div + div + div{
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.related-posts-section .grey-banner-div + div + div a {
	text-align: left !important;
	padding: 0 !important;
	margin: 0 !important;
}

.related-posts-section .grey-banner-div + div + div a > div > div + div {
	margin-top: 15px !important;
}

@media (max-width: 1024px) {
	.related-posts-section .grey-banner-div + div + div a > div,
	.related-posts-section .grey-banner-div + div + div a > div > div {
		width: 220px !important;
	}
}

@media (max-width: 768px) { 
	.related-posts-section .grey-banner-div + div + div {
		display: block;
	}

	.related-posts-section .grey-banner-div + div + div a {
		width: 45%;
	}
}

@media (max-width: 600px) {
	.related-posts-section .grey-banner-div + div + div a {
		width: 100%;
	}

	.related-posts-section .grey-banner-div + div + div a > div {
		margin: 0 auto !important;
	}
}



/* Sitemap Page */
.wsp-container h2 {
	font-size: 30px !important;
	margin-bottom: 15px !important;
	display: none;
}

/* Contact Section */
@media(min-width: 1001px){
	.newsletter-right{
		margin-top: 10px;
	}
	span.fname, span.lname{
		display: inline-block;
    	width: 48% !important;
    	margin: 0 7px 5px 0;
	}
	span.email{
    	display: inline-block;
    	width: 68% !important;
    	margin: 0 0 5px 0 !important;
	}
	input.input-submit{
		display: inline !important;
    	width: 30% !important;
    	margin: 0 0 5px 0 !important;
    	padding: 0 !important;
	}
}
input.input-submit{
	text-align: center !important;
	height: 47px !important;
}
@media(max-width: 1000px){
	input.input-submit{
		margin-top: 7px !important;
		margin-bottom: 30px !important;
	}
}

/* Footer */
.footer_top h5 {
	margin: 0 0 14px !important;
}
.footer-half-left{
	display: inline;
    width: 50%;
    float: left;
}
.footer-half-right{
	display: inline;
    width: 50%;
    float: right;
}
.footer-social{
    margin-top: 25px;
}
.footer-social a{
	display: inline-block;
    padding: 0 18px 0 0;
}
.footer_top .footer_col3 {
    margin-top: -15px;
}
.footer_bottom .bottom-copyright{
    margin-bottom: 20px;
}
.footer_bottom .bottom-copyright a,
.footer_bottom .bottom-copyright p,
.site-by-container{
	color: #ffffff !important;
	font-family: 'Karla', sans-serif;
    font-size: 12px;
    font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media(min-width: 1001px){
	.footer_bottom .bottom-copyright{
		float: left;
	}
}
@media(max-width: 600px){
	.footer_top .footer_col3 {
		margin-top: 30px;
	}
}
.site-by-container.pull-right {
    display: flex !important;
}
.site-by-container img{
	height: 25px;
    margin-top: -4px;
}
@media(max-width: 1000px){
	.site-by-container{
		display: flex !important;
    	justify-content: center;
    	padding: 10px;
		float: unset !important;
	}
}

/* Sidebar */
aside .widget h5 {
	text-transform: none;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 20px;
}

aside .widget {
	padding-bottom: 20px;
	padding-top: 25px;
}

aside .widget.widget_search {
	padding-left: 30px !important;
	padding-bottom: 20px !important;
	padding-top: 25px !important;
}

aside .widget.posts_holder li.cat-item a{
	font-family: "Montserrat", sans-serif !important;
	text-transform: uppercase;
	font-size: 21px !important;
	font-weight: 800 !important;
	font-style: italic !important;
}

#archives-2 .screen-reader-text {
	display: none;
}

.newsletter-widget {
	background: url(images/newsletter-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 20px;
}

.widget #searchform {
	border: 1px solid #e7e6e6;
}

.widget.widget_search form input[type=text] {
	padding: 8px 5px 8px 15px;
	font-size: 14px !important;
	width: 60%;
}

.widget.widget_search form input[type=submit] {
	color: #000;
	height: 50px;
	width: 50px;
}

.widget.widget_search form input[type=submit]:hover,
.widget.widget_search form input[type=submit]:focus {
	background-color: #eae4e4 !important;
}

@media (max-width: 768px){
	.widget.widget_search form input[type=text] {
		width: 55%;
	}
}

/* Select Dropdown Styling */
.widget.widget_archive select {
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border-radius: 0 !important;
	border: 1px solid #e7e6e6 !important;
	background: #fff url(images/select-arrow.jpg) right 0 no-repeat;
	padding: 17px 5px 17px 17px !important;
	height: 50px !important;
}

.widget.widget_archive select::before {
	content: " ";
	position: absolute;
}

@media(min-width: 1201px){
	.the-list div{
		padding-right: 75px;
	}
	.the-list div p{
		max-width: 400px;
	}
}

/* Newsletter Content bottom */

.newsletter-widget {
	padding-bottom: 30px;
	padding-top: 40px;
}

.newsletter-widget h2 {
	padding-top: 30px;
}

/* Custom Mailchimp */
.input-half, .input-email {
	display: block;
	border-radius: 0;
	resize: none;
	font-size: 13px;
	line-height: 17px;
	background-color: #fff;
	color: #818181;
	font-family: Raleway;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.input-submit {
	color: #000000;
    font-family: 'Karla', sans-serif;
    border-color: #eae4e4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #eae4e4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 0px;
	border: 2px solid #303030;
}
.input-half:focus, .input-email:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.input-half, .input-email {
	width: 101% !important;
}
.negative-mt {
	margin-top: 0px !important;
}
input[type=submit]:hover {
	color: #ffffff;
}

@media (max-width: 767px){
	.default-container .vc_col-sm-6:first-child{
		margin-bottom: 30px !important;
	}
}
#mc4wp-form-1 .input-half, #mc4wp-form-1 .input-email, #mc4wp-form-2 .input-half, #mc4wp-form-2 .input-email {
	display: block !important;
    margin: 5px 0 0 !important;
    padding: 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    resize: none !important;
    font-size: 13px !important;
    line-height: 17px !important;
    background-color: #fff !important;
    color: #818181 !important;
    font-family: Raleway !important;
    font-weight: 400 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
}
@media(max-width: 900px){
	p, p a{
		font-size: 16px !important;
		line-height: 28px !important;
	}
	.sticky-button{
		width: 100px !important;
		height: 100px !important;
		top: 60% !important;
	}
}