/*
Theme Name: Tour The Greens
Theme URI: http://tourthegreens.com.au/
Author: The Web Dojo
Author URI: http://www.thewebdojo.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nbtgolf
Tags:

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	margin: 0.67em 0;
	font-family: 'Roboto', sans-serif;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	font-weight: 600;
}

h2 {color: #000; } 
h3 {color: #000; line-height: 36px; font-size: 22px; }

p {
	font-family: 'Open Sans', sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wdpu-content input[type="submit"], button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 8px 15px; border: 1px solid #8cc63e; box-shadow: none; font-size: 14px; text-transform: uppercase; background: #8cc63e; color: #fff; transition: ease all 0.2s; 
}

.wdpu-content input[type="submit"]:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	padding: 8px 15px; border: 1px solid #8cc63e; box-shadow: none; font-size: 14px; text-transform: uppercase; color: #8cc63e; background: #fff; transition: ease all 0.2s; 
}

.wdpu-content input[type="text"], .wdpu-content input[type="email"] { margin-bottom: 10px; padding: 15px 10px; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border: #666 1px solid;
	color: #666;
	border: none;
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 14px;
	max-width: 400px;
}

.page-id-18 input[type="text"], .page-id-18 input[type="email"], .page-id-18 textarea { border: 1px solid #ccc; }
select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 5px 10px;
}

textarea {
	padding: 10px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #8cc63e;
}

a:visited {
	color: #8cc63e;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.social-container {
    background-color: #e2e2e2;
    padding: .5rem 0;
    text-align: right;
}
.social-container p {
    margin-bottom: 0;
}
.social-container a{
    color: #353535;
    font-weight: 700;
}
.menu-container {
    background-color: #8cc63e;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: .8;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    padding: 20px 0;
    font-size: 12px;
    float: right;
}
.main-navigation li {
    float: left;
    position: relative;
    padding-left: 10px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
}
/*footer#colophon {
    background-color: #373435;
    color: #fff;
    padding: 58px 0 48px 0;
    margin-top: 0px;
}*/
.widget-title{
    font-size: 14px;
    margin: 20px 0 20px 0;
}
.site-info{
    padding: 25px 0;
    background-color: #6DAB3C;
    color: #fff;
}

.site-info p { font-size: 12px; }
.site-info a { color: #fff; }

.page-header {
    background: url(/wp-content/uploads/2018/09/british-open-banner.jpg) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    font-size: 32px;
    height: 322px;
    padding: 130px 0 0 0;
    margin: 0;
    border: 0;
}
.page-header h1 {
    font-size: 7.2rem;
    font-weight: 400;
}
.site-branding .site-title img {
    margin-top: 1.5em;
}
.logo-container {
    width: 310px;
    position: absolute;
    background-color: #fff;
    z-index: 2;
}
.blog-post{
    margin-top: 40px;
}
.featured-image{
    margin-bottom: 20px;
}
.featured-image img {
    width: 100%;
    height: auto;
}
.post-container{
margin-bottom: 40px;
}

/*--------------------------------------------------------------
## General CSS
--------------------------------------------------------------*/
html {
    font-size: 62.5%; /* 10px browser default */
}
body {
    color: #000;
    font-family: Open Sans;
    font-style: normal;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.45;
    background-color: #fff;
    overflow-x: hidden;
}
body > div {
    font-size: 1.8rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans !important;
    margin: 0 0 10px;
    line-height: 1.2;
}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1600px) {
    html {
        font-size: 56.3%;
    }
}
@media only screen and (max-width:960px) {
    html {
        font-size: 45%;
    }
}

@media only screen and (max-width:767px) {
    br {
        display: none;
    }
}

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

}

/* # Start your customization here
---------------------------------------------------------------------------------------------------- */
.fw-600, .fw-600 * {
    font-weight: 600;
}
.fw-700, .fw-700 * {
    font-weight: 700 !important;
}

header#masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-branding {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 245px;
}
#site-navigation ul li a {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    padding-left: 4rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#site-navigation ul li a:hover {
    color: #8cc63e;
}
#site-navigation .current-menu-item a {
    color: #8cc63e;
}
.main-navigation li {
    float: none;
    display: inline-block;
    padding-left: 0;
}
.site-branding .site-title img {
    margin-top: 0;
}
.site-branding p {
    margin-bottom: 0;
}
header#masthead, .top-container {
    max-width: 1750px;
    width: 95%;
}
.site-branding a {
    display: inline-block;
}
#site-navigation {
    width: 100%;
    text-align: right;
}

