/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        5.6
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.header-style-2.mobile-align-right .header-logo {
    text-align: center !important;
}

/* ============ START MAIN MENU ============== */

.mk-header-nav-container {
    border-top: none !important;
    padding-bottom: 7px;
}

.mk-header-inner {
    border-bottom: 8px solid #ededed !important;
}

.current-menu-item a {
    color: #bc9307 !important;
    font-weight: 600 !important;
}

/* ============ END MAIN MENU ============== */

.sw-button a {
    padding: 35px 90px;
    font-size: 18px;
    border-bottom: 6px solid #181818;
}

.sc-columns .border-right {
    border-right: 1px solid #efefef;
}

.sc-columns .border-both {
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

.sc-columns .border-left {
    border-left: 1px solid #efefef;
}

.sc-columns h3 {
    min-height: 78px;
}

.sc-columns .columns {
    height: 420px;
    padding: 0 25px;
}

.contact-violator .mk-grid {
    max-width: 1400px !important;
}

/* START ABOUT SECTION */

.home-about .mk-grid {
    max-width: 1484px;
}

h2.about-us {
    padding-left: 65px;
}

.about-divider {
    margin-left: 152px;
    width: 6%;
}

h2.about-contents {
    text-transform: Capitalize !important;
    margin-bottom: 0;
}

.home-about p {
    color: #fff;
    font-family: Lato;
    font-size: 17px;
    width: 80%;
}

/* END ABOUT SECTION */


/* START PUBLICATION */

.home-publication-loop-wrapper .loop-contents {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 50px;
}

.home-publication-loop-wrapper p.pub-image {
    min-height: 346px;
}

.home-publication-loop-wrapper p.title {
    width: 232px;
    margin: auto;
    color: #8f8e8e;
    font-size: 17px;
    font-family: Lato;
}

/* END PUBLICATION */

/* START CONTACT US */

.home-contact .mk-grid {
    max-width: 1700px;
}

.contact-details {
    width: 94%;
}

.contact-details p {
    font-family: Lato;
    font-size: 22px;
}

.contact-details p.title {
    margin-bottom: 0 !important;
}

.contact-details p.title span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #bc9307;
}

.contact-form input {
    height: 82px;
    font-family: Lato;
    font-size: 17px !important;
}

::-webkit-input-placeholder {
    color: #6d6d6d !important;
}

.contact-form button {
    padding: 35px 90px !important;
    font-size: 18px;
    border-bottom: 6px solid #ae8702 !important;
}

/* END CONTACT US */

#mk-footer {
    background-color: #0f0f0f;
}

.footer-wrapper.fullwidth-footer {
    width: 90%;
    margin: auto;
    padding-top: 73px !important;
}

.footer-address-wrapper ul li {
    font-family: "PT Serif";
    font-size: 21px;
    line-height: 32px;
}

.footer-address-wrapper ul.contact-numbers li {
    font-size: 15px;
    line-height: 24px;
}

.footer-address-wrapper ul.contact-numbers {
    padding-top: 21px;
}

#mk-footer .mk-col-2-3 .mk-col-1-3:nth-child(1) {
    width: 41%;
}

#mk-footer .mk-col-2-3 .mk-col-1-3:nth-child(2) {
    width: 25%;
}

#mk-footer .mk-col-2-3 .mk-col-1-3:nth-child(3) {
    width: 25%;
}

#mk-footer .widgettitle {
    font-family: "PT Serif";
    color: #808080 !important;
    font-weight: 400 !important;
    font-size: 21px !important;
    text-transform: capitalize !important;
}

.widget ul.menu li {
    font-size: 15px;
}

.widget ul.menu li svg {
    display: none;
}

.footer-subscribe-wrapper p {
    display: inline-block;
}

p.subs-email span input {
    background-color: transparent;
    width: 235px;
    height: 60px;
    border: 1px solid #5f5f5f;
}

p.subs-send {
    margin-left: -4px;
}

p.subs-send input {
    margin-bottom: 5px;
    height: 60px;
    border: 1px solid #5f5f5f;
    border-radius: 0;
    font-size: 13px;
    color: #7c7c7c;
    font-family: "Lato";
}

#sub-footer {
    height: 180px;
}

#sub-footer .fullwidth-footer span.mk-footer-copyright {
    width: 100%;
    padding-left: 0;
}

#sub-footer .fullwidth-footer span.mk-footer-copyright hr.copyright-border {
    width: 90%;
    border-top: 1px solid #1d1d1d !important;
    height: 0px !important;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    padding-bottom: 12px;
}

#sub-footer .fullwidth-footer span.mk-footer-copyright p {
    padding-left: 9%;
    font-size: 15px !important;
    font-style: italic;
    font-family: "PT Serif";
    color: #444444;
    letter-spacing: 0;
}

