/*
Theme Name: 	Start Creative Theme 01
Version: 		2.2.0
Author: 		Start Creative
Author URI: 	https://startcreative.com.au
*/

/* ------------------------------------------------
	OVERALL ASPECT
--------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
    min-height: 100%;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 300;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
body.loaded {
  opacity: 1;
}
body.active {
    overflow: hidden;
}
section {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 100%;
    padding: 60px 0;
}
section img {
    max-width: 100% !important;
    height: auto;
}
section.fullHeight {
    min-height: 800px;
    min-height: 100vh;
    height: auto;
    width: 100%;
}

.container, 
.row {
    height: 100%;
}

.force-white * {
    color: #fff !important;
}



/* ------------------------------------------------
	TITLES
--------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.4;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 300;
    text-transform: uppercase;
}
h4 {
    font-size: 16px;
    font-weight: 600;
}
h5 {
    font-size: 30px;
    font-weight: 500;
}
small {
    font-size: 12px;
}
ul {
    padding: 10px 20px 40px;
}
ul li {
    font-size: 15px;
    color: #3f454c;
}
p {
    color: #3f454c;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    margin: 20px 0;
}
b, strong {
  font-weight: bold !important;
}
mark {
    color: #420d08 !important;
    background-color: transparent !important;
    font-style: italic;
}
p a {
    color: #ea2638;
    font-weight: 500;
    font-size: 14px;
} 
p a:hover {
    color: #420d08;
} 
h2 {
    font-size: 36px;
}
h3 {
    color: #ea2638;
    font-size: 22px;
}
h4 {
    font-size: 16px;
}
.center {
    text-align: center;
}
a.more-link {
    display: block;
    float: left;
    width: 100%;
    padding: 12px 0;
}
.color-titles h1,
.color-titles h2,
.color-titles h3,
.color-titles h4 {
	color: #f27599 !important
}
em {
    font-style: italic;
}
/* ------------------------------------------------
  	universal
--------------------------------------------------- */
.alt {
    font-family: 'Montserrat', sans-serif;
}
.alt a {
    text-decoration: underline;
    font-size: 14px;
}
.alt a:hover {
    color: #D2527F;
}
li.widget {
    list-style: none;
}

/* ------------------------------------------------
	Links
--------------------------------------------------- */

a {
  text-decoration: none;
  color: #000;
}
.error {
  padding: 5px 0px;
}
.error p {
  color: #EF4836;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
}
.success-alert {
  clear: both;
  color: #fff;
  background: #26A65B;
  border: 1px solid #2ECC71;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.danger-alert {
  clear: both;
  color: #fff;
  background: #EF4836;
  border: 1px solid #EF4836;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}



/* ------------------------------------------------
	Buttons
--------------------------------------------------- */

.sc-btn {
    border: 2px solid !important;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 12px 28px!important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all .2s;
    transition-timing-function: ease-in;
	text-decoration: none !important;
}
.sc-btn:active,
.sc-btn:focus,
.sc-btn:hover {
    color: #fff !important;
    background-color: #ea2638 !important;
    border-color:#ea2638 !important;
}


.sc-btn.sub {
    background-color: #fff!important;
    border: 2px solid #F27597!important;
    color: #F27597;
    padding: 10px 25px!important;
}
.sc-btn.sub:hover {
    background-color: #fff!important;
    border: 2px solid #c35d79!important;
    color: #c35d79!important;
}
.sc-btn.default {
    background-color: #303457!important;
    color: #fff!important;
}
.sc-btn.default:hover {
    background-color: #22253e!important;
    color: #fff!important;
}


/* ------------------------------------------------
	SC elements
--------------------------------------------------- */

.sc-textbox {
    background-color: #fff;
    margin-left: -50px;
    padding-left: 25px !important;
    border-left: 3px solid #ea2638;
}

/* Colored Services */ 
.sc-services .wpb_column {
    border: 1px solid #dcdcdc;
    border-right: 0 none;
    min-height: 260px;
}
.sc-services .wpb_column:last-child {
    border: 1px solid #dcdcdc;
}
.sc-services .wpb_column .vc_column-inner {
    padding-top: 45px;
}
.sc-services .wpb_column .vc_column-inner h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.sc-services .wpb_column:hover  {
    box-shadow: inset 0 -7px 0 #888;
}

.sc-services .wpb_column:nth-child(1) .vc_icon_element-icon {
    color: #f2d21f !important
}
.sc-services .wpb_column:nth-child(1):hover h3 {
    color: #f2d21f !important
}
.sc-services .wpb_column:nth-child(1):hover {
    box-shadow: inset 0 -7px 0 #f2d21f;
}


.sc-services .wpb_column:nth-child(2) .vc_icon_element-icon {
    color: #27bd73 !important
}
.sc-services .wpb_column:nth-child(2):hover h3 {
    color: #27bd73 !important
}
.sc-services .wpb_column:nth-child(2):hover {
    box-shadow: inset 0 -7px 0 #27bd73;
}


.sc-services .wpb_column:nth-child(3) .vc_icon_element-icon {
    color: #a563c3 !important
}
.sc-services .wpb_column:nth-child(3):hover h3 {
    color: #a563c3 !important
}
.sc-services .wpb_column:nth-child(3):hover {
    box-shadow: inset 0 -7px 0 #a563c3;
}


.sc-services .wpb_column:nth-child(4) .vc_icon_element-icon {
    color: #ea2638 !important
}
.sc-services .wpb_column:nth-child(4):hover h3 {
    color: #ea2638 !important
}
.sc-services .wpb_column:nth-child(4):hover {
    box-shadow: inset 0 -7px 0 #ea2638;
}



/* Leaning sections */
#homepage {
    display: table;
    overflow: hidden;
    width: 100%;
}
.vc_section[data-vc-full-width].our-clients-section {
    overflow: visible !important;
}
.our-clients-section .wpb_single_image img {
    border: 8px solid #fff !important;
    margin-bottom: -450px;
    position: relative;
    z-index: 9;
}