#home-sec1 button.vc_general {
    font-weight: 600;
    max-width: 24.1rem;
    width: 100%;
    padding: 2.1rem 1rem;
    font-size: 2.2rem;
}
#home-sec1 h2 {
    text-transform: uppercase;
}
#home-sec4 .destination-posts a[title="Read more"] {
    background-color: transparent;
    font-size: 1.5rem;
    color: #a0a0a0;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 500;
}
#home-sec4 .destination-posts h4 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center !important;
    display: block;
}
#home-sec4 .destination-posts .vc_gitem-zone {
    margin-bottom: 1rem;
    background-color: transparent !important;
}

#home-sec3 button {
    font-size: 1.8rem;
    padding: 1.1rem 4.4rem;
}
.vc_toggle_content {
    padding-left: 0px !important;
}

#british-sec2 {
    background-position: bottom center !important;
}
#british-sec2 p {
    text-align: center;
    max-width: 105rem;
    margin-left: auto;
    margin-right: auto;
}
.vc_btn3.vc_btn3-size-md {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#british-sec3 p {
    text-align: center;
    font-size: 1.5rem;
}
.packages-col h3 {
    font-weight: 700 !important;
}
.package-price {
    font-size: 2rem;
}
.enquire-btn a {
    max-width: 25.8rem;
    width: 100%;
    font-weight: 700;
}
#british-sec4 .box-button button {
    border: .3rem solid #d3d3d3;
    background-image: none !important;
    background-color: transparent;
    font-size: 2.5rem;
    max-width: 35.2rem;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 6.4rem 1rem;
    transition: all .3s ease;
}
#british-sec4 .box-button button:hover {
    border: .3rem solid #8cc63e;
}
#british-sec5 h2 {
    font-weight: 700 !important;
}

/* ============= [ Footer ] =============*/
#footer-widgets {
    text-align: center;
    background-color: #161616;
    padding: 8.5rem;
}
#footer-widgets ul li {
    display: inline-block;
	margin-right: 1rem;
}
#footer-widgets ul li a {
    font-size: 2.6rem;
    color: #fff;
}
.call-holder nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.call-holder, .call-icons {
    display: inline-block;
}
.call-icons ul {
    padding-left: 0;
	margin-bottom: 0;
}
#footer-widgets h3 {
    font-size: 4.5rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}
#footer-widgets h3 .green {
    color: #8cc63e;
}
.call-holder p {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700;
	margin-bottom: 0;
    position: relative;
    padding-right: 1.5rem;
    margin-right: 1rem;	
}
.call-holder p a {
    color: #8cc63e;
}
#footer-widgets aside {
    margin-bottom: 0;
}
.footer-credits {
	position: relative;
    background-color: #090909;
    padding: 5rem 0;
}

.footer-credits .credits {
    width: 100%;
    text-align: center;
    color: #8b8b8b;
    margin-bottom: 0;	
	font-size: 1.3rem;
}
.credits a {
    color: #8cc63e;
}
.footer-credits .credits a:hover {
    text-decoration: none;
}

#footer-menu {
    padding-left: 0;
}
#footer-menu li {
    display: inline-block;
}
.footer-menu {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
#footer-menu li a {
    color: #5e5e5e;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 1.3rem;
    margin: 0 1.6rem;
    font-weight: 400;
}
#footer-menu li.current-menu-item a {
    color: #8cc63e;
}
#footer-menu li a:hover {
    text-decoration: none;
    opacity: .7;
}
.footer-credits:before {
    content: '';
    background-image: url('/tourthegreens/wp-content/uploads/2018/08/footer-border.png');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.call-holder {
    margin: 9rem 0 3.5rem;
}
.call-holder nf-field {
    width: 33.33%;
    display: inline-block;
    margin-bottom: 15px;
}
.call-holder nf-field:last-of-type {
    width: 100%;
}
.call-holder .nf-field-element input {
    padding: 2rem 1.7rem;
    max-width: 28.8rem;
    margin-left: -2.7rem;
    margin-right: -2.7rem;
    width: 100%;
}
.call-holder .nf-field-element input[type="button"] {
    max-width: 26.7rem;
    width: 100%;
    margin: 0 auto;
    background-color: #8cc63e;
    color: #fff;
    border: .1rem solid #8cc63e;
    font-size: 2.7rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: auto;
    border-radius: .5rem;
    text-transform: capitalize;
    padding: 1.2rem 2rem;
}
.call-holder .nf-field-element input[type="button"]:hover {
    background-color: transparent;
    color: #8cc63e;
    border: .1rem solid #8cc63e;
}
.call-holder .nf-field-container {
    margin-bottom: 1rem;
}
.call-holder .nf-field-element input {
    font-size: 1.8rem;
}

.call-holder .nf-field-element input {
    font-size: 1.8rem;
}
.call-icons p,
.call-icons ul {
    display: inline-block;
}
.call-icons a {
    color: #8cc63e;
}
.call-icons p {
    font-size: 3.2rem;
    font-weight: 700;
	color: #fff;
    position: relative;
    padding-right: 1rem;
    margin-right: 1rem;	
}
.call-icons p:after {
    content: '';
    width: .2rem;
    height: 4.2rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
}
/****icon-list*/
.custom-list h3 {
    background-image: url(/tourthegreens/wp-content/uploads/2018/08/list-icons-1.png);
    background-size: 32px;
    padding: 19px 19px 7px 46px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
}
/* ============= [new psecialization section] =======*/
.homeblurbs {
    text-align: center;
}

.homeblurbs a:nth-child(1) {
    display: block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 50% 0;
    margin-bottom: 20px;
}

.homeblurbs a:nth-child(1) img {
    display: none;
}

.homeblurbs h2 {
    text-align: center;
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center !important;
    display: block;
    margin-bottom: 20px;
}

a.viewpage {
    background-color: transparent;
    font-size: 1.5rem;
    color: #a0a0a0;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 500;
}
.list-icons-block h2.vc_custom_heading:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    margin-right: 7px;
}

