/*
 Theme Name:     FFALCON
 Author:         Clutch Media
 Author URI:     https://www.clutchmedia.com.au
 Template:       Divi
 Version:        3.1
 Description:   A Child Theme by Clutch Media
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
.container {
    width: 100%;
}
div.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	max-width: 1470px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
}
.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
	width: 100%;
}
.et_fixed_nav #main-header, .et_fixed_nav #top-header{
	padding: 14px 15px 12px;
}
#main-header {
	background: #00005A;
}
 #footer-bottom {
	display: none;
}
.footer-logo {
	display: inline-block;
    max-width: 67px;
}
.footer-widget #text-2,
.footer-widget #nav_menu-2,
.footer-widget #custom_html-3 {
	float:none;
	text-align: center;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets div.footer-widget a,
#footer-widgets div.footer-widget li a {
	color: #303030;
	font-size: 20px;
	text-transform: uppercase;
}
#footer-widgets div.footer-widget li a:hover {
	color: #32327A;
}
.footer-bottom-cpyrit {
	color: #303030;
	font-size: 12px;
}

.tnc a {
    font-size: 10px !important;
}


#footer-widgets .footer-widget li {
	display: inline-block;
    margin: 0;
    margin-left: 22px;
    padding: 0;
}
.footer-widget #nav_menu-2 {
    margin-bottom: 17px;
}
.footer-widget #text-2 {
    margin-bottom: 16px;
}
.call-to-action p {
	color: #FFFFFF;
}
.cta-form-wrapper h5 {
	color: #FFFFFF !important;
	font-size: 30px;
	font-weight: 200;
    margin-bottom: 26px;
	text-align: center;
}
.cta-form-wrapper .caldera-grid .form-control {
	border-radius: 60px 0px 0px 60px;
	color: #00000A;
	font-size: 20px;
	height: 84px;
	padding: 0px 40px;
}
.cta-form-wrapper .form-group .newsletter-btn {
    background: #FFFFFF;
	background-image: url(../ffalcon/assets/play.png);
	background-position: center right 50px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-radius: 0px 60px 60px 0px;
    box-shadow: none;
	font-size: 20px;
	font-weight: bold;
    height: 84px;
	line-height: normal;
	padding-left: 25px;
	padding-right: 95px;
	text-transform: uppercase;
}
.cta-form-wrapper .subscriber_mail {
    display: inline-block;
    width: 70%;
}
.cta-form-wrapper .subscribe_btn {
    display: inline-block;
    margin-left: -3px;
	position: relative;
    vertical-align: top;
	width: auto;
}
.cta-form-wrapper .col-sm-12.single {
	text-align: center;
}
h1.pg-title {
	color: #00005A;
	font-size: 46px;
	margin-top: 47px;
    position: relative;
	text-align: center;
}
h1.pg-title:after {
	background: #00005A;
	bottom: -28px;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 200px;
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
.contact-details h2 {
    color: #000000;
    font-size: 39px;
}
.contact-details p {
    font-size: 18px;
	margin-bottom: 6px;
}
.contact_form .caldera-grid .btn {
    background: #00005A;
    border-color: #00005A;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
	font-size: 23px;
	padding: 6px 23px 4px;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.contact_form .caldera-grid .btn:hover {
    background: transparent;
	border-color: #707070;
    color: #00005A;
}
.contact_form .caldera-grid .form-control:focus {
	box-shadow: none;
}
.contact_form .caldera-grid .form-control {
    border-color: #707070;
    box-shadow: none;
    color: #00005A;
    font-size: 18px;
    font-weight: bold;
	height: auto;
    outline: 0;
    padding: 22px 19px 20px;
}
.contact_form .caldera-grid .form-group {
    margin-bottom: 10px;
}
div.pg-title-wrapper {
	padding-bottom: 110px;
}

/*--------- PLaceholder Specs --------*/
.contact_form .caldera-grid .form-control::-webkit-input-placeholder {
	color: #00005A;
}
.contact_form .caldera-grid .form-control::-moz-placeholder {
	color: #00005A;
}
.contact_form .caldera-grid .form-control:-ms-input-placeholder {
	color: #00005A;
}
.contact_form .caldera-grid .form-control:-moz-placeholder {
	color: #00005A;
}