.our-clients-section::before {
    content: "";
    height: 0;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -300px;
    width: 100%;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 300px solid transparent;
    border-right: 100vw solid #f1b80f !important;
}


.our-clients-section .wpb_column,
.our-testimonial-section .wpb_column {
    position: relative;
    z-index: 5;
}
.our-testimonial-section:after {
    border-top: 10px solid #fff;
    background: #151515 !important;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.90;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    bottom: 0;
    display: table-cell !important;
    width: 100%;
    z-index: 0;
}
.our-testimonial-section {
    padding-top: 250px !important;
}

@media only screen and (max-width : 767px) {
    .our-clients-section .wpb_single_image {
        display: none;
    }
    .our-clients-section::before {
        bottom: -80px;
        border-bottom: 80px solid transparent;
    }
    .our-testimonial-section {
        padding-top: 120px !important;
    }
}



.section-contact ul {
    padding: 10px 20px 0;
}


/* ------------------------------------------------
	Visual Composer mods
--------------------------------------------------- */

.vc_separator h4 {
    font-size: 32px !important;
    font-weight: 300;
}
.vc_toggle {
    border-bottom: 1px solid #e8e8e8;
}
.vc_toggle_title > h4 {
    font-size: 16px;
}
.vc_toggle_default .vc_toggle_icon {
    border: 0 none !important;
    background-color: #ea2638 !important;
}
.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_default .vc_toggle_icon::after {
    border: 0 none !important;
    background-color: #ea2638 !important;
}
.vc_toggle_default .vc_toggle_content, .vc_toggle_default .vc_toggle_title {
    padding: 15px;
}



/* ------------------------------------------------
	The Grid mods
--------------------------------------------------- */


.quito .tg-cats-holder,
.quito .tg-item-footer,
.quito .tg-item-read-more  {
    display: none !important;
}
.quito h2.tg-item-title {
    padding-left: 0 !important;
}
.quito h2.tg-item-title a {
    text-align: left;
    font-weight: 600 !important;
}
.quito .tg-item-content-holder {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0 0 8px 8px;
    border-top: 0;
}
.tg-item .tg-dark p, 
.tg-item .tg-dark ol, 
.tg-item .tg-dark ul, 
.tg-item .tg-dark li {
    text-align: left!important;
}
.tg-grid-area-bottom1 {
    margin-top: 25px;
}



/* ------------------------------------------------
  	Main Navigation
--------------------------------------------------- */

#header {
    background-color: #fff;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    position: absolute;
    z-index: 25;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}
@media only screen and (max-width : 860px) {
    #header {
        display: none;
    }
}
#header.scrolled {
    position: fixed;
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(21, 21, 21, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(21, 21, 21, 0.25);
    z-index: 9999;
}
#header .head-inner {
    position: relative;
    max-width: 1170px;
    margin: auto;
}
#header .logo {
    position: absolute;
}
#header .logo img {
    height: 95px;
    margin: 0;
}
#header.scrolled .logo img {
    height: 54px;
    margin: 7px 0;
}
#header nav {
    display: block;
    float: left;
    width: 100%;
}
#header nav > div {
    float: none;
}
#header nav ul {
    width: auto;
    float: right;
    padding: 0;
}
#header nav ul > li {
    position: relative;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    vertical-align: top;
    padding: 20px 10px;
}
#header nav ul > li.call-to-action {
    background-color: #ea2638;
    padding: 0 !important;
    margin: 28px 0;
}
#header nav ul > li.call-to-action:hover {
    background-color: #CA212D;
}
#header nav ul > li.call-to-action:hover a {
    color: #fff;
}