/* ====== START RESPONSIVE ====== */

/* PORTRAIT */

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	.header-style1 h1 {
	    font-size: 30px !important;
	}

	.header-style2 h1 {
	    font-size: 30px !important;
	}

	h2 {
	    font-size: 25px !important;
	}

	p {
	    font-size: 15px !important;
	}

	.home-header h1 {
	    font-size: 25px !important;
	}

	.home-header p {
	    font-size: 90% !important;
	}

	.home-button a {
	    padding: 16px 20px !important;
	    font-size: 12px !important;
	}

	.home-header .mobile-spacer {
		height: 50px !important;
	}
	
	.home-sc h2 {
	    font-size: 25px !important;
	}
	
	.home-sc h3 {
	    font-size: 20px !important;
	    text-align: center !important;
	}

	.home-sc p {
	    font-size: 15px !important;
	    text-align: center !important;
	}
	
	.home-sc .columns {
	    width: 100% !important;
	}

	.sc-columns .columns {
	    height: auto !important;
	}
	
	.home-portfolio h2 {
	    font-size: 25px !important;
	}

	.home-portfolio p {
	    font-size: 15px !important;
	}
	
	.portfolio-submenu p {
	    font-size: 12px !important;
	    display: block !important;
	}
	
	.home-portfolio-loop-wrapper {
	    text-align: left !important;
	    padding-left: 6%;
	}

	.home-portfolio-loop-wrapper .loop-contents {
	    display: inline-block !important;
	    width: 45% !important;
	    margin: auto !important;
	}

	.contact-violator h2 {
	    font-size: 25px !important;
	    text-align: center !important;
	}

	.contact-violator p {
	    font-size: 15px !important;
	    text-align: center !important;
	}
	
	.sw-button a {
	    padding: 19px 28px !important;
	    font-size: 10px !important;
	}
	
	.home-client h2 {
	    font-size: 25px !important;
	    text-align: center !important;
	}

	.home-client p {
	    font-size: 15px !important;
	}

	.home-client .clients {
	    margin-bottom: 20px !important;
	}

	.home-client .clients p {
	    font-size: 12px !important;
	    text-align: center !important;
	    width: 100% !important;
	}
	
	.home-client .client-columns {
	    width: 100% !important;
	}
	
	.contact-violator .lefty {
	    width: 100% !important;
	}

	.contact-violator .righty {
	    width: 100% !important;
	}
	
	.home-client .background-layer {
	    background-color: #303030 !important;
	    background-image: none !important;
	}
	
	.home-about .about-ron-image {
	    display: none;
	}
	
	.about-ron-contents {
	    width: 100% !important;
	}

	.home-about h2 {
	    font-size: 25px !important;
	    padding-left: 0 !important;
	    text-align: center !important;
	}
	
	.about-divider {
	    margin-left: auto !important;
	}

	.home-about p {
	    font-size: 15px !important;
	    text-align: center !important;
	    width: 100% !important;
	}

	.home-publications h2 {
	    font-size: 25px !important;
	}
	
	.home-publication-loop-wrapper .loop-contents {
	    width: 100% !important;
	}
	
	.home-publication-loop-wrapper {
	    text-align: center;
	}
	
	.home-contact h2 {
	    font-size: 25px !important;
	    text-align: center !important;
	}

	.home-contact .contact-details {
	    text-align: center !important;
	    width: 100% !important;
	}

	.home-contact .contact-details p {
	    font-size: 15px;
	}

	.home-contact .contact-left {
	    width: 100% !important;
	}

	.home-contact .contact-right {
	    width: 100% !important;
	}
	
	#mk-footer .mk-col-2-3 {
	    width: 100% !important;
	}

	#mk-footer .mk-col-1-3 {
	    width: 100% !important;
	}
	
	#mk-footer .mk-col-2-3 .mk-col-1-3 {
	    width: 100% !important;
	    text-align: center;
	}

	#mk-footer .mk-col-1-3 {
	    text-align: center !important;
	}

	.footer-subscribe-wrapper p {
	    display: block !important;
	}

	.wpcf7-submit {
	    margin-right: -25px !important;
	    width: 235px !important;
	}
	
	span.mk-footer-copyright {
	    padding: 0 !important;
	}

	span.mk-footer-copyright p {
	    padding-left: 0 !important;
	    text-align: center !important;
	}
	
	.portfolio-loop-wrapper .loop-contents {
	    width: 100% !important;
	}

	.footer-wrapper.fullwidth-footer {
	    display: none;
	}

}

/* ====== END RESPONSIVE ====== */