.cta-form-wrapper .caldera-grid .form-control::-webkit-input-placeholder {
	color: #00000A;
}
.cta-form-wrapper .caldera-grid .form-control::-moz-placeholder {
	color: #00000A;
}
.cta-form-wrapper .caldera-grid .form-control:-ms-input-placeholder {
	color: #00000A;
}
.cta-form-wrapper .caldera-grid .form-control:-moz-placeholder {
	color: #00000A;
}
/*--------- PLaceholder Specs End --------*/
textarea::-webkit-input-placeholder {
	color: #00000A;
}
textarea:-moz-placeholder {
    color: #00000A;
}
textarea::-moz-placeholder {
    color: #00000A;
}
textarea:-ms-input-placeholder {
    color: #00000A;
}

.caldera-grid .form-control:focus {
	box-shadow: none;
}
div.contact-pg-wrapper {
	padding-bottom: 100px;
}
.blog-listing .post-content a {
	background: #00005A;
	border: 1px solid transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 17px;
	line-height: normal;
	padding: 5px 10px 4px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.blog-listing .post-content a:hover {
	background: transparent;
	border: 1px solid #00005A;
	color: #00005A;
}
.blog-listing .et_pb_blog_grid .et_pb_post {
	border: 0;
}
.blog-listing .entry-title {
    color: #000000;
    font-size: 22px;
	line-height: 27px;
	margin: 0 -19px -2px;
}
.blog-listing .post-content {
    margin: 0 -19px;
}
.blog-listing .post-content p {
    font-size: 15px;
    line-height: 20px;
	margin-bottom: 40px;
}
.pg-title-wrapper.blog-pg {
 	padding-bottom: 60px;
}
div.blog-listing {
    padding-bottom: 100px;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
	max-width: 100%;
    padding-top: 0 !important;
	position: relative;
	width: 100%;
}
.et_post_meta_wrapper img {
	width: 100%;
}
.post_main_image {
	max-height: 400px;
	overflow: hidden;
    position: relative;
}
.post_main_image:after {
	background: rgba(0, 0, 90, 0.7);
    content: '';
    display: block;
	height: 100%;
    position: absolute;
	text-align: center;
	top: 0;
    width: 100%;
}
.post_title_details {
    color: #FFFFFF;
	left: 50%;
	max-width: 1440px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.post_title_details .entry-title {
    font-size: 43px;
	font-weight: bold;
    line-height: 47px;
}
#left-area .post-meta {
    font-size: 34px;
    margin-top: 16px;
}
.post_content .et_pb_text_inner h3 {
	color: #000000;
    font-size: 23px;
    line-height: 28px;
}
.post_content .et_pb_text_inner p {
    font-size: 14px;
    line-height: 20px;
}
.single .et_pb_post {
    margin-bottom: 0;
}
.single .post {
    padding-bottom: 0;
}
.post_content.et_pb_gutters3 .et_pb_column_1_2,
.post_content .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 48.5%;
}
.post_content.et_pb_gutters3 .et_pb_column,
.post_content .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 3%;
}


/*--------- Product Page --------*/
.single.single-product #main-content .container {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
}
.product_desc_img img {
	width: 100%;
}
.product_desc_img {
	position: relative;
}
.product_desc_img .product_desc_overlay {
	background: #FFFFFF;
	left: 130px;
	padding: 5% 4%;
	top: 70px;
	width: 430px;
}
.product_desc_overlay h4 {
	color: #00005A !important;
	font-size: 34px;
}
.product_desc_img .product_desc_overlay p {
	color: #00005A;
	font-size: 22px;
}
.product_desc_img span {
	display: block;
	margin-bottom: -8px;
}


/*---------*/
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    text-transform: uppercase;
}
.product-gallery-wrapper {
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	width: 835px;
}
.page.et_pb_pagebuilder_layout #main-content {
    background-color: #FFFFFF;
}
.product-gallery-wrapper .lSSlideOuter .lSPager.lSGallery {
	margin: 0 auto;
}