#header.scrolled nav ul > li.call-to-action {
    margin: 13px 0;
}
#header nav ul > li.call-to-action a {
    padding: 5px 20px;
    border: 0 !important;
    color: #fff;
}

#header.scrolled nav ul > li {
    padding: 5px 10px;
}

/* -- sub level navigation */
#header nav ul > li > ul {
    text-align: left;
    -webkit-transition: opacity 0.4s, margin .4s ease 0s;
    -moz-transition: opacity 0.4s, margin .4s ease 0s;
    -o-transition: opacity 0.4s, margin .4s ease 0s;
    transition: opacity 0.4s, margin .4s ease 0s;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 17px 59px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 17px 59px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 17px 59px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    padding: 0;
	min-width: 200px;
}
#header nav ul > li > ul > li {
    width: 100%;
    float: left;
    padding: 0;
}
#header nav ul > li > ul > li > a {
    font-weight: 500 !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
}
#header nav ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
#header.scrolled nav > div {
    float: right;
}
#header .menu li > a {
    color: #363636;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 8px;
}
#header.scrolled .menu li > a {
    color: #363636;
}
#header.scrolled .menu li.call-to-action > a {
    color: #fff;
}
#header .menu li > a:hover {
    color: #ea2638;
}
#header .menu li.current-menu-item > a {
    color: #ea2638;
}

/* -- social icons */
.social {
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 100px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}
.social.scrolled {
    opacity: 0.2;
}
.social .soc-con {
    height: 100%;
    width: 50%;
    float: left;
    display: table;
}
.social .soc-con a {
    color: #000;
    display: block;
}
.social .soc-con i {
    font-size: 22px;
    width: 100%;
    padding: 10px;
}
.social .soc-con:nth-child(2) img {
    padding: 11px;
}

/* -- mobile header */
#mob-header {
    height: 80px;
    width: 100%;
    position: fixed;
    right: 0px;
    z-index: 99999;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    display: none;
}
@media only screen and (max-width : 860px) {
    #mob-header {
        display: block;
    }
}
#mob-header.menu-open {
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
}
#mob-header .mob-inner {
    height: 100%;
    width: auto;
	float: right;
    position: relative;
}
#mob-header .sc-btn {
	background-color: #ea2638;
    border: 0 none !important;
    color: #fff;
    float: right;
    position: relative;
    padding: 6px 15px !important;
    margin: 11px 0;
    font-size: 13px;
}
#mob-header .sc-btn:hover {
	background-color: #CA212D;
}

.menu-trigger {
    position: relative;
	margin: 5px;
    cursor: pointer;
    height: 48px;
    width: 48px;
    background: #000;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 999;
}
.menu-trigger.active {
    right: -26px;
}
.menu-trigger.open {
    height: 54px;
}
.menu-hold {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    height: 48px;
    width: 22px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.menu-hold .cd-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #fff;
}
.menu-hold .cd-nav-icon:before,
.menu-hold .cd-nav-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-hold .cd-nav-icon:before {
    top: -6px;
}
.menu-hold .cd-nav-icon:after {
    top: 6px;
}
.menu-trigger:hover .cd-nav-icon:before {
    top: -8px;
}
.menu-trigger:hover .cd-nav-icon:after {
    top: 8px;
}
.menu-trigger:hover.active .cd-nav-icon:before {
    top: 0px;
}
.menu-trigger:hover.active .cd-nav-icon:after {
    top: 0px;
}
.menu-trigger.active .menu-hold .cd-nav-icon {
    background: transparent;
}
.menu-trigger.active .menu-hold .cd-nav-icon:before,
.menu-trigger.active .menu-hold .cd-nav-icon:after {
    top: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.menu-trigger.active .menu-hold .cd-nav-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-trigger.active .menu-hold .cd-nav-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.img-padding img {
    padding: 25px;
}
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_figure,
.wpb_single_image .vc_figure img {
    width: 100%;
}
/* ------------------------------------------------
  	Breadcrumbs
--------------------------------------------------- */

#breadcrumbs {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #939ca7;
}
#breadcrumbs a {
    font-size: 11px;
    font-weight: 600;
}


/* ------------------------------------------------
  	Mobile Sidabar Navigation
--------------------------------------------------- */

#mob-menu {
    background-color: #fff;
    border-left: 1px solid #eaebed;
    display: none;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: -275px;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.3s ease 0s;
    width: 275px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}