.destination-image {
    position: relative;
    padding: 30% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.destination-image img {
    display: none;
}

.destination-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
}


/********** Us Masters page ******/
.page-id-10 .internal-banner-sec {
    background-position: bottom center!important;
}
.imagecarousel-custom img {
    width: 100%;
}

.imagecarousel-custom a.vc_carousel-control {
    color: #fff!important;
    opacity: 1;
    font-size: 28px!important;
}

.imagecarousel-custom a.vc_carousel-control span {
    font-size: 53px!important;
    transform: translate(0,-50%);
}

.imagecarousel-custom ol.vc_carousel-indicators li {
    background: #fff;
    border: 1px solid gray;
}

.imagecarousel-custom ol.vc_carousel-indicators li.vc_active {
    background: #8cc63e;
    border-color: #8cc63e;
}
.page-id-13 div#british-sec2 {
    background-size: contain!important;
    background-position: bottom center!important;
}
.btns-row a.vc_general.vc_btn3 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.holiday-btn a.vc_general.vc_btn3 {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    max-width: 280px;
}
.day-section-3 img {
    float: none;
    padding-bottom: 10px;
}
.day-section img {
    float: none;
}
.day-section p {
    margin: 0;
}

#cta-form h2,
#cta-form p {
    color: #000;
}
#cta-form input.wpcf7-form-control.wpcf7-text,
#cta-form textarea {
    padding: 2rem 1.7rem;
    max-width: 100%;
    margin-left: -2.7rem;
    margin-right: -2.7rem;
    width: 100%;
    border: .1rem solid #000;
}
.info-table .ult_pricing_heading {
    background-color: #88c13c !important;
    background-image: none !important;
}
.accordion-green .vc_active .vc_tta-panel-body,
.accordion-green .vc_active .vc_tta-panel-heading {
    background-color: #66a038!important;
}
.accordion-green .vc_tta-panel-body,
.accordion-green .vc_tta-panel-heading {
    background-color: #82b839 !important;
}

.wph-modal .wph-modal--image img {
    width: 100%;
    height: 100% !important;
}
.wph-modal .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 49%;
    float: left;
    margin-bottom: 5px;
}
.wph-modal .wpcf7-form-control-wrap input {
    border: 1px solid #666 !important;
}
.wph-modal .wpcf7-form-control {
    border: 1px solid #666;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.wph-modal .wpcf7-form p br {
    display: none !important;
}
.wph-modal .wpcf7-form-control-wrap.your-email {
    width: 100%;
    display: block;
    max-width: 100%;
}
.wph-modal .wpcf7-form p {
    box-sizing: border-box;
    height: auto;
}
.wph-modal .wpcf7-form-control-wrap.your-email input {
    width: 100%;
    max-width: 100%;
}
.wph-modal .wph-modal--image img {
    width: 100%;
    display: block;
    height: 100%;
}
.wph-modal .wpcf7-form-control-wrap.first-name {
    margin-right: 2%;
}
.popup-form br {
    display: none;
}
.popup-form .wpcf7-submit:hover {
    border: 3px solid transparent !important;
    opacity: .8;
}

.white-text, .white-text{
    color: #fff !important;
}