/*---------*/
.et_search_outer {
	display:none;
}
.home-banner div.et_pb_row {
	max-width: inherit;
    padding-right: 0;
}
#home_video_background {
	height:100%;
	object-fit: cover;
	width:100%;
	z-index: 1;
}
.product_outer_wrapper {
	background: #e4e4e4;
	margin-top: 46px;
	padding: 34px 0 0;
}
.home_hero_wrapper {
    position: relative;
}
.mute_control {
	bottom: 50px;
	font-size: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 9999;

}
.mute_control a {
	color: rgba(255, 255, 255, 0.7);
}
.video-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	height: calc(100% - 7px);
	height: -webkit-calc(100% - 7px);
	height: -moz-calc(100% - 7px);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 6;
}
.pro_container {
	margin: 0 auto;
	max-width: 1470px;
	padding: 0 15px;
	width: 100%;
}
.proudct_series p {
	color: #00005A;
	font-size: 35px;
	line-height:56px;
	text-transform: uppercase;
}
.product_name h1 {
    color: #00005A;
    font-size: 46px;
    line-height: 56px;
}
.product_metas span {
	color: #00005A;
	display: inline-block;
	font-size: 31px;
	line-height: 52px;
	margin-left: 50px;
}
.product_metas span:nth-child(1) {
	margin-left: 0;
}
.product_short_description p,
.product_short_description ul li {
	color: #000000;
	font-size: 22px;
}
.product_short_description ul li {
	display: block;
}
.pro_other_details .product_short_description span {
	color: #00005A;
	display: inline-block;
	font-size: 28px;
	margin-right: 26px;
	vertical-align: middle;
}
.pro_other_details p {
	color: #00005A;
	font-size: 28px;
}
.pro_details_left {
	float: left;
	width: 100%;
}
.pro_details_right {
	float: none;
	width: 100%;
}
.product_details_wrapper:after,
.pro_other_details:after {
	clear: both;
	content: '';
	display: block;
}
.pro_other_details {
	/*border-top: 1px solid #00005A;
	padding-top: 32px;*/
}
.product_short_description ul {
	display: inline-block;
	vertical-align: middle;
}
.product_short_description ul li {
	display: inline-block;
	margin-right: 30px;
}
.product_short_description ul li:last-child {
	margin-right: 0;
}
a.avil_size {
	background: #00005A;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 17px;
	transition: all 0.2s  ease-in-out;
	-moz-transition: all 0.2s  ease-in-out;
	-ms-transition: all 0.2s  ease-in-out;
	-webkit-transition: all 0.2s  ease-in-out;
}
a.avil_size:hover {
	background: #000000;
	color: #FFFFFF;
}
.product_details_wrapper {
	padding-bottom: 37px;
}
.pro_other_details .pro_details_right {
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 59%;
}
.pro_other_details .pro_details_left {
	display: inline-block;
    float: none;
    vertical-align: middle;
	width: 100%;
}
.product_details_wrapper .product_short_description {
	padding-top: 15px;
}
.product_pdf_dwonload_wrapper {
	background: #00005A;
	margin-top: 0px;
    padding: 50px 20px;
    text-align: center;
}

.product_pdf_dwonload {
	display: inline-block;
}