@media only screen and (max-width : 860px) {
    #mob-menu {
        display: block;
    }
}
#mob-menu.menu-open {
    right: 0px;
}
#mob-menu ul {
    padding: 0;
}
#mob-menu ul > li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #eaebed;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mob-menu ul > li > ul {
    padding-left: 15px;
}
#mob-menu ul > li > ul > li:last-child {
   border-bottom: 0 none;
}
#mob-menu li > a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 16px 0;
}
#mob-menu ul > li.current-menu-item:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -31px;
    bottom: -1px;
    width: 4px;
    background: #ea2638;
}
#mob-menu ul > li.current-menu-item > a {
    color: #000;
}
#mob-menu ul > li:hover > a {
    color: #ea2638;
}
#mob-menu .social {
    margin: 25px auto;
    position: relative;
}


/* ------------------------------------------------
	WRAP SECTIONS
--------------------------------------------------- */

#page {
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
#page.menu-open {
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    opacity: 0.5;
}


/* ------------------------------------------------
	Hero Section
--------------------------------------------------- */

#hero {
    width: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: table;
	height: 500px;
    z-index: 0;
    padding: 0;
    margin-top: 90px;
}
#hero .hero-container {
	position: absolute;
	
	display: table;
    height: 500px;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}
#hero .content {
    position: relative;
    z-index: 1;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    float: none;
    text-transform: uppercase;
    padding: 0 15px;
}
#hero h1 {
    color: #fff;
    font-size: 46px !important;
    line-height: 1.1 !important;
/*     position: relative;
    z-index: 1;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    float: none;
    text-transform: uppercase;
    padding: 0 15px; */
}
#hero h1 span {
    font-weight: 300;
}
#hero h1 small {
    float: left;
    font-weight: 500;
    font-size: 15px;
    padding: 4px 0;
    letter-spacing: 1px;
}
#hero .sc-btn {
    float: left;
    clear: both;
    margin-top: 40px;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    #hero .hero-container {
		max-width: 970px;
	}
}
@media screen and (max-width: 992px) {
    #hero .hero-container {
		max-width: 750px;
	}
}
@media screen and (max-width: 620px) {
	 #hero {
        text-align: center;
    }
    #hero h1 {
		margin: auto; 
		text-align: center
	}
	#hero h1 small {
		margin: auto; 
		text-align: center;
		float: none;
	}
	#hero .sc-btn {
        float: none;
        clear: both;
        color: #fff;
        margin: 40px auto;
    }
}

/* RS slider mods */
.forcefullwidth_wrapper_tp_banner {
    z-index: 1;
}

/* Triangle */
.triangle-down-left {
    z-index: 0;
}
.forcefullwidth_wrapper_tp_banner {
    z-index: -1;
}
.triangle-down-left:after { 
    left: -583px; 
    border-bottom: 330px solid rgba(241, 184, 15, 0.8); 
    border-right: 2131px solid rgba(0, 0, 0, 0); 
    top: 102px; 
}
.triangle-down-left:after { 
    border-bottom: 516px solid rgba(241, 184, 15, 0.8); 
    border-right: 1820px solid rgba(0, 0, 0, 0); 
    left: -126px; 
    top: 102px; 
    width: 0; 
    transform: rotate(16deg); 
    -webkit-transform: rotate(16deg); 
    -moz-transform: rotate(16deg); 
    -ms-transform: rotate(16deg); 
    -o-transform: rotate(16deg); 
}


@media screen and (min-width: 1200px) {
    .triangle-down-left:after {
        border-bottom: 516px solid rgba(241, 184, 15, 0.8); 
        border-right: 1820px solid rgba(0, 0, 0, 0);
        left: -126px;
        top: 102px;
        width: 0;
        transform: rotate(16deg);
        -webkit-transform: rotate(16deg);
        -moz-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
        -o-transform: rotate(16deg);
    }
}


@media screen and (min-width: 1200px) {
    .triangle-down-left:after {
        left: -583px;
        border-bottom: 330px solid rgba(241, 184, 15, 0.8); 
        border-right: 2131px solid rgba(0, 0, 0, 0);
        top: 102px;
    }
}


@media screen and (min-width: 0px) {
    .triangle-down-left:after {
        border-bottom: 599px solid rgba(241, 184, 15, 0.8); 
        border-right: 2247px solid rgba(0, 0, 0, 0);
        content: "";
        display: block;
        height: 0;
        left: -465px;
        position: absolute;
        top: 102px;
        width: 0;
        transform: rotate(27deg);
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
        -o-transform: rotate(27deg);
    }
}


/* ------------------------------------------------
	Testimonials
--------------------------------------------------- */

.testimonial {
    border: 1px solid #420d08;
    padding: 25px;
    border-radius: 8px;
}
.testimonial > div {
    position: relative;
}
.testimonial > div:before,
.testimonial > div:after {
    font-size: 78px;
    position: absolute;
    color: #eee;
    font-family: cursive;
    z-index: -1;
    line-height: 1;
}
.testimonial > div:before {
    content: '"';
    top: -35px;
    left: -12px;
}
.testimonial > div:after {
    content: '"';
    bottom: -25px;
    right: 20px;
}
.testimonial p {
    font-style: italic;
}
.testimonial small {
    position: relative;
    display: block;
    padding-left: 35px;
}
.testimonial small:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #ccc;
    left: 0;
    top: 8px;
}



