@charset "utf-8";
/* CSS Document */

.container-row-1 {
    width:100%;
    float:left;
}
.container-row-1 h1 {
    font-size:36px;
    color:#0f0f0f;
    margin-bottom:30px !important;
    font-weight:normal;
    text-transform:uppercase;
    text-align:center;
}
.container-row-1 .col {
    width:30%;
    float:left;
}
.container-row-1 .col:nth-child(2) {
    margin:0 5%;
}
.container-row-1 .col h2 {
    font-size:19px;
    color:#0f0f0f;
    margin:20px 0;
    text-transform:uppercase;
}


.container-row-1 .col p {
    font-size:16px;
    line-height:28px;
    color:#4a4a4a;
    font-weight:300;
}
.container-row-2 {
    width:100%;
    float:left;
    position:relative;
    background:url("../images/container-row-2-box.jpg") center center no-repeat;
    background-size:cover;
    height:626px;
    overflow:hidden;
}
.container-row-2-box {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50% !important;
    z-index: 1;
}
.container-row-2-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom: 625px solid rgba(0, 0, 0, 0.8);
    border-right: 100px solid transparent;
    width: 100%;
    z-index: -1;
}
.container-row-2-box .wrapper {
    max-width: 600px !important;
    width: 96% !important;
    float: right !important;
    position: relative !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 37% !important;
}
.container-row-2-box h2 {
    font-size:36px;
    line-height:60px;
    font-weight:300;
    margin-bottom:20px;
    text-transform:uppercase;
    color:#fff;
}