.product_pdf_dwonload_wrapper a {
	background: #FFFFFF;
	border: 2px solid transparent;
    color: #00005A;
	display: inline-block;
    font-size: 24px;
	line-height: 51px;
    padding: 5px 47px 1px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin: 5px 10px;
}
.product_pdf_dwonload_wrapper a:hover {
	border: 2px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF !important;
}
.relaterd_pro_slider .releted_pro_name {
	display: block;
	font-size: 30px;
	line-height: 40px;
	position: relative;
	text-align: center;
	z-index: 9;
}
.related_product_wrapper_outer h3.related_title {
	color: #303030 !important;
    font-size: 46px;
    font-weight: bold;
	margin-bottom: 20px;
    margin-top: 15px;
	text-align: center;
}
.single-products .related_product_wrapper {
	margin-bottom: 47px;
}
.releted_pro_name {
	margin-top: 5px;
}
div.related_product_wrapper div.owl-nav > button.owl-next > span,
div.related_product_wrapper div.owl-nav > button.owl-prev > span {
	display: none;
}
div.related_product_wrapper div.owl-nav > button.owl-next {
	background-image: url(../ffalcon/assets/long-arrow-rioght.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #00005A;
	height: 80px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease-in-out;
	width: 33px;
	-moz-transform: translateY(-50%);
	-moz-transition: all 0.2s ease-in-out;
	-ms-transform: translateY(-50%);
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in-out;
}

div.related_product_wrapper div.owl-nav > button.owl-prev {
	background-image: url(../ffalcon/assets/long-arrow-left.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease-in-out;
	width: 33px;
	-moz-transform: translateY(-50%);
	-moz-transition: all 0.2s ease-in-out;
	-ms-transform: translateY(-50%);
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in-out;
}

div.related_product_wrapper div.owl-nav > button.owl-next:hover {
	background-image: url(../ffalcon/assets/long-arrow-rioght-white.png);
	background-color: #00005A;
}
div.related_product_wrapper div.owl-nav > button.owl-prev:hover {
	background-image: url(../ffalcon/assets/long-arrow-left-white.png);
	background-color: #00005A;
}
.relaterd_pro_slider {
	padding: 0px 35px;
}
.related_product_wrapper li {
	position: relative;
}
.item_overlay_wrapper {
	background: rgba(0, 0, 90, 0.85);
	height: 100%;
	padding: 67px 62px;
	position: absolute;
	top: 0;
	width: 100%;
}
.tv_overlay_model {
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 0;
}
.overlay_content ul {
	padding-left: 22px;
}
.overlay_content ul li {
	color: #FFFFFF;
	font-size: 23px;
	line-height: 34px;
	list-style: disc;
}
.item_overlay_wrapper .view_detals_btn a {
	background: #FFFFFF;
	border: 2px solid transparent;
	color: #00005A;
	display: inline-block;
	font-size: 23px;
	line-height: normal;
    padding: 15px 0 14px;
	text-align: center;
	transition: color 0.2s ease-in-out;
	width: 100%;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
}
.item_overlay_wrapper .view_detals_btn a:hover {
	border: 2px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF !important;
}
.overlay_content {
    margin: 10px 0;
}
.tv_overlay_price {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 27px;
	margin-top: 20px;
}
.item_overlay_wrapper {
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.owl-item {
	/*transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;*/
}
.owl-item:hover .item_overlay_wrapper {
	visibility: visible;
}

ul.et_mobile_menu li a {
	color: #00005A;
}

/*--------------*/
.et-db #et-boc  div.product_content_parallex {
	padding: 7% 0;
}
.product_desc_img {
    top: -50px;
}
#et-boc div.related_product_wrapper_outer > div.et_pb_row {
	padding-bottom: 0;
	width: 100%;
}
#et-boc .et_pb_section.et_section_regular.related_product_wrapper_outer {
	padding-bottom: 0;
}

/*------------*/
#footer-widgets {
    padding: 55px 0 58px;
}
.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
    margin-bottom: 0px;
}
.et_pb_section.et_pb_section_5.site-call-to-action {
	padding-top: 49px;
}
.et_pb_section.et_pb_section_0.home-banner.et_section_regular {
	padding: 0;
}
.home-banner div.et_pb_row {
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
    min-height: auto;
}
.et_pb_section.et_pb_section_3.site-call-to-action {
    background-color: #00005a;
}
.page-template-home-default-template .et_pb_section.site-call-to-action .et_pb_row.et_pb_row_2 {
	width: 80%;
}
.et_pb_section.site-call-to-action > .et_pb_row {
	padding-left: 0;
    padding-right: 0;
	width: 80%;
}
.related_product_wrapper li.owl-item {
    padding: 46px 0;
	position: relative;
}
li.store_logo img {
    height: 40px;
}