/* ------------------------------------------------
	Article
--------------------------------------------------- */


article .article-inner .article-thumb,
article .article-inner .article-thumb img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
article .article-inner .article-content {
    padding: 20px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0 0 8px 8px;
    border-top: 0;
}
article .article-inner .article-content h3 {
    font-size: 24px;
}

section.article strong,
article .article-inner .article-content strong {
    font-weight: 500;
    color: #ea2638;
}
article .article-inner .article-content,
article .article-inner .article-content p {
    font-size: 14px;
}



/* ------------------------------------------------
	Post Navigation
--------------------------------------------------- */
section.post-navigation {
    padding-top: 0;
}
section.post-navigation nav {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #939ca7;
    border-top: 1px solid #ea2638;
    padding-top: 25px;
}

section.post-navigation nav .nav-next a,
section.post-navigation nav .nav-previous a {
    padding: 15px;
}
section.post-navigation nav .nav-previous a {
    padding-left: 0;
}


/* ------------------------------------------------
	Footer
--------------------------------------------------- */

footer {
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 100;
    margin: 0;
    margin-top: 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    padding: 25px 0;
    background-color: #1d1d1d;
}
footer * {
    color: #fff !important;
}
footer ul {
    padding: 8px 15px;
}
footer p,
footer ul li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
footer h3 {
    color: #fff;
    position: relative;
    display: block;
    font-size: 20px;
    margin-bottom: 35px;
}
footer h3:after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    bottom: -10px;
    width: 30px;
    left: 0;
}
footer a {
    color: #000;
}
footer .navigation,
footer .branding {
    text-align: left;
    display: inline-block;
}
footer .navigation ul {
    padding: 0;
    list-style: none;
}
footer .navigation ul li a {
    color: #3f454c;

    font-weight: 500;
    padding: 2px 0;
    display: block;
}
footer .branding > img {
    max-width: 150px;
    height: auto;
    float: left;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
footer .subscribe-form {
    position: relative;
    padding: 0;
}
footer .subscribe-form input[type="email"],
footer .subscribe-form input[type="text"]{
    font-size: 14px;
    border: 1px solid #fff;
    background-color: #fff;
    padding-right: 65px;
}
footer .subscribe-form .wpcf7-submit {
    background-color: #3f454c;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: -1px;
    z-index: 1;
    right: -1px;
    border: 0 none;
    height: 52px;
    width: 65px;
    letter-spacing: 1px;
    cursor: pointer;
}
footer .social-wrap {
    float: left;
    display: block;
    width: 100%;
}
footer .social-wrap .soc-con {
    width: auto;
    float: left;
    font-size: 20px;
}


/* ------------------------------------------------
	SERVICES
--------------------------------------------------- */

#services .title {
  text-align: left;
  position: relative;
}

#services .title h2 {
  font-size: 90px;
  margin-bottom: 40px;
  font-weight: bold;
}

ul.product_list_widget {
  width: 100%;
  float: left;
  list-style: none;
}
ul.product_list_widget li {
  width: 50%;
  padding: 25px !important;
  float: left;
  margin-bottom: 50px !important;
  position: relative;
}
ul.product_list_widget li:nth-child(2) {margin-top: 160px !important}
ul.product_list_widget li:nth-child(3) {margin-top: -90px !important}
ul.product_list_widget li:nth-child(4) {margin-top: 70px !important}

ul.product_list_widget li a {
  position: relative;
}
ul.product_list_widget li a img {
  max-width: 480px !important;
  width: 100% !important;
  height: auto !important;
  position: relative;
  float: right !important;
}
ul.product_list_widget li a .product-title {
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  font-weight: 400 !important;
}
ul.product_list_widget li span.amount {
  font-size: 20px;
  font-weight: 100;
}





/* ------------------------------------------------
	CONTACT FORM AND INPUTS
--------------------------------------------------- */
form input[type=text],
form select,
form input[type=email],
form input[type=tel],
form input[type=password],
form textarea {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    outline: 0 none;
    padding: 15px;
    transition: all 0.1s ease-in-out 0s;
    width: 100%;
	height: 50px;
}
form input:focus,
form textarea:focus {
  border: 1px solid #9f9f9f;
  background: #fff;
  color: #1c1c1c;
}
form p {
	margin: 0;
	padding: 0;
}
form textarea {
    height: 167px;
}
form label {
    display: block;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 500;
}
form label p {
  font-size: 12px;
  color: #1c1c1c;
  text-transform: uppercase;
}
form input[type=checkbox],
form .check {
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  background: #fff;
}
form .submit {
  text-align: right;
  margin-top: 45px;
  cursor: pointer;
  padding: 0px;
}