.container-row-3 {
    width:100%;
    float:left;
    position:relative;
    background:url("https://www.neilholmangolf.co.uk/wp-content/uploads/2021/04/container-row-3-box.jpg") center center no-repeat;
    background-size:cover;
    height:626px;
    overflow:hidden;
}
.container-row-3-box {
    position: absolute !important;
    left: inherit;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50% !important;
    z-index: 1;
}
.container-row-3-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom: 625px solid rgba(0, 0, 0, 0.8);
    border-left: 300px solid transparent;
    width: 100%;
    z-index: -1;
}
.container-row-3-box .wrapper {
    max-width: 600px !important;
    width: 96% !important;
    float: left !important;
    position: relative !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:right;
    margin-top: 37% !important;
}
.container-row-3-box h2 {
    font-size:36px;
    line-height:60px;
    font-weight:300;
    margin-bottom:20px;
    text-transform:uppercase;
    color:#fff;
}
.container-row-4 {
    width:100%;
    float:left;
    position:relative;
    background:url("https://www.neilholmangolf.co.uk/wp-content/uploads/2021/04/container-row-4-box.jpg") center center no-repeat;
    background-size:cover;
    height:626px;
    overflow:hidden;
}
.container-row-4-box {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50% !important;
    z-index: 1;
}
.container-row-4-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom: 625px solid rgba(0, 0, 0, 0.8);
    border-right: 100px solid transparent;
    width: 100%;
    z-index: -1;
}
.container-row-4-box .wrapper {
    max-width: 600px !important;
    width: 96% !important;
    float: right !important;
    position: relative !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 37% !important;
}
.container-row-4-box h2 {
    font-size:36px;
    line-height:60px;
    font-weight:300;
    margin-bottom:20px;
    text-transform:uppercase;
    color:#fff;
}
.video-box {
    width:100%;
    float:left;
}
.testimonial-box {
    width:100%;
    float:left;
}
.testimonial-box h2 {
    font-size:36px;
    color:#0f0f0f;
    margin-bottom:30px !important;
    text-transform:uppercase;
    font-weight:300;
    text-align:center;
}
.testimonial-row {
    width:100%;
    float:left;
}
.testimonial-row .col {
    width:31% !important;
    float:left;
    padding:20px;
    border-left:1px solid #5d5d5d !important;
    border-bottom:1px solid #5d5d5d !important;
    position:relative !important;
}
.testimonial-row .col:after {
    position:absolute;
    top:0;
    content:"";
    left:0;
    width:260px;
    height:1px;
    background:#5d5d5d;
}
.testimonial-row .col:before {
    position:absolute;
    bottom:0;
    content:"";
    right:0;
    width:1px;
    height:210px;
    background:#5d5d5d;
}
.testimonial-row .col p {
    font-size:15px;
    color:#4a4a4a;
    line-height:24px;
    font-weight:300;
}
.testimonial-row .col h3 {
    font-size:17px;
    color:#0f0f0f;
    line-height:24px;
    margin-top:15px;
}
.testimonial-row .col:nth-child(2) {
    margin:0 3%;
}
.footer {
    width:100%;
    float:left;
    background:#000000;
}
.footer  p {
    font-size:16px;
    color:#fff;
    font-weight:normal;
    line-height:30px;
}
.footer  p a {
    color:#929292;
}
.footer h2 {
    font-size:20px;
    color:#fff;
    margin-bottom:15px;
    font-weight:400;
    text-transform:uppercase;
}
.col-1 {
    width:30%;
    float:left;
    text-align:center;
}
.col-1 img {
    margin-bottom:30px;
}
.col-2 {
    width:18%;
    float:left;
}
.footer-menu {
    width:100%;
    float:left;
}
.footer-menu li {
    display:block;
}
.footer-menu li a {
    display:block;
    font-size:15px;
    color:#fff;
    font-weight:normal;
    padding:8px 0;
}
.col-3 {
    width:25%;
    float:right;
}
.col-4{
	width:25%;
    float:left;
}
.col-3 p {
    text-transform:uppercase;
}
.copy-right {
    width:100%;
    float:left;
    background:#98c10f;
    padding:20px 0;
}
.copy-right p {
    font-size:15px;
    color:#fff;
    font-weight:normal;
}
.copy-right p a {
    color:#fff;
    font-size:20px;
}
.copy-right .left {
    float:left;
}
.copy-right .right {
    float:right;
}
input[type=text],input[type=email],input[type=tel],select, textarea {
    width: 100%;
    float: left;
    padding: 8px 5px;
    border: #d9d9d9 solid 1px;
    background: #FFF;
    font-size: 14px;
}
textarea{
    height:100px;
}
.error-404 .page-title{background: #142c4c;padding: 100px 0;text-align: center;font-size: 35px;color: #fff;margin: 50px 0;border-radius: 10px;}
.error-404 .page-title span{font-size: 60px;}
.error-404{text-align: center;width:70%;margin-left:15%;float:left;}
.error-404 .page-content{font-size: 20px;font-weight: 400;color: #a01b3a;margin-bottom: 70px !important;}

label {
    font-size: 15px;
    color: #5A5A5A;
    width: 100%;
    float: left;
    margin: 8px 0;
}

input[type=submit] {
    background-color: #98c10f;
    float: right;
    padding: 9px 35px;
    border: none;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    margin-top: 10px;
}
input[type="submit"]:hover{background:#231f20;}


input[type=submit]:hover {
    background-color: #45a049;
}
.entry-title{
    width: 94%;
    max-width: 1200px;
    position: absolute;
    left: 50% !important;
    top: 50%;
    -webkit-transform: translate(-50% ,-50%);
    -moz-transform: translate(-50% ,-50%);
    -ms-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
    z-index: 9;
    text-align: center;
    background: none !important;
    bottom: auto !important;
    opacity: 1 !important;
    color:#fff;
}
.entry-header h1 {color: #fff;font-weight: 700;font-size: 30px;line-height: 60px;margin-bottom: 0 !important;text-align: center;text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;text-transform:uppercase;}
.green-bg h3,.green-bg p{color:#fff !important;}
.inner-banner {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.inner-banner img {
    width: 100%;
}
.page-id-20 .vc_col-sm-6,.page-id-40 .vc_col-sm-6{
    width: calc(96% / 2);
    margin: 0 2% 2% 0;
    float: left;
    /*box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.14);*/
    padding: 30px;
}
.page-id-8 .vc_col-sm-6,.page-id-6 .vc_col-sm-6{
	 width: calc(96% / 2);
    margin: 0 2% 2% 0;
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.14);
    padding: 30px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px !important;
    float: left !important;
    width: 100%;
    margin-bottom: 8px !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    display: inline-block !important;
    text-align: center !important;
}
.inner-header{
    position: static;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    float: left;
    padding: 10px 0;
}
.vc_col-sm-6 ,.vc_col-sm-12  p{
    font-size: 16px;
    line-height: 28px;
    color: #4a4a4a;
    font-weight: 300;
}
h3{
    font-size: 24px;
    color: #98c10f;
    /*font-family: 'GFS Didot', serif;*/
    line-height: 45px;
    margin-bottom: 20px;
}
.ngg-gallery-thumbnail-box {
    padding: 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    margin: 8px;
}
.wpb_single_image .vc_figure{
	 padding: 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.page-id-6 .wpb_single_image .vc_figure{
	/* 	 padding: 5px !important; */
box-shadow:none !important;
}
.inner-list {
	width:100%;
	float:left;
}
.inner-list li {
	display:block;
	padding:8px 0 8px 30px;
	font-size:16px;
	color:#4a4a4a;
	background:url("https://dev.simplydigital.website/torbay-golf-centre/wp-content/uploads/2021/03/tick-mark.png") left 10px no-repeat;
}
.voucher{padding-top:80px;}
.voucher p{font-size:20px;}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.header-social{
	float:right;
}
.header-social li{
	display:inline-block;
	float:left;
}
.header-social .fa{
	padding:12px;
	width:40px;
}
.popupmodal{
	z-index:9999;
	display:block;
	position:fixed;
	left:0;top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.6);
}
.popupmodal .close {
      position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: medium;
    border-color: #3d3938db;
    border-style: solid;
    right: -4px;
    top: -3px;
    color: #f2f2f2;
    line-height: 15px;
    background: #3d3938f7;
    text-align: center;
    font-size: 18px;
}
.popupmodal-content {
    width: 100%;
    float: left;
}
.popupmodal-content-inn {
    width: 45%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.popupmodal-content-inn-row {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
	
}
.popupmodal-content-inn-row p {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 32px;
    color: #769903;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
	height:410px !important;
}
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-new-area  {
	width:100%;
	float:left;
}

@media only screen and (max-width: 1174px) {
    .nav {
        text-align: center;
    }
    .nav .wrapper {
        width: 100%;
    }
        .main_menu{display:none;}    

    .mobMenu {
        display: inline-block;
    }
	.header-right {
    float: none;
}
    .main_menu {
        width: 300px;
        z-index: 9999;
		    float: right;
		top: -35px;
		position: relative;
		right: -55px;
		background:#fff;
    }
 
    .main_menu li {
        padding: 0;
        width: 100%;
    }
    .main_menu li:last-child {
        border: none;
    }
    .main_menu li a {
        padding: 10px 5%;
        border-top: 1px solid #98c10f;
        display: block;
		color:#0f0f0f;
    }
    .main_menu li:hover,
    .main_menu li:hover>a,
    .main_menu li.active>a {
        background: none;
    }
    .has-submenu:after {
        content: "+";
        font-size: 20px;
        line-height: 35px;
        font-weight: 400;
        color: #2d2d2d;
        position: absolute;
        right: 5%;
        top: 0;
    }
    .closeDropdown:after {
        content: "-";
        font-size: 41px;
        font-weight: 300;
    }
    .submenu {
        background: none !important;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        display: none;
    }
    .submenu a {
        padding: 10px 5% !important;
        background: #f2f2f2 !important;
        border-bottom-color: #fff !important;
        color: #2d2d2d !important;
    }
    .submenu:before {
        display: none;
    }
	.banner-inn p {
		font-size:40px;
		line-height:45px;
	}
}
.video-box {
	width:100%;
	float:left;
	      box-shadow: 0 0 5px rgb(0 0 0 / 30%) !important;
    padding: 10px;
    margin-bottom: 30px !important;
}
@media only screen and (max-width: 1300px) {
    .main_menu li a {
        padding: 15px 12px;
    }

}

@media only screen and (max-width: 1024px) {
    .header-middle p {
        font-size: 24px;
        line-height: 32px;
    }
    .service_title {
        font-size: 18px;
    }
	.wrapper {
		width:95% !important;
	}
}

@media only screen and (max-width: 980px) {
    .header {
        text-align: center;
        padding: 10px 0;
    }
    #logo {
        float: none;
    }
    .header_right,
    .header-middle {
        width: 100%;
        padding: 0;
        text-align: center;
        border-right: none;
    }
    .header-middle {
        margin-top: 5px;
    }
    .header-middle p {
        font-size: 22px;
        line-height: 26px;
    }
    .ngg-galleryoverview.default-view {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
	.col-1, .col-2, .col-3, .col-4 {
		width:100%;
		text-align:center;
		margin:20px 0;
	}
	.page-id-8 .vc_col-sm-6, .page-id-6 .vc_col-sm-6 {
		width: calc(96% / 1);
		height:auto;
	}
	.strong-view.wpmtst-default .wpmtst-testimonial-inner {
		height:auto !important;
	}
}

@media only screen and (max-width: 840px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 13px;
        line-height: 24px;
    }

    .our_services {
        text-align: center;
    }


    .footer{
        text-align: center;
    }
    .ngg-galleryoverview.default-view {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .banner_content h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .page-id-20 .vc_col-sm-6,.page-id-40 .vc_col-sm-6,.page-id-8 .vc_col-sm-6{
        width: 100%;
        margin: 0 2% 2% 0;
        float: left;
        /*box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.14);*/
        padding: 30px;
    }
	.container-row-1 .col {
		width:100%;
		float:left;
		text-align:center;
		margin:10px 0;
	}
	.container-row-1 .col:nth-child(2) {
		margin:0;
	}
}

@media only screen and (max-width: 768px) {
    .contact_row {
        text-align: center;
    }
    .contact_right {
        width: 100%;
        float: left;
        padding-left: 0 !important;
        margin-top: 30px;
    }
    .contact_right label {
        text-align: left;
    }
    .map {
        display: none;
    }
    .map2 {
        display: block;
    }
	.banner-inn p {
		font-size:25px;
		line-height:30px;
	}
	.testimonial-row .col {
		width:100% !important;
		float:left;
		margin:10px 0;
	}
	.testimonial-row .col:nth-child(2) {
		margin:0;
	}
	
	.popupmodal-content-inn {
		width:80%;
	}
}

@media only screen and (max-width: 640px) {
    .header {
        text-align: center;
    }
    #logo {
        float: none;
        display: inline-block;
    }
    .header_right {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }


    .ngg-galleryoverview.default-view {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 480px) {


    .gallery_page h3 {
        text-align: center;
    }
	.banner-inn p {
		display:none;
	}
}