/*------ Main Slider -----*/
button.owl-thumb-item {
	background: transparent;
	border: 0;
    margin: 0;
	margin-right: 10px;
	padding: 0px;
}
button.owl-thumb-item img {
	cursor: pointer;
	height: auto;
	width: 132px;
}
.product-gallery-wrapper .owl-carousel .owl-stage {
	margin: 0px auto;
}
.thumbnail-slider-container.product-gallery-wrapper {
	padding-top: 0;
}
.itm_wrapper {
	padding: 50px 0 30px;
    transform: scale(0.9);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.itm_wrapper:hover {
    transform: scale(1);
}

/*--- 06052019 ----*/
.store_avail_wrapper {
	background: #00005A;
	padding: 32px 0 19px;
}
.pro_other_details {
	margin-bottom: 55px;
}
.store_avail_wrapper .product_short_description span {
	color: #fff;
	font-size: 28px;
	margin-right: 18px;
}
.product_available_sizes {
	margin-right: 18px;
}
.product_metas {
	margin: 2px 0 21px;
}
#mute {
	background-image: url(/wp-content/uploads/unmute.png);
	background-size: 100%;
	bottom: 45px;
	cursor: pointer;
	height: 20px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 20px;
	z-index: 9;
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
.item_overlay .overlay_releted_pro_name {
    color: #FFFFFF !important;
	display: inline-block;
    font-size: 26px;
    font-weight: bold;
	margin-bottom: 14px;
    text-align: left;
}
.pro_overlay_inner_wrapper {
	display: none;
}
.pro_overlay_inner_wrapper.slide {
	display: block;
}
.item_overlay {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.pro_overlay_inner_wrapper.slide + .view_detals_btn {
	display: none;
}
#mute.unmute_img {
	background-image: url('/wp-content/uploads/mute.png');
}
#mute.mute_img {
	background-image: url('/wp-content/uploads/unmute.png');
}
.page-template-home-default-template .related_product_wrapper_outer {
	padding-bottom: 0;
	padding-top: 0;
}
.page-template-home-default-template .related_product_wrapper_outer h3.related_title {
	margin-top: 7px;
}
.releted_quick_view {
    background: #FFFFFF;
    border: 2px solid transparent;
    color: #00005A;
    display: inline-block;
    font-size: 23px;
    line-height: normal;
    padding: 15px 0 14px;
    text-align: center;
    transition: color 0.2s ease-in-out;
    width: 100%;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}
.item_overlay_wrapper .view_detals_btn.related_quick_view a{
	/*background: #00005A;*/
	background: #2ea3f2;
	border-color: #FFFFFF;
	color: #FFFFFF !important;
	padding: 14px 0 14px;
}
.item_overlay_wrapper {
	background: transparent;
}
.item_overlay_wrapper.blue_bg {
    background: rgba(0, 0, 90, 0.85);
	z-index: 9;
}

@media (max-width: 1300px) and (min-width: 1025px){
	.proudct_series p {
		font-size: 25px;
		line-height: 56px;
		text-transform: uppercase;
	}
	.product_name h1 {
		font-size: 36px;
		line-height: 38px;
	}
	.product_metas span {
		font-size: 22px;
		line-height: 35px;
	}
	.pro_other_details p {
		font-size: 26px;
	}
	.pro_other_details .product_short_description span {
		font-size: 26px;
	}
	.item_overlay_wrapper {
		padding: 27px 22px;
	}
	.item_overlay_wrapper .view_detals_btn a {
		padding: 15px 38px 14px;
	}
	.et_pb_section.site-call-to-action > .et_pb_row {
		width: 100% !important;
	}
}
@media (max-width: 1200px){
	#et-boc div.et_pb_section.et_pb_section_5.site-call-to-action {
		padding-left: 30px;
		padding-right: 30px;
	}
	a.avil_size {
		padding: 2% 3%;
	}
	.pro_other_details p {
		font-size: 26px;
	}
	.pro_other_details .product_short_description span {
		font-size: 26px;
	}
	.item_overlay_wrapper {
		padding: 27px 22px;
	}
	.item_overlay_wrapper .view_detals_btn a {
		padding: 15px 38px 14px;
	}
	.item_overlay {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	div.blog-listing {
		padding-bottom: 0;
	}
}
@media (max-width: 1024px){
	.pro_details_right {
		float: none;
		width: 100%;
	}
	.pro_details_left {
		float: none;
		width: 100%;
	}
	.pro_other_details .pro_details_left {
		width: 100%;
	}
	.pro_other_details .pro_details_right {
		margin-top: 20px;
		width: 100%;
	}
	a.avil_size {
		padding: 1% 2%;
	}

	/*-----BLOG PAGE----*/
	h1.pg-title:after {
		bottom: -5px;
	}
	h1.pg-title {
		font-size: 36px;
		margin-top: 20px;
	}
	.pg-title-wrapper.blog-pg {
		padding-bottom: 20px;
	}
	div.pg-title-wrapper {
		padding-bottom: 40px;
	}
	div.blog-listing {
		padding-bottom: 0;
	}

	/*---- Footer ---*/
	.et_pb_section.site-call-to-action {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.et_pb_section.site-call-to-action > .et_pb_row {
		padding-left: 37px !important;
		padding-right: 37px !important;
		width: 100% !important;
	}
}
@media (max-width: 1024px) and (min-width: 980px){
	h1.pg-title {
		margin-top: 50px;
	}
}
@media (max-width: 980px){
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
	}
	#footer-widgets .footer-widget #text-2 {
		margin-bottom: 16px !important;
	}
	#footer-widgets .footer-widget #nav_menu-2 {
		margin-bottom: 17px !important;
	}
	.product-gallery-wrapper {
		width: 100%;
	}
	.thumbnail-slider-container.product-gallery-wrapper {
		padding: 40px 20px 0;
	}
	#et-boc div.et_pb_section.et_pb_section_5.site-call-to-action .et_pb_row.et_pb_row_4 {
		width: 100%;
	}
	.relaterd_pro_slider .releted_pro_name {
		font-size: 20px;
	}
	.cta-form-wrapper h5 {
		font-size: 24px;
	}
}