/* ------------------------------------------------
	Page + Contact page__
--------------------------------------------------- */

section.page {
  padding: 0;
}
section.contact h1 {
  margin-top: 30px;
  position: relative;
  font-weight: bold;
  margin-bottom: 45px;
}
section.contact a {
  text-decoration: underline;
}

/* Table ----- */
.page table {
    color: #000;
    display: table;
    float: left;
    font-size: 12px;
    height: auto;
    margin-bottom: 50px;
    text-transform: uppercase;
    width: 100%;
}
.page table h2 {
    margin: 0;
}
.page table small {
    color: #333;
    font-size: 9px;
}
.page table > tbody tr > td {
    min-height: 44px;
    padding: 8px;
    vertical-align: middle;
}
.page table > tbody tr > td:nth-child(2),
.page table > tbody tr > td:nth-child(3),
.page table > tbody tr > td:nth-child(4),
.page table > tbody tr > td:nth-child(5),
.page table > tbody tr > td:nth-child(6),
.page table > tbody tr > td:nth-child(7) {
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.page table.cart > tbody tr > td:nth-child(2) {width: 20%; text-align: center;}
.page table.cart > tbody tr > td:nth-child(2) img {
    max-width: 100px;
}

/* WooCommerce image gallery hook */
.lazy-load {
  display: none !important;
}
.product_gallery .a3dg-navbar-control {
  display: none !important;
}
.images.gallery_container {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-Tabs-panel p {
  text-align: justify;
}
.woocommerce .quantity .qty {
  padding: 10px;
  font-size: 15px;
  width: 70px;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 50% !important;
}
.page table > tbody tr > td:nth-child(2) {
  width: 70%;
  text-align: left;
}
.cart_totals h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
table.shop_table tr.shipping td p {
   text-transform: none;
   font-size: 13px;
}
section.shipping-calculator-form {
  padding: 15px 0;
}
.shipping-calculator-button {
  border: 1px solid #000;
  padding: 6px 12px;
  display: block;
  float: left;
  margin: 5px 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-family: 'Montserrat', sans-serif;
}


/* ------------------------------------------------
	Item Cards
--------------------------------------------------- */
.itm-card h3 {
    color: #ea2638;
    font-size: 28px;
    background-color: #fff;
    float: left;
    padding: 0 15px;
}
.itm-card p {
    
}
.itm-card img {
    
}
.itm-card .wpb_single_image {
    margin-bottom: 0 !important;
    z-index: 0;
    position: relative;
}
.itm-card .wpb_text_column {
    padding: 15px !important;
    margin-top: -25px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-left: 25px;
    box-shadow: 2px 2px 12px rgba(0,0,0,.1);
}

.pum-container .wpb_single_image.vc_align_center,
.pum-container .wpb_wrapper p {
    margin: -8px 0 0 0 !important;
}

/* ------------------------------------------------
	Philosophy Section
--------------------------------------------------- */

#philosophy {
    background-color: #e7f3ff;
    position: relative;
}
#philosophy .content {
    display: block;
    padding: 0;
    margin: 0;
}
#philosophy .content h3 {
  font-size: 60px;
  position: relative;
  font-weight: bold;
  margin-bottom: 60px;
}
#philosophy .content h3::before {
    content: "";
    background-color: #ea2638;
    position: absolute;
    left: -40px;
    width: 3px;
    height: 200px;
    top: 0;
}



/* ------------------------------------------------
	CONTACT SECTION
--------------------------------------------------- */

#contact h2 {
    font-size: 60px;
    text-align: center;
    margin-top: 20px;
    line-height: 1;
}
#contact h3 {
    color: #000;
    font-size: 30px;
}
#contact h3.mt {
    margin-top: 25px
}
#contact h4 {
    font-size: 22px;
}
#contact h5 {
    font-size: 18px;
}
#contact .btn {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    padding: 12px 40px;
}
#contact small {
    color: #363636;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
}
#contact ul {
    padding: 0;
    float: left;
    width: 100%;
}
#contact ul > li {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    list-style: outside none none;
    padding: 3px 0;
    text-transform: uppercase;
}
.conditions {
    float: left;
}
.conditions p {
    font-size: 12px;
}
#contact #map {
    margin: 30px 0;
    background-color: #eee;
    width: 100%;
    float: left;
    height: 375px;
}
.black a {
   color: #000;
}


/* ------------------------------------------------
	Page Banner
--------------------------------------------------- */

section.banner {
    background-position: center;
    background-size: cover;
    height: 260px;
}



/* ------------------------------------------------
	Page Title
--------------------------------------------------- */