/* ============= [ Site Responsiveness ] =============*/
@media screen and (max-width: 1480px) {
    .main-navigation ul {
        text-align: right;
    }

    #site-navigation ul li a {
        font-size: 1.3rem;
        padding-left: 2.5rem;
    }
}

@media screen and (max-width: 1240px) {
    #site-navigation ul li a {
        font-size: 1.1rem;
        padding-left: 2rem;
    }

    .site-branding {
        -webkit-box-flex: 1;
            -ms-flex: 1 20%;
                flex: 1 20%;
    }
}

@media screen and (max-width: 998px) {
    .menu-primary-menu-container {
        display: none;
    }

    .menu-toggle {
        display: block;
        margin: 0 auto;
    }

    .site-branding {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }

    .main-navigation.toggled .menu-primary-menu-container {
        display: block;
    }

	header#masthead {
        position: relative;
    }

    .site-branding {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }

    .main-navigation.toggled ul {
        display: block !important;
        margin-top: 1.5rem;
        position: absolute;
        z-index: 9999;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    }

    #site-navigation ul li {
        text-align: left;
        padding: 1.5rem 2rem;
    }

    #site-navigation {
        position: relative;
    }

    #site-navigation ul li a {
        padding-left: 0;
        font-size: 1.4rem;
    }
}



@media screen and (max-width: 767px) {
    #home-sec2 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    #footer-widgets {
        padding: 5rem 0rem;
    }

    #home-sec1 h1 {
        font-size: 4.6rem !important;
    }

    #home-sec1 h2 {
        font-size: 3.2rem !important;
    }

    #home-sec1 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

@media screen and (max-width: 680px) {
    .call-holder nf-field {
        width: 100%;
    }

    .call-holder .nf-field-element input, .call-holder .nf-field-element input[type="button"] {
        max-width: 100%;
    }

    .call-holder .label-hidden .field-wrap {
        display: block;
    }
    #home-sec2 {
        background-position: 0% 0% !important;
    }	
}

/* responsive */

@media screen and (min-width:360px){
    .second-section p {
        margin: auto 10px;
    }

}
@media screen and (min-width:360px) and (max-width: 1280px){
    div#british-sec2 {
        padding-bottom: 25rem!important;
    }
    #text-2 h3, #six-section h2, #fourth-section h2 {
        font-size: 30px !important;
    }
     .custom-html-widget p {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 1280px){
    
    #second-section h1, #second-section h2 {
        font-size: 48px !important;
    }
}

@media screen and (max-width: 992px){	
    #site-navigation {
        display: none;
    }
}
@media screen and (max-width: 960px){
    #second-section h1, #second-section h2 {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 640px){
    div#british-sec4 {
        padding-bottom: 0px !important;
    }
    #british-sec3 .vc_row.wpb_row.vc_inner.vc_row-fluid {
        padding-bottom: 0px !important;
    }
    .custom-html-widget p {
        font-size: 16px !important;
    }
    #second-section h1, #second-section h2 {
        font-size: 36px !important;
    }
    #british-sec2 h2 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 480px){
       #second-section h1, #second-section h2 {
        font-size: 25px !important;
    }
    #british-sec2 h2, #british-sec3 h2, #text-2 h3, #fourth-section h2, #six-section h2 {
        font-size: 20px !important;
    }
    #text-2 h3 {
        font-size: 20px !important;
    }
}



/* ============= [ Default CSS ] =============*/
@media (max-width: 992px){
    .menu-container {
        display: none;
    }
    .logo-container {
        position: static;
        margin: 0 auto;
	width: 100%;
	background: #000;
    }
    .social-container {
        text-align: center;
    }
}
.ls-wp-fullwidth-container{
    z-index: 0;
}

.home-intro-banner p { font-size: 18px; }
.white-text h2, .white-text h3, .white-text h4, .white-text p { color: #fff; }

.larger-text p { font-size: 18px; }

.news-title h3 { font-size: 20px; }
.news-date p, .news-title h3 { color: #fff; }
.post-details .vc_btn3-container { margin-bottom: 0; }

.rpwwt-post-date { font-size: 12px; }

div.wpcf7-validation-errors { background: #373435; color: #fff; border: none !important; padding: 20px 10px; }

#formAddCredits input[type="text"] {border: #666 1px solid !important;}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .main-navigation a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {

.page-header { height: auto; padding: 0; }
.page-header h1 { font-size: 20px; }

h3 { font-size: 16px; }

.wph-modal.wph-modal--simple .wph-modal--content .wph-modal--wrap { max-height: unset !important; }

}

@media (min-width: 1366px) {

.logo-container {
        width: 410px;
        position: absolute;
        background-color: #000;
    }

}