@media (max-width: 768px){
	div.site-call-to-action {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cta-form-wrapper .caldera-grid .form-control,
	.cta-form-wrapper .form-group .newsletter-btn	{
		background-image: none;
		border-radius: 0;
		height: 50px;
		padding-right: initial;
		width: 100%;
		text-align: center;
	}
	.cta-form-wrapper .form-group .newsletter-btn {
	    padding: 0;
	}
	.caldera-grid .form-group {
		width: 100%;
	}
	.cta-form-wrapper .caldera-grid .form-control {
		font-size: 16px;
		padding: 0px 10px;
	}
	#footer-widgets div.footer-widget a,
	#footer-widgets div.footer-widget li a {
		font-size: 15px;
	}
	#footer-widgets .footer-widget li {
		display: block;
		margin-left: 0;
	}
	.cta-form-wrapper h5 {
		font-size: 25px;
	}
	.cta-form-wrapper .subscribe_btn {
	    margin-left: 0;
	}
	.cta-form-wrapper .caldera-grid .row {
		margin-left: 0;
	}
	.product_pdf_dwonload_wrapper a {
		font-size: 14px;
		padding: 5px 20px 1px;
	}
	.contact-details h2 {
		font-size: 30px;
	}
	.contact-details p {
		font-size: 16px;
	}
	.et_pb_section.site-call-to-action {
		padding: 0 !important;
	}

	/*-----------*/
	.overlay_content ul li {
		font-size: 18px;
		line-height: 24px;
	}
	.tv_overlay_model {
		font-size: 18px;
	}
	.tv_overlay_price {
		font-size: 18px;
		margin-bottom: 8px;
		margin-top: 0px;
	}
	.item_overlay_wrapper .view_detals_btn a {
		padding: 5px 18px 4px;
		font-size: 15px;
	}
	#left-area .post-meta {
		font-size: 16px;
		margin-top: 0;
	}
	.post_title_details .entry-title {
		font-size: 16px;
		line-height: 18px;
		color: #FFFFFF;
	}
	.contact_form .caldera-grid .row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 768px) and (min-width: 568px){
	.overlay_content ul li {
		font-size: 18px;
		line-height: 24px;
	}
	.tv_overlay_model {
		font-size: 18px;
	}
	.tv_overlay_price {
		font-size: 18px;
		margin-bottom: 8px;
		margin-top: 0px;
	}
	.item_overlay_wrapper .view_detals_btn a {
		padding: 5px 18px 4px;
	}
}
@media (max-width: 568px) {
	.proudct_series p {
		font-size: 24px;
		line-height: 36px;
	}
	.product_name h1 {
		font-size: 28px;
		line-height: 30px;
	}
	.product_metas span {
		font-size: 18px;
		line-height: 28px;
		margin-left: 10px;
	}
	.product_metas span:last-child {
		font-weight: bold;
	}
	.product_short_description p,
	.product_short_description ul li {
		font-size: 18px;
	}
	.pro_other_details p {
		font-size: 18px;
	}
	.pro_other_details {
		padding-top: 15px;
	}
	.product_short_description ul li {
		/*width: 80px;*/
	}
	.pro_other_details .product_short_description span {
		font-size: 18px;
		margin-right: 10px;
	}
	.product_desc_img .product_desc_overlay p {
		font-size: 16px;
		line-height: normal;
	}
	.product_desc_overlay h4 {
		font-size: 24px;
	}
	.product_desc_img .product_desc_overlay {
		width: 100%;
	}
	.product_pdf_dwonload_wrapper {
		margin-top: 0px;
		padding: 30px 0;
	}
	.related_product_wrapper_outer h3.related_title {
		font-size: 30px;
		margin-bottom: 0;
		margin-top: 0;
	}
	#footer-widgets {
		padding: 35px 0 30px;
	}
	#et-boc div.et_pb_section.et_pb_section_5.site-call-to-action {
		padding: 20px;
	}
	/*---- BLOG -----*/
	h1.pg-title {
		font-size: 26px;
		margin-top: 20px;
	}
	.blog-listing .entry-title {
		font-size: 20px;
		line-height: 22px;
	}
	.blog-listing .post-content p {
		margin-bottom: 20px;
	}
	.post_title_details .entry-title {
		font-size: 24px;
		line-height: 30px;
	}
	/*--- Contact Page ---*/
	.contact_form .caldera-grid .btn {
		width: 100%;
	}
	#left-area .post-meta {
		font-size: 14px;
		margin-top: 0;
	}
	.post_title_details .entry-title {
		font-size: 16px;
		line-height: 18px;
		color: #FFFFFF;
	}
}