.page-title {
  margin: 0 0 80px;
  padding-bottom: 0;
  padding-top: 150px;
  text-align: center;
}
.page-title h1 {
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title.has-banner {
    color: #fff;
    padding-bottom: 80px;
    padding-top: 230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-title.has-banner:after {
    background: #f1b80f;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.80;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    bottom: 0;
    display: table-cell;
    width: 100%;
    -webkit-box-shadow: inset 0 -80px 80px -80px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 -80px 80px -80px rgba(0,0,0,0.6);
    box-shadow: inset 0 -80px 80px -80px rgba(0,0,0,0.6);
    z-index: 0;
}

.page-title.has-banner * {
    position: raltive;
    color: #fff;
    z-index: 1;
}




/* ------------------------------------------------
	WOOCOOMERCE
--------------------------------------------------- */

.tg-item {
    background-color: #fff !important;
}
.tg-item-title a {
    color: #000 !important;
    font-weight: 400 !important;
}
.sanaa .tg-item-price span {
    color: #000 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: bold;
}
.tg-filters-holder {
    margin-bottom: 20px !important;
}
span.tg-filter-name {
    font-size: 12px !important;
    text-transform: uppercase;
}
.shop {
    margin-top: 120px;
}
.woocommerce-breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
}
ul.products {
    width: 100%;
    float: left;
    margin-top: 40px;
}
ul.products > li {
    border-left: 1px dashed #ccc;
    float: left;
    list-style: outside none none;
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: center;
    width: 33.33%;
}
ul.products > li > a.woocommerce-loop-product__link {
    display: block;
    float: left;
    min-height: 430px;
}
ul.products > li > a > img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
ul.products > li > a > h3 {
    font-size: 18px;
    height: 70px;
}
.gridlist-buttonwrap {
    height: 28px;
}
ul.products > li .price {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    padding-bottom: 4px;
}
ul.products > li a.button {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 8px 12px;
  position: relative;
  float: left;
  clear: both;
  margin: 5px 0;
  font-weight: 100;
}

ul.products > li a.button.loading::before {
    background-color: #000;
    font-family: 'themify';
    padding: 7px 15px;
    font-size: 14px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    white-space: nowrap;
}
ul.products > li a.added_to_cart {
    display: inline-block;
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
.checkout-button,
input.button {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 1px;
    padding: 17px 25px 15px !important;
    text-transform: uppercase;
}
.woocommerce table.shop_table {
    border-radius: 0 !important;
}
.woocommerce form .form-row .required {
    color: inherit !important;
}
.woocommerce-thankyou-order-received {
    color: #000;
    font-family: "Playfair Display",serif;
    font-size: 42px;
}

ul.woocommerce-thankyou-order-details order_details {
    font-size: 20px !important;
}
/* Single Page */

.product .images > a > img {
    width: 100%;
    height: auto;
}
.product .summary {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    float: left;
}
.product .summary h1 {
    font-size: 62px;
}
.product .summary form {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.product form input,
.product form select {
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-right: 15px;
}
.product form label {
  margin-right: 15px;
}

.product table.variations tr td {
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 15px;

}

.product .summary form .quantity {
  float: left;
  width: 80px;
  margin-right: 15px;
}
.product .summary form .quantity input {
    width: 100%;
    margin: 0;
}
.product .summary form input {
    padding: 10px;
}
.product .summary form > button {
    float: right;
}
.product_meta {
  display: none !important;
}
.product h2 {
    float: left;
    text-align: left;
    width: 100%;
    margin: 0;
}
.product .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2;
  padding: 0;
}
.woocommerce-variation-add-to-cart {
  text-align: right;
  float: right;
}
.woocommerce-variation-price {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.product_meta > span {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
}
.single_add_to_cart_button {
  background-color: #000;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 300;
  padding: 9px 12px;
  position: relative;
  text-transform: uppercase;
  float: none;
  margin: auto;
}
.single_variation_wrap {
  padding-top: 40px;
  text-align: right;
  border-top: 1px solid #ccc;
}
.woocommerce-tabs {
  margin-top: 40px;
  padding-bottom: 40px;
}
.woocommerce-tabs ul {
    float: left;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}
.woocommerce-tabs ul li {
    float: left;
    list-style: outside none none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.woocommerce-tabs ul li.active {
    border-bottom: 2px solid #000;
}
.woocommerce-Tabs-panel {
    width: 100%;
    float: left;
}
.woocommerce-Tabs-panel h2 {
  display: none;
}

.woocommerce .col2-set .col-1 {
  float: right !important;
}
.woocommerce .col2-set .col-2 {
  float: left !important;
}

.woocommerce form h3 {
  padding: 0 !important;
  margin-bottom: 15px !important;
  margin-top: 40px !important;
}

h3#ship-to-different-address {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
#order_comments {
  min-height: 200px;
}
#order_message {
  min-height: 100px;
}
.related {
    margin-top: 80px;
}
.related .products .woocommerce-Price-amount {
    font-size: 18px;
}
#add_payment_method #payment, .woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f8f8f8 !important;
  border-radius: 0 !important;
}



/* ------------------------------------------------
	Contact Form 7
--------------------------------------------------- */

form.wpcf7-form p {
    padding: 0;
    margin: 0;
}
form.wpcf7-form br {
	display: none;
}
form.wpcf7-form {
    margin-bottom: 20px;
}
span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: 2px;
}
div.wpcf7-validation-errors {
    color: red;
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}
div.wpcf7-mail-sent-ok {
    font-size: 15px !important;
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}