/**** Product Short Description *****/
.product_short_description{
    line-height: 2.2em
}

/****
	Blog Post
****/
.post_title_details h1 {
    color: #fff
}


/**** hide footer line  ****/

@media (min-width: 981px){
#main-content .container:before {
background-color: #fff
}
}

/* FIX THANK YOU PAGE */
.et_pb_row_0.et_pb_row.contact-pg-wrapper{
	margin-right: auto!important;
}


/*** HIDE RRP Price on overlay globally ***/
.tv_overlay_price{
    display: none;
}
/** Add margin above view product button on overlay - globally ***/
.view_detals_btn {
    margin-top: 30px
}



/*** menu customisation - Mqy 2020 clutch ***/
@media all and (min-width:981px){
	.sub-menu{
	    margin-top: 10px;
	    margin-left: -130px;
	}
}

#mobile_menu{
    margin-top:10px;
}

#mobile_menu a{
    color: #fff
}



/**** product page changes  august 2020****/
.product_spec {
    margin-top: 30px;
}

.product_spec a {
    padding: 15px 40px;
    background: #00005A;
    border: 1px solid #00005A;
    color: #fff;
}

.product_spec a:hover{
    background: #fff;
    transition: 0.5s;
    color: #00005A;
}


.disclaimer-alexa {
    font-size: 12px;
    line-height: normal;
    
}
/************* new product *******/
.new_product_layout .product_outer_wrapper{
background-color: #fff;
text-align: center;
}

.new_product_layout .product_spec a{
	background-color: #fff;
	color:#00005A;
	text-decoration: underline;
	border:0;
}

.new_product_layout .product_short_description{
	padding:10px 15%;
}
.new_product_layout .product_metas span {
    font-size: 24px;
}
.new_product_layout .pro_other_details {
    margin-bottom:30px;
}
.new_product_layout .product_spec a:hover{
	text-decoration: none;
}

.new_product_layout .product_available_sizes p{
    font-size: 20px;
	color:#000000;
}

.new_product_layout .product_available_sizes a.avil_size{
	background-color: #fff;
	border:0;
	color:#00005A;
	text-decoration: underline;
}

.new_product_layout .product_available_sizes a.avil_size:hover{
	text-decoration: none;
}

.new_product_layout .store_avail_wrapper {
	background: #fff;
	padding: 32px 0 19px;
}

.new_product_layout .store_avail_wrapper .product_short_description span {
	color:#00005A;
	font-weight: 600;
	font-size: 24px;
	margin: 0;
	padding-bottom: 18px;
}
.new_product_layout .product_short_description ul {
    width: 100%;
}
@media (max-width: 980px) and (min-width: 280px){
	.new_product_layout .product_short_description{
		padding:10px 3%;
	}
}

/* WEB REN EDITS */
#main-header .nav li.menu-item ul ul {
    width: 350px;
}
#main-header .nav li.menu-item ul ul li, #main-header .nav li.menu-item ul ul li a {
	width:  auto;
}