/* ------------------------------------------------
	Gravity form
--------------------------------------------------- */
body .gform_wrapper ul li.gfield {
	padding-left: 0;
}
form .gform_wrapper ul.gform_fields {
	margin: 0 0 0 -15px !important;
}
.gform_wrapper ul li.gfield {
	clear: unset !important;
}
.gform_wrapper ul li.gfield:not(.col-md-6) {
	width: 100%;
	display: inline-block;
}

.gform_wrapper .top_label .gfield_label {
    font-size: 13px;
    font-weight: 500;
}
.gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.gform_wrapper select,
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 15px !important;
    background-color: #fff;
    width: 100% !important;
}

.gform_wrapper textarea.medium {
  background-color: #fff;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    background-color: #ea2638!important;
    font-family: 'Montserrat', sans-serif;
    border: 0 none !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
    padding: 14px 35px !important;
    cursor: pointer;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background-color: #420d08!important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fff !important;
    border: 0 none !important;
}
.gform_wrapper div.validation_error {
  font-weight: 100 !important;
  border: 0 none !important;
  text-align: left !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0 !important;
}




/* ------------------------------------------------
	MEDIA QUERIES
--------------------------------------------------- */

/* 1200px */
@media only screen and (max-width : 1200px) {
    #contact .btn {
        padding: 12px 20px;
    }
    #hero .title img {margin-top: -80px;}
    ul.products > li > a.woocommerce-loop-product__link {
      min-height: 370px;
    }
	.page-title.has-banner {
		background-attachment: unset;
		background-size: cover;
	}
}

/* 1180px */
@media only screen and (max-width : 1180px) {
    #header .menu li {
        padding: 20px 0;
    }
    #header.scrolled .menu li {
        padding: 5px 2px;
    }
}

/* 991px */
@media only screen and (max-width : 991px) {
    #header .menu li > a {
        font-size: 14px;
        padding: 14px 8px;
    }
    .sc-textbox {
        margin-left: -16px;
        border-left: 3px solid #ea2638;
    }
    ul.products > li > a.woocommerce-loop-product__link {
      min-height: 300px;
    }
}

/* 860px */
@media only screen and (max-width : 860px) {
    #hero {
        margin-top: 0;
    }
}


/* 767px */
@media only screen and (max-width : 767px) {

    section {
        padding: 80px;
    }
    .page-title.has-banner {
        background-attachment: unset;
    }
    .sc-textbox {
        margin-left: 15px;
        border-left: 3px solid #ea2638;
    }

    .images.gallery_container {
      width: 100%;
    }

    #services .title::after {
      height: 300px;
    }

    footer {
        padding: 45px 80px;
    }
    footer .container .row > div,
    footer .container .row > ul {
        margin-bottom: 40px;
    }
    footer h3 {
        font-size: 28px;
        width: 100%;
    }
    footer p, 
    footer ul li {
        font-size: 15px;
    }
      
    .product .summary {
        width: 100%;
    }
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li {
        width: 100%;
        margin-top: 40px !important;
    }
}

/* 620px */
@media only screen and (max-width : 620px) {
    ul.products > li {
      width: 100%;
    }
    #philosophy .content h3 {
      font-size: 42px;
    }
}

/* 567px */
@media only screen and (max-width : 567px) {

    section {
        padding: 80px 40px;
    }
    footer {
        padding: 45px 40px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    .page-title h1 {
        font-size: 48px;
    }
    #philosophy h2 {
        font-size: 42px;
    }

    #contact {
        text-align: center;
    }
    #contact ul {
        margin: auto;
    }
    #contact .btn {
        font-size: 14px;
        margin: 10px 0 0;
        padding: 12px 22px 10px;
    }
    .product .summary h1 {
        font-size: 36px;
    }
    .product .woocommerce-Price-amount {
        font-size: 24px;
    }
    .product .summary form input {
        padding: 5px;
    }
    .single_add_to_cart_button {
        font-size: 12px;
        padding: 6px 8px;
    }
 
}

/* 480px */
@media only screen and (max-width : 480px) {
    section {
        padding: 80px 20px;
    }
    footer {
        padding: 45px 20px;
    }
    .sc-textbox {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }

    #services .title h2 {
        font-size:70px;
    }